Skip to content

Commit

Permalink
fix: packages/@vue/cli-service/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 22, 2024
1 parent 869c4b4 commit 2f52eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@vue/cli-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^6.0.1",
"get-value": "^3.0.1",
"globby": "^8.0.1",
"globby": "^10.0.0",
"hash-sum": "^1.0.2",
"html-webpack-plugin": "^3.2.0",
"launch-editor-middleware": "^2.2.1",
Expand All @@ -67,7 +67,7 @@
"webpack": "^4.8.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-chain": "^4.8.0",
"webpack-dev-server": "^3.1.4",
"webpack-dev-server": "^4.0.0",
"webpack-merge": "^4.1.2",
"yorkie": "^1.0.3"
},
Expand Down

0 comments on commit 2f52eff

Please sign in to comment.