Skip to content

Commit cebe515

Browse files
committed
Fix: security vulnerabilities in dependencies
1 parent 8cb89f6 commit cebe515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0"
2020
},
2121
"dependencies": {
22-
"axios": "^0.19.2",
22+
"axios": ">=0.21.1",
2323
"echarts": "^4.8.0",
2424
"element-ui": "2.7.2",
2525
"js-cookie": "2.2.0",
2626
"layui-src": "^2.5.5",
27-
"mavon-editor": "^2.9.0",
27+
"mavon-editor": "^2.9.1",
2828
"normalize.css": "7.0.0",
2929
"nprogress": "0.2.0",
3030
"path-to-regexp": "2.4.0",

0 commit comments

Comments
 (0)