From 42db5e5471852a214cea35bcf736fadc344ebe9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 00:02:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53720bdbbb..80bf0ab22f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "react": "^16.0.0", "react-dom": "^16.0.0", - "react-scripts": "1.0.14" + "react-scripts": "5.0.0" }, "scripts": { "start": "react-scripts start",