Skip to content

Commit

Permalink
fix(deps): update dependency semver to v7.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 15, 2024
1 parent a528af4 commit 4651c1a
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 74 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"express": "4.19.2",
"lodash": "4.17.21",
"mime": "2.6.0",
"semver": "7.6.0"
"semver": "7.6.2"
},
"devDependencies": {
"@verdaccio/test-helper": "workspace:3.0.0-next-7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"clipanion": "3.2.1",
"envinfo": "7.11.0",
"kleur": "4.1.5",
"semver": "7.6.0"
"semver": "7.6.2"
},
"devDependencies": {
"ts-node": "10.9.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"http-errors": "2.0.0",
"http-status-codes": "2.3.0",
"semver": "7.6.0",
"semver": "7.6.2",
"ajv": "8.12.0",
"process-warning": "1.0.0",
"core-js": "3.35.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"nock": "13.5.1",
"node-mocks-http": "1.14.1",
"p-cancelable": "2.1.1",
"semver": "7.6.0"
"semver": "7.6.2"
},
"funding": {
"type": "opencollective",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"debug": "4.3.4",
"lodash": "4.17.21",
"merge2": "1.4.1",
"semver": "7.6.0"
"semver": "7.6.2"
},
"devDependencies": {
"@verdaccio/test-helper": "workspace:3.0.0-next-7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"react-redux": "8.1.3",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"semver": "7.6.0",
"semver": "7.6.2",
"react-virtualized": "9.22.5",
"redux": "4.2.1",
"validator": "13.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@verdaccio/core": "workspace:7.0.0-next-7.16",
"minimatch": "7.4.6",
"semver": "7.6.0",
"semver": "7.6.2",
"lodash": "4.17.21"
},
"scripts": {
Expand Down
Loading

0 comments on commit 4651c1a

Please sign in to comment.