Skip to content

Commit cd4ebcf

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VUE-8219889
1 parent 8a802ed commit cd4ebcf

File tree

2 files changed

+122
-38
lines changed

2 files changed

+122
-38
lines changed

package-lock.json

+120-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"core-js": "^2.6.5",
1616
"element-ui": "^2.11.1",
1717
"lodash": "^4.17.14",
18-
"vue": "^2.6.10",
18+
"vue": "^3.0.0",
1919
"vue-class-component": "^7.0.2",
2020
"vue-perfect-scrollbar": "^0.1.0",
21-
"vue-property-decorator": "^8.1.0",
21+
"vue-property-decorator": "^8.2.2",
2222
"vue-router": "^3.0.3",
2323
"vuex": "^3.0.1",
2424
"vuex-class": "^0.3.2",

0 commit comments

Comments
 (0)