3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-02-03 09:36:17 +00:00

chore(deps): update dependencies (#251)

This commit is contained in:
Rene Leonhardt 2025-07-26 20:53:41 +02:00 committed by GitHub
parent 7e1e2d0a10
commit a8b36e3f74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1005 additions and 6317 deletions

View file

@ -23,19 +23,19 @@
"homepage": "https://github.com/Swatinem/rust-cache#readme",
"dependencies": {
"@actions/buildjet-cache": "npm:github-actions.cache-buildjet@0.2.0",
"@actions/warpbuild-cache": "npm:github-actions.warp-cache@1.4.5",
"@actions/cache": "^4.0.0",
"@actions/warpbuild-cache": "npm:github-actions.warp-cache@1.4.7",
"@actions/cache": "^4.0.3",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.5.0",
"@actions/io": "^1.1.3",
"smol-toml": "^1.3.0"
"smol-toml": "^1.4.1"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@vercel/ncc": "^0.38.2",
"@types/node": "^22.16.0",
"@vercel/ncc": "^0.38.3",
"linefix": "^0.1.1",
"typescript": "5.7.2"
"typescript": "5.8.3"
},
"scripts": {
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts && linefix dist"