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-ELLIPTIC-8187303
- https://snyk.io/vuln/SNYK-JS-VUE-8219889
  • Loading branch information
snyk-bot committed Oct 21, 2024
1 parent 7debfe9 commit 476dff8
Show file tree
Hide file tree
Showing 2 changed files with 583 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"style-loader": "^0.21.0",
"tabex": "^1.0.6",
"uuid": "^3.3.2",
"vue": "^2.6.10",
"vue": "^3.0.0",
"vue-chartjs": "^3.5.1",
"vue-click-outside": "^1.0.7",
"vue-drag-drop": "^1.1.4",
Expand All @@ -49,7 +49,7 @@
"vuex-persistedstate": "^2.5.4",
"vuex-shared-mutations": "^1.0.2",
"webfonts-loader": "^5.1.1",
"webpack": "^4.8.1",
"webpack": "^5.0.0",
"webpack-cli": "^3.3.10"
},
"scripts": {
Expand Down
Loading

0 comments on commit 476dff8

Please sign in to comment.