3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-01-12 22:56:18 +00:00
This commit is contained in:
dependabot[bot] 2025-12-22 21:27:41 +00:00 committed by GitHub
commit 6c0dc10327
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.5.2"
},
"devDependencies": {
"@types/node": "^25.0.2",
"@types/node": "^25.0.3",
"@vercel/ncc": "^0.38.4",
"linefix": "^0.1.1",
"typescript": "5.9.3"
@ -839,9 +839,9 @@
"integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg=="
},
"node_modules/@types/node": {
"version": "25.0.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.2.tgz",
"integrity": "sha512-gWEkeiyYE4vqjON/+Obqcoeffmk0NF15WSBwSs7zwVA2bAbTaE0SJ7P0WNGoJn8uE7fiaV5a7dKYIJriEqOrmA==",
"version": "25.0.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz",
"integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==",
"license": "MIT",
"dependencies": {
"undici-types": "~7.16.0"

View file

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