Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 31a395bcd6 Bump semver from 7.7.4 to 7.8.5
Bumps [semver](https://github.com/npm/node-semver) from 7.7.4 to 7.8.5.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.7.4...v7.8.5)

---
updated-dependencies:
- dependency-name: semver
  dependency-version: 7.8.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-07 07:07:50 -05:00
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -11,7 +11,7 @@
"@actions/exec": "3.0.0", "@actions/exec": "3.0.0",
"@actions/tool-cache": "4.0.0", "@actions/tool-cache": "4.0.0",
"csv-parse": "7.0.1", "csv-parse": "7.0.1",
"semver": "7.7.4", "semver": "7.8.5",
"smol-toml": "1.7.0" "smol-toml": "1.7.0"
}, },
"devDependencies": { "devDependencies": {
@@ -3254,9 +3254,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/semver": { "node_modules/semver": {
"version": "7.7.4", "version": "7.8.5",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
"license": "ISC", "license": "ISC",
"bin": { "bin": {
"semver": "bin/semver.js" "semver": "bin/semver.js"
+1 -1
View File
@@ -21,7 +21,7 @@
"@actions/exec": "3.0.0", "@actions/exec": "3.0.0",
"@actions/tool-cache": "4.0.0", "@actions/tool-cache": "4.0.0",
"csv-parse": "7.0.1", "csv-parse": "7.0.1",
"semver": "7.7.4", "semver": "7.8.5",
"smol-toml": "1.7.0" "smol-toml": "1.7.0"
}, },
"devDependencies": { "devDependencies": {