Skip to content

Commit

Permalink
chore(deps): bump semver from 7.3.8 to 7.5.2
Browse files Browse the repository at this point in the history
Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.3.8...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent 0b01b67 commit c5f365b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 34 deletions.
2 changes: 1 addition & 1 deletion cli/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"core-js": "^3.27.2",
"jiti": "^1.18.2",
"lodash-es": "^4.17.21",
"semver": "^7.1.3",
"semver": "^7.5.2",
"shelljs": "^0.8.4",
"suppress-experimental-warnings": "^1.1.3",
"yargs": "^15.1.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/cut/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@repodog/cli-utils": "workspace:*",
"ansi-colors": "^4.1.3",
"semver": "^7.1.3",
"semver": "^7.5.2",
"shelljs": "^0.8.4",
"yargs": "^15.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion cli/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@repodog/cli-utils": "workspace:*",
"ansi-colors": "^4.1.3",
"semver": "^7.1.3",
"semver": "^7.5.2",
"shelljs": "^0.8.4",
"yargs": "^15.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion cli/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ansi-colors": "^4.1.3",
"glob": "^10.3.10",
"js-yaml": "^4.1.0",
"semver": "^7.1.3",
"semver": "^7.5.2",
"shelljs": "^0.8.4"
},
"peerDependencies": {
Expand Down
50 changes: 20 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5f365b

Please sign in to comment.