Skip to content

Commit

Permalink
fix(security): update or remove npm packages (#1741) (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Oct 8, 2024
1 parent ec6d999 commit dc81448
Show file tree
Hide file tree
Showing 7 changed files with 362 additions and 2,748 deletions.
2 changes: 1 addition & 1 deletion ui/packages/clinic-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"typescript": "^4.7.3"
},
"dependencies": {
"axios": "^1.6.2"
"axios": "^1.7.7"
}
}
2 changes: 1 addition & 1 deletion ui/packages/tidb-dashboard-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"typescript": "^4.7.3"
},
"dependencies": {
"axios": "^1.6.2"
"axios": "^1.7.7"
}
}
2 changes: 1 addition & 1 deletion ui/packages/tidb-dashboard-for-clinic-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@pingcap/tidb-dashboard-lib": "workspace:^1.0.0",
"ahooks": "^3.1.9",
"antd": "^4.18.7",
"axios": "^1.6.2",
"axios": "^1.7.7",
"bulma": "^0.9.4",
"classnames": "^2.3.1",
"compare-versions": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/tidb-dashboard-for-clinic-op/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@pingcap/clinic-client": "workspace:^1.0.0",
"@pingcap/tidb-dashboard-lib": "workspace:^1.0.0",
"antd": "^4.18.7",
"axios": "^1.6.2",
"axios": "^1.7.7",
"i18next": "^23.2.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/tidb-dashboard-for-op/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@pingcap/tidb-dashboard-lib": "workspace:^1.0.0",
"ahooks": "^3.1.9",
"antd": "^4.18.7",
"axios": "^1.6.2",
"axios": "^1.7.7",
"bulma": "^0.9.4",
"classnames": "^2.3.1",
"compare-versions": "^5.0.1",
Expand Down
4 changes: 1 addition & 3 deletions ui/packages/tidb-dashboard-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,15 @@
"@ahooksjs/use-url-state": "^3.5.0",
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.7.0",
"@ant-design/plots": "^1.2.2",
"@baurine/grafana-value-formats": "^1.0.4",
"@baurine/sql-formatter-plus": "^1.5.3",
"@diag-ui/chart": "^1.0.6",
"@elastic/charts": "^46.10.1",
"@g07cha/flexbox-react": "^5.0.0",
"@uifabric/utilities": "^7.33.5",
"ace-builds": "^1.6.0",
"ahooks": "^3.1.9",
"antd": "^4.18.7",
"axios": "^1.6.2",
"axios": "^1.7.7",
"classnames": "^2.3.1",
"d3": "^5.16.0",
"d3-flextree": "2.1.2",
Expand Down
Loading

0 comments on commit dc81448

Please sign in to comment.