chore(deps): bump semver from 7.7.0 to 7.7.1 (#10871)

Bumps [semver](https://github.com/npm/node-semver) from 7.7.0 to 7.7.1.
- [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.0...v7.7.1)

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

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-02-07 19:22:19 +00:00
committed by GitHub
parent b39afc1466
commit 083caa1c83
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -50,7 +50,7 @@
"prom-client": "^15.1.3",
"qs": "^6.14.0",
"query-string": "^9.1.1",
"semver": "~7.7.0",
"semver": "~7.7.1",
"simple-icons": "14.4.0",
"smol-toml": "1.3.1",
"svg-path-bbox": "^2.1.0",
@@ -29165,9 +29165,9 @@
}
},
"node_modules/semver": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.0.tgz",
"integrity": "sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==",
"version": "7.7.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
"license": "ISC",
"bin": {
"semver": "bin/semver.js"

View File

@@ -62,7 +62,7 @@
"prom-client": "^15.1.3",
"qs": "^6.14.0",
"query-string": "^9.1.1",
"semver": "~7.7.0",
"semver": "~7.7.1",
"simple-icons": "14.4.0",
"smol-toml": "1.3.1",
"svg-path-bbox": "^2.1.0",