From 5a4c3409f171515d3bb03f29637857e038f578f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:50:45 +0000 Subject: [PATCH] fix: weather/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- weather/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather/package.json b/weather/package.json index 8ab6ae68..a9778a01 100644 --- a/weather/package.json +++ b/weather/package.json @@ -21,7 +21,7 @@ "axios": "^0.8.1", "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-google-maps": "^4.7.1", "react-redux": "^4.0.0",