Skip to content

Commit

Permalink
fix(deps): update dependency semver to v7
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 6, 2023
1 parent f251b68 commit 8158de8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"pinkie-promise": "^2.0.1",
"rimraf": "^3.0.2",
"safe-buffer": "5.2.1",
"semver": "^6.3.0",
"semver": "^7.0.0",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0",
"tmp": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-writer/package.json
Expand Up @@ -41,7 +41,7 @@
"handlebars": "^4.7.7",
"json-stringify-safe": "^5.0.1",
"meow": "^8.1.2",
"semver": "^6.3.0",
"semver": "^7.0.0",
"split": "^1.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/git-semver-tags/package.json
Expand Up @@ -33,7 +33,7 @@
],
"dependencies": {
"meow": "^8.1.2",
"semver": "^6.3.0"
"semver": "^7.0.0"
},
"scripts": {
"test-windows": "mocha --timeout 30000"
Expand Down
13 changes: 7 additions & 6 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 8158de8

Please sign in to comment.