Skip to content

chore(deps): upgrade semver to v7.7.2 #19500

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

Merged
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
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/upgrade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"nanoid": "^5.0.0",
"npm-which": "^3.0.1",
"rimraf": "^6.0.0",
"semver": "^7.3.5",
"semver": "^7.7.2",
"yargs": "^17.0.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"fast-glob": "^3.2.7",
"lodash.merge": "^4.6.2",
"rimraf": "^6.0.0",
"semver": "^7.3.5"
"semver": "^7.7.2"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,7 @@ __metadata:
nanoid: "npm:^5.0.0"
npm-which: "npm:^3.0.1"
rimraf: "npm:^6.0.0"
semver: "npm:^7.3.5"
semver: "npm:^7.7.2"
yargs: "npm:^17.0.1"
bin:
carbon-upgrade: ./bin/carbon-upgrade.js
Expand Down Expand Up @@ -23810,12 +23810,12 @@ __metadata:
languageName: node
linkType: hard

"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.3, semver@npm:^7.5.4, semver@npm:^7.6.0, semver@npm:^7.6.2, semver@npm:^7.6.3":
version: 7.6.3
resolution: "semver@npm:7.6.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.3, semver@npm:^7.5.4, semver@npm:^7.6.0, semver@npm:^7.6.2, semver@npm:^7.6.3, semver@npm:^7.7.2":
version: 7.7.2
resolution: "semver@npm:7.7.2"
bin:
semver: bin/semver.js
checksum: 10/36b1fbe1a2b6f873559cd57b238f1094a053dbfd997ceeb8757d79d1d2089c56d1321b9f1069ce263dc64cfa922fa1d2ad566b39426fe1ac6c723c1487589e10
checksum: 10/7a24cffcaa13f53c09ce55e05efe25cd41328730b2308678624f8b9f5fc3093fc4d189f47950f0b811ff8f3c3039c24a2c36717ba7961615c682045bf03e1dda
languageName: node
linkType: hard

Expand Down Expand Up @@ -27624,7 +27624,7 @@ __metadata:
react-dom: "npm:^19.0.0"
rimraf: "npm:^6.0.0"
sass: "npm:^1.77.7"
semver: "npm:^7.3.5"
semver: "npm:^7.7.2"
languageName: unknown
linkType: soft

Expand Down
Loading