3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-10-15 05:40:27 +00:00
This commit is contained in:
dependabot[bot] 2025-10-13 21:34:44 +00:00 committed by GitHub
commit 147d8461a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -19,7 +19,7 @@
"smol-toml": "^1.4.2"
},
"devDependencies": {
"@types/node": "^24.7.0",
"@types/node": "^24.7.2",
"@vercel/ncc": "^0.38.4",
"linefix": "^0.1.1",
"typescript": "5.9.3"
@ -742,9 +742,9 @@
"integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg=="
},
"node_modules/@types/node": {
"version": "24.7.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.0.tgz",
"integrity": "sha512-IbKooQVqUBrlzWTi79E8Fw78l8k1RNtlDDNWsFZs7XonuQSJ8oNYfEeclhprUldXISRMLzBpILuKgPlIxm+/Yw==",
"version": "24.7.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz",
"integrity": "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==",
"license": "MIT",
"dependencies": {
"undici-types": "~7.14.0"

View file

@ -32,7 +32,7 @@
"smol-toml": "^1.4.2"
},
"devDependencies": {
"@types/node": "^24.7.0",
"@types/node": "^24.7.2",
"@vercel/ncc": "^0.38.4",
"linefix": "^0.1.1",
"typescript": "5.9.3"