3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-11-29 02:09:52 +00:00

Bump smol-toml from 1.4.2 to 1.5.2 in the prd-minor group (#287)

Bumps the prd-minor group with 1 update: [smol-toml](https://github.com/squirrelchat/smol-toml).


Updates `smol-toml` from 1.4.2 to 1.5.2
- [Release notes](https://github.com/squirrelchat/smol-toml/releases)
- [Commits](https://github.com/squirrelchat/smol-toml/compare/v1.4.2...v1.5.2)

---
updated-dependencies:
- dependency-name: smol-toml
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prd-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-11-26 11:02:27 +01:00 committed by GitHub
parent 8930d9c33e
commit 2ea64efb25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 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.4.2"
"smol-toml": "^1.5.2"
},
"devDependencies": {
"@types/node": "^24.10.1",
@ -1565,9 +1565,10 @@
}
},
"node_modules/smol-toml": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.4.2.tgz",
"integrity": "sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==",
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.5.2.tgz",
"integrity": "sha512-QlaZEqcAH3/RtNyet1IPIYPsEWAaYyXXv1Krsi+1L/QHppjX4Ifm8MQsBISz9vE8cHicIq3clogsheili5vhaQ==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 18"
},

View file

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