Skip to content

Commit

Permalink
fix(deps): update dependency semver to ~7.6.0 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2024
1 parent 56d25aa commit 30f6eed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/rush/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@microsoft/rush-lib": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"colors": "~1.2.1",
"semver": "~7.3.0"
"semver": "~7.6.0"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-test-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@types/semver": "7.3.5",
"api-extractor-test-01": "workspace:*",
"semver": "~7.3.0"
"semver": "~7.6.0"
},
"devDependencies": {
"@microsoft/api-extractor": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion libraries/node-core-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"import-lazy": "~4.0.0",
"jju": "~1.4.0",
"resolve": "~1.17.0",
"semver": "~7.3.0",
"semver": "~7.6.0",
"timsort": "~0.3.0",
"z-schema": "~3.18.3"
},
Expand Down

0 comments on commit 30f6eed

Please sign in to comment.