Skip to content

Commit

Permalink
fix: packages/core-js-builder/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
  • Loading branch information
snyk-bot committed May 13, 2024
1 parent 99f3903 commit d45b3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-js-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"core-js": "3.21.1",
"core-js-compat": "3.21.1",
"mkdirp": ">=0.5.5 <1",
"webpack": ">=4.46.0 <5"
"webpack": ">=5.0.0"
},
"engines": {
"node": ">=8.9.0"
Expand Down

0 comments on commit d45b3be

Please sign in to comment.