Skip to content

Commit 5eb7b8b

Browse files
committed
fix: pkg/ui/v1beta1/frontend/package.json & pkg/ui/v1beta1/frontend/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773
1 parent 911858b commit 5eb7b8b

File tree

2 files changed

+72
-37
lines changed

2 files changed

+72
-37
lines changed

pkg/ui/v1beta1/frontend/package-lock.json

Lines changed: 71 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/ui/v1beta1/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@material-ui/core": "^4.11.0",
88
"@material-ui/icons": "^4.9.1",
99
"ace-builds": "^1.4.8",
10-
"axios": "^1.6.8",
10+
"axios": "^1.12.0",
1111
"graphviz-react": "^1.0.6",
1212
"js-yaml": "^3.13.1",
1313
"plotly.js": "^2.30.0",

0 commit comments

Comments
 (0)