Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency semver to v7.5.3 #8704

Merged
merged 1 commit into from
Jun 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"prompts": "2.4.2",
"rimraf": "5.0.1",
"secure-random-password": "0.2.3",
"semver": "7.5.2",
"semver": "7.5.3",
"string-env-interpolation": "1.0.1",
"systeminformation": "5.18.3",
"terminal-link": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"envinfo": "7.8.1",
"execa": "5.1.1",
"fs-extra": "11.1.1",
"semver": "7.5.2",
"semver": "7.5.3",
"systeminformation": "5.18.3",
"terminal-link": "2.1.1",
"uuid": "9.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7473,7 +7473,7 @@ __metadata:
prompts: 2.4.2
rimraf: 5.0.1
secure-random-password: 0.2.3
semver: 7.5.2
semver: 7.5.3
string-env-interpolation: 1.0.1
systeminformation: 5.18.3
terminal-link: 2.1.1
Expand Down Expand Up @@ -14635,7 +14635,7 @@ __metadata:
fs-extra: 11.1.1
jest: 29.5.0
klaw-sync: 6.0.0
semver: 7.5.2
semver: 7.5.3
systeminformation: 5.18.3
terminal-link: 2.1.1
uuid: 9.0.0
Expand Down Expand Up @@ -27488,14 +27488,14 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:7.5.2, semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.0, semver@npm:^7.5.2":
version: 7.5.2
resolution: "semver@npm:7.5.2"
"semver@npm:7.5.3, semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.0, semver@npm:^7.5.2":
version: 7.5.3
resolution: "semver@npm:7.5.3"
dependencies:
lru-cache: ^6.0.0
bin:
semver: bin/semver.js
checksum: d151207ab762a8067f6302076edc04e5b8da2362eb9e3f21c2567ceadfd415064936d215b4aae7791da118c230649d29089be979ffa49c5b56a6bcf82147efdd
checksum: 4cf3bab7e8cf8c2ae521fc4bcc50a4d6912a836360796b23b9f1c26f45d27a73f870e47664df4770bde0dd60dc4d4781a05fd49fe91d72376ea5519b9e791459
languageName: node
linkType: hard

Expand Down