Skip to content

Commit 2d7614a

Browse files
committed
fix: client/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODENOTIFIER-1035794 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1017036
1 parent 58c8812 commit 2d7614a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"react-dom": "^16.7.0",
1212
"react-redux": "^6.0.0",
1313
"react-router": "^4.3.1",
14-
"react-scripts": "3.4.3",
14+
"react-scripts": "4.0.0",
1515
"recharts": "^1.4.2",
1616
"redux": "^4.0.1",
1717
"redux-saga": "^0.16.2"

0 commit comments

Comments
 (0)