Skip to content

Commit fe86c2e

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239
1 parent 8a802ed commit fe86c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"axios": "^0.19.0",
1515
"core-js": "^2.6.5",
1616
"element-ui": "^2.11.1",
17-
"lodash": "^4.17.14",
17+
"lodash": "^4.17.17",
1818
"vue": "^2.6.10",
1919
"vue-class-component": "^7.0.2",
2020
"vue-perfect-scrollbar": "^0.1.0",

0 commit comments

Comments
 (0)