3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-07-29 17:43:49 +00:00

update dependencies, rebuild

This commit is contained in:
Arpad Borsos 2026-07-26 16:34:10 +02:00
parent 0e24e5dcec
commit 9f151aca7c
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
14 changed files with 5617 additions and 2892 deletions

View file

@ -23,13 +23,13 @@
"homepage": "https://github.com/Swatinem/rust-cache#readme",
"type": "module",
"dependencies": {
"@actions/cache": "^6.1.0",
"@actions/cache": "^6.2.0",
"@actions/core": "^3.0.1",
"@actions/exec": "^3.0.0",
"@actions/glob": "^0.7.0",
"@actions/io": "^3.0.2",
"@actions/warpbuild-cache": "npm:github-actions.warp-cache@1.4.7",
"smol-toml": "^1.7.0"
"smol-toml": "^1.7.1"
},
"overrides": {
"@actions/cache": {
@ -40,10 +40,10 @@
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@types/node": "^25.9.3",
"@types/node": "^26.1.1",
"linefix": "^0.1.1",
"rollup": "^4.62.2",
"typescript": "6.0.3"
"typescript": "7.0.2"
},
"scripts": {
"clean": "node -e \"(async () => { try { await require('fs/promises').rm('dist', { recursive: true }); } catch {} })()\"",