Skip to content

Commit

Permalink
fix: 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 f669a79 commit 82921f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
"terser": "^3.17.0",
"traverse": "^0.6.6",
"uuid": "^3.4.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down

0 comments on commit 82921f6

Please sign in to comment.