From a1a39ee1a2cb8bc4e3b0b62349dd23ccb8f410a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 10:38:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 645df7b..5f32d35 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "url": "https://github.com/thomasmktong/game-of-life/issues" }, "dependencies": { - "react-scripts": "1.1.1", + "react-scripts": "2.0.3", "clone-deep": "^0.2.4", "express": "^4.14.1", "randomcolor": "^0.4.4",