Skip to content

Commit

Permalink
feat: 升级存在漏洞的开源依赖组件 issue #6691
Browse files Browse the repository at this point in the history
  • Loading branch information
lockiechen committed May 10, 2022
1 parent c755ee2 commit 0c51401
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/frontend/devops-atomstore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codemirror": "5.61.0",
"core-js": "3.10.0",
"mavon-editor": "^2.10.4",
"moment": "^2.18.1"
"moment": "^2.29.2"
},
"devDependencies": {
"@babel/core": "^7.15.8",
Expand Down Expand Up @@ -58,4 +58,4 @@
"public:master": "cross-env NODE_ENV=master webpack --mode production",
"public:external": "cross-env NODE_ENV=external webpack --mode production"
}
}
}
2 changes: 1 addition & 1 deletion src/frontend/devops-nav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@icon-cool/bk-icon-devops": "^0.1.13",
"@types/webpack-env": "^1.15.2",
"axios": "^0.21.1",
"axios": "^0.27.2",
"bk-magic-vue": "2.3.0",
"bluebird": "^3.5.1",
"js-cookie": "^3.0.1",
Expand Down
6 changes: 3 additions & 3 deletions src/frontend/devops-pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"dependencies": {
"@blueking/log": "2.0.4",
"@icon-cool/bk-icon-devops": "^0.2.1",
"axios": "^0.21.1",
"axios": "^0.27.2",
"bk-magic-vue": "2.3.0",
"bkui-pipeline": "0.1.14",
"clipboard": "^1.7.1",
"moment": "^2.18.1",
"moment": "^2.29.2",
"monaco-editor": "^0.30.1",
"monaco-editor-webpack-plugin": "^6.0.0",
"portal-vue": "^1.5.1",
Expand Down Expand Up @@ -74,4 +74,4 @@
"vue-template-compiler": "2.6.12",
"webpack": "^5.58.1"
}
}
}

0 comments on commit 0c51401

Please sign in to comment.