Skip to content

Commit

Permalink
fix: ui/package.json & ui/yarn.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
  • Loading branch information
snyk-bot committed Nov 8, 2024
1 parent 41ae2ed commit 5a91fde
Show file tree
Hide file tree
Showing 2 changed files with 6,001 additions and 7,688 deletions.
6 changes: 3 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react-dom": "^16.9.3",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.7",
"argo-ux": "^1.1.4",
"argo-ux": "^1.1.7",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"portable-fetch": "^3.0.0",
Expand All @@ -27,11 +27,11 @@
"react-hot-loader": "^3.1.3",
"react-keyhooks": "^0.2.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-scripts": "5.0.0",
"rxjs": "^6.6.6",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1",
"webpack-dev-server": "^3.11.2"
"webpack-dev-server": "^4.6.0"
},
"scripts": {
"start": "webpack serve --config ./src/app/webpack.dev.js",
Expand Down
Loading

0 comments on commit 5a91fde

Please sign in to comment.