Skip to content

Commit

Permalink
fix: package.json & package-lock.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-VUE-8219889
  • Loading branch information
snyk-bot committed Oct 20, 2024
1 parent 8a802ed commit cd4ebcf
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 38 deletions.
156 changes: 120 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"core-js": "^2.6.5",
"element-ui": "^2.11.1",
"lodash": "^4.17.14",
"vue": "^2.6.10",
"vue": "^3.0.0",
"vue-class-component": "^7.0.2",
"vue-perfect-scrollbar": "^0.1.0",
"vue-property-decorator": "^8.1.0",
"vue-property-decorator": "^8.2.2",
"vue-router": "^3.0.3",
"vuex": "^3.0.1",
"vuex-class": "^0.3.2",
Expand Down

0 comments on commit cd4ebcf

Please sign in to comment.