Skip to content

Commit ccf5603

Browse files
解决应用高危漏洞
1 parent 0679bf7 commit ccf5603

File tree

3 files changed

+90
-102
lines changed

3 files changed

+90
-102
lines changed

package-lock.json

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

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@popperjs/core": "^2.4.0",
1919
"@riophae/vue-treeselect": "^0.4.0",
2020
"@vue/composition-api": "^1.6.1",
21-
"axios": "^0.19.2",
21+
"axios": "^0.21.3",
2222
"axios-mock-adapter": "^1.18.1",
2323
"bootstrap": "^4.5.0",
2424
"bootstrap-vue": "^2.13.0",
@@ -28,11 +28,11 @@
2828
"element-ui": "^2.15.8",
2929
"flv.js": "^1.6.2",
3030
"highlight.js": "^9.18.1",
31-
"jquery": "^3.5.1",
31+
"jquery": "^3.6.3",
3232
"js-base64": "^3.5.2",
3333
"line-awesome": "^1.3.0",
3434
"mockjs": "^1.1.0",
35-
"moment": "^2.29.1",
35+
"moment": "^2.29.4",
3636
"normalize.css": "^8.0.1",
3737
"object-path": "^0.11.4",
3838
"pako": "^1.0.11",
@@ -65,8 +65,8 @@
6565
"vue-template-compiler": "^2.6.12",
6666
"vue2-perfect-scrollbar": "^1.5.5",
6767
"vuedraggable": "^2.24.1",
68-
"vuelidate": "^0.7.5",
69-
"vuetify": "^2.6.3",
68+
"vuelidate": "^0.7.7",
69+
"vuetify": "^2.6.14",
7070
"vuex": "^3.6.2"
7171
},
7272
"devDependencies": {

webpack-rtl.config.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* @Author: chaoxiaoshu-mx [email protected]
3+
* @Date: 2023-02-06 10:45:41
4+
* @LastEditors: chaoxiaoshu-mx [email protected]
5+
* @LastEditTime: 2023-02-09 14:32:07
6+
* @FilePath: \ThingsPanel-Backend-Vue\webpack-rtl.config.js
7+
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
8+
*/
19
/**
210
* Main file of webpack config for RTL.
311
* Please do not modified unless you know what to do

0 commit comments

Comments
 (0)