From 09687cb8bb0c901af1f9fd23fb766aa7e5de0bd6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 04:57:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa401af..a3296cb 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "react": "^16.1.1", "react-dom": "^16.1.1", "react-draggable": "^3.0.4", - "react-scripts": "1.0.17" + "react-scripts": "5.0.0" }, "scripts": { "dev": "webpack-dev-server --open --config webpack.dev.js",