Skip to content

Commit

Permalink
fix(deps): update dependency semver to ~7.5.0 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 9, 2023
1 parent 56d25aa commit 9a37224
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"colors": "~1.2.1",
"lodash": "~4.17.15",
"resolve": "~1.17.0",
"semver": "~7.3.0",
"semver": "~7.5.0",
"source-map": "~0.6.1",
"typescript": "~4.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/heft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"glob": "~7.0.5",
"glob-escape": "~0.0.2",
"prettier": "~2.3.0",
"semver": "~7.3.0",
"semver": "~7.5.0",
"tapable": "1.1.3",
"true-case-path": "~2.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/rush-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"npm-packlist": "~2.1.2",
"read-package-tree": "~5.1.5",
"resolve": "~1.17.0",
"semver": "~7.3.0",
"semver": "~7.5.0",
"ssri": "~8.0.0",
"strict-uri-encode": "~2.0.0",
"tar": "~5.0.5",
Expand Down
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.5.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.5.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.5.0",
"timsort": "~0.3.0",
"z-schema": "~3.18.3"
},
Expand Down

0 comments on commit 9a37224

Please sign in to comment.