Skip to content

Commit

Permalink
chore(deps): bump semver from 7.6.2 to 7.6.3 (#534)
Browse files Browse the repository at this point in the history
This bugfix version of semver includes significant performance improvements that I guess we would like to see in corepack.

See: npm/node-semver#726
  • Loading branch information
wojtekmaj committed Jul 20, 2024
1 parent 67463b2 commit 93a49c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"esbuild": "^0.21.0",
"eslint": "^8.57.0",
"proxy-from-env": "^1.1.0",
"semver": "^7.5.2",
"semver": "^7.6.3",
"supports-color": "^9.0.0",
"tar": "^7.4.0",
"tsx": "^4.16.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ __metadata:
esbuild: "npm:^0.21.0"
eslint: "npm:^8.57.0"
proxy-from-env: "npm:^1.1.0"
semver: "npm:^7.5.2"
semver: "npm:^7.6.3"
supports-color: "npm:^9.0.0"
tar: "npm:^7.4.0"
tsx: "npm:^4.16.2"
Expand Down Expand Up @@ -3695,12 +3695,12 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.3.5, semver@npm:^7.5.2, semver@npm:^7.6.0":
version: 7.6.2
resolution: "semver@npm:7.6.2"
"semver@npm:^7.3.5, semver@npm:^7.6.0, semver@npm:^7.6.3":
version: 7.6.3
resolution: "semver@npm:7.6.3"
bin:
semver: bin/semver.js
checksum: 10c0/97d3441e97ace8be4b1976433d1c32658f6afaff09f143e52c593bae7eef33de19e3e369c88bd985ce1042c6f441c80c6803078d1de2a9988080b66684cbb30c
checksum: 10c0/88f33e148b210c153873cb08cfe1e281d518aaa9a666d4d148add6560db5cd3c582f3a08ccb91f38d5f379ead256da9931234ed122057f40bb5766e65e58adaf
languageName: node
linkType: hard

Expand Down

0 comments on commit 93a49c8

Please sign in to comment.