Skip to content

Commit

Permalink
optimize: fix some vulnerabilities in console and upgrade skywalking-…
Browse files Browse the repository at this point in the history
…eyes

Signed-off-by: slievrly <slievrly@163.com>
  • Loading branch information
slievrly committed Sep 8, 2022
1 parent 6c739ce commit e327334
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/license-checker.yaml
Expand Up @@ -13,14 +13,14 @@ jobs:
uses: actions/checkout@v2.4.0
# step 2
- name: Check License Header
uses: apache/skywalking-eyes/header@v0.4.0
uses: apache/skywalking-eyes/header@25edfc2
with:
log: info
config: .licenserc.yaml
mode: check
# step 3
- name: Check Dependencies' License
uses: apache/skywalking-eyes/dependency@v0.4.0
uses: apache/skywalking-eyes/dependency@25edfc2
with:
log: info
config: .licenserc.yaml
Expand Down
1 change: 1 addition & 0 deletions .licenserc.yaml
Expand Up @@ -81,5 +81,6 @@ dependency:
files:
- pom.xml
- saga/seata-saga-statemachine-designer/package.json
- console/src/main/resources/static/console-fe/package.json
excludes:
- name: io.seata:*
6 changes: 3 additions & 3 deletions console/src/main/resources/static/console-fe/package.json
Expand Up @@ -75,14 +75,14 @@
},
"dependencies": {
"@alicloud/console-components": "^1.0.19",
"@alicloud/console-components-actions": "^1.0.4",
"@alicloud/console-components-app-layout": "^1.0.4",
"@alicloud/console-components-console-menu": "^1.0.4",
"@alicloud/console-components-actions": "^1.0.4",
"axios": "^0.18.0",
"axios": "^0.27.2",
"history": "^4.10.1",
"jquery": "^3.3.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment": "^2.29.4",
"prop-types": "^15.6.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
Expand Down

0 comments on commit e327334

Please sign in to comment.