From e419cb468e43c3c6ced4b4d6826d91961b5336ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 03:44:06 +0000 Subject: [PATCH] fix: old-example-redux/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MERGE-1042987 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MERGE-1040469 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- old-example-redux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/old-example-redux/package.json b/old-example-redux/package.json index 1e2add109f8..1e6fde5910a 100644 --- a/old-example-redux/package.json +++ b/old-example-redux/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react-native-navigation": "file:../", - "react-native": "0.49.0", + "react-native": "0.69.12", "react": "15.2.1", "react-redux": "^4.0.6", "redux": "^3.0.5",