Skip to content

Commit 24f0a3e

Browse files
committed
fix: orion-server/src/main/resources/webapp/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574
1 parent 6b0ed39 commit 24f0a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orion-server/src/main/resources/webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react-json-view": "^1.19.1",
2424
"react-redux": "^7.1.3",
2525
"react-router-dom": "^5.1.2",
26-
"react-scripts": "^3.3.0",
26+
"react-scripts": "^5.0.0",
2727
"redux": "^4.0.5",
2828
"redux-saga": "^1.1.3"
2929
},

0 commit comments

Comments
 (0)