From 792be6285c9d19e6ad7271168299c6740efc1c9f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 05:07:36 +0000 Subject: [PATCH] fix: static/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/package.json b/static/package.json index 469caf3c..65cbce24 100644 --- a/static/package.json +++ b/static/package.json @@ -36,7 +36,7 @@ "flux": "^2.1.1", "numeral": "^1.5.3", "query-string": "^3.0.3", - "react": "^0.14.7", + "react": "^15.0.0", "react-dom": "^0.14.7", "react-tooltip": "^1.1.4", "superagent": "^1.8.2"