From c581f56b0f5354fb228962e4dcac5baf00532ed7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 16:06:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cc732e..70853b3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "babel-preset-stage-1": "^6.1.18", "lodash": "^3.10.1", - "react": "^0.14.3", + "react": "^15.0.0", "react-dom": "^0.14.3", "react-redux": "^4.0.0", "react-router": "^2.0.1",