3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-02-02 17:16:17 +00:00
This commit is contained in:
dependabot[bot] 2026-01-13 02:17:34 +00:00 committed by GitHub
commit 1a05764257
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@actions/glob": "^0.5.0",
"@actions/io": "^2.0.0",
"@actions/warpbuild-cache": "npm:github-actions.warp-cache@1.4.7",
"smol-toml": "^1.5.2"
"smol-toml": "^1.6.0"
},
"devDependencies": {
"@types/node": "^25.0.2",
@ -673,7 +673,6 @@
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.2.tgz",
"integrity": "sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg==",
"peer": true,
"dependencies": {
"@octokit/auth-token": "^4.0.0",
"@octokit/graphql": "^7.1.0",
@ -1638,9 +1637,9 @@
}
},
"node_modules/smol-toml": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.5.2.tgz",
"integrity": "sha512-QlaZEqcAH3/RtNyet1IPIYPsEWAaYyXXv1Krsi+1L/QHppjX4Ifm8MQsBISz9vE8cHicIq3clogsheili5vhaQ==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.0.tgz",
"integrity": "sha512-4zemZi0HvTnYwLfrpk/CF9LOd9Lt87kAt50GnqhMpyF9U3poDAP2+iukq2bZsO/ufegbYehBkqINbsWxj4l4cw==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 18"

View file

@ -29,7 +29,7 @@
"@actions/exec": "^2.0.0",
"@actions/glob": "^0.5.0",
"@actions/io": "^2.0.0",
"smol-toml": "^1.5.2"
"smol-toml": "^1.6.0"
},
"devDependencies": {
"@types/node": "^25.0.2",