Skip to content

Commit

Permalink
fix: package.json & yarn.lock 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-io[bot] committed May 13, 2024
1 parent 7d0bbfc commit d0eda28
Show file tree
Hide file tree
Showing 2 changed files with 2,454 additions and 3,092 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-pwa": "^4.5.19",
"@vue/cli-plugin-router": "^4.5.19",
"@vue/cli-plugin-typescript": "^4.5.19",
"@vue/cli-plugin-unit-jest": "^4.5.19",
"@vue/cli-plugin-typescript": "^5.0.0",
"@vue/cli-plugin-unit-jest": "^5.0.0",
"@vue/cli-plugin-vuex": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"@vue/cli-service": "^5.0.1",
"@vue/composition-api": "^0.3.4",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
Expand Down
Loading

0 comments on commit d0eda28

Please sign in to comment.