Skip to content

Commit 285596e

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-BABELRUNTIME-10044504
1 parent 911858b commit 285596e

File tree

2 files changed

+30
-89
lines changed

2 files changed

+30
-89
lines changed

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

Lines changed: 28 additions & 87 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"react-ace": "^8.0.0",
1616
"react-dom": "^16.8.3",
1717
"react-plotly.js": "^2.3.0",
18-
"react-redux": "^6.0.1",
19-
"react-router-dom": "^4.3.1",
18+
"react-redux": "^9.0.0",
19+
"react-router-dom": "^6.4.0",
2020
"react-scripts": "5.0.0",
2121
"redux": "^4.0.1",
2222
"redux-logger": "^3.0.6",

0 commit comments

Comments
 (0)