Skip to content

Commit

Permalink
Bump semver from 6.3.0 to 7.5.2
Browse files Browse the repository at this point in the history
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v6.3.0...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2023
1 parent 476a0d2 commit cdde182
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"debug": "^4.1.1",
"lodash.debounce": "^4.0.8",
"resolve": "^1.14.2",
"semver": "^6.1.2"
"semver": "^7.5.2"
},
"peerDependencies": {
"@babel/core": "^7.4.0-0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-polyfill-corejs2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@babel/compat-data": "^7.17.7",
"@babel/helper-define-polyfill-provider": "workspace:^0.4.0",
"semver": "^6.1.1"
"semver": "^7.5.2"
},
"devDependencies": {
"@babel/core": "^7.17.8",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ __metadata:
resolve: ^1.14.2
rollup: ^2.3.2
rollup-plugin-babel: ^4.4.0
semver: ^6.1.2
semver: ^7.5.2
strip-ansi: ^6.0.0
webpack: ^4.42.1
webpack-cli: ^3.3.11
Expand Down Expand Up @@ -4312,7 +4312,7 @@ __metadata:
"@babel/helper-plugin-test-runner": ^7.16.7
"@babel/plugin-transform-for-of": ^7.16.7
"@babel/plugin-transform-modules-commonjs": ^7.17.7
semver: ^6.1.1
semver: ^7.5.2
peerDependencies:
"@babel/core": ^7.0.0-0
languageName: unknown
Expand Down Expand Up @@ -12923,6 +12923,17 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"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: 9d58db16525e9f749ad0a696a1f27deabaa51f66e91d2fa2b0db3de3e9644e8677de3b7d7a03f4c15bc81521e0c3916d7369e0572dbde250d9bedf5194e2a8a7
languageName: node
linkType: hard

"serialize-javascript@npm:^4.0.0":
version: 4.0.0
resolution: "serialize-javascript@npm:4.0.0"
Expand Down

0 comments on commit cdde182

Please sign in to comment.