Skip to content

Commit dc9265b

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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660
1 parent 6b0ed39 commit dc9265b

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)