From 10b9553b05a63d85caf141079f4111db88b72d04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 05:37:41 +0000 Subject: [PATCH] fix: upgrade react from 18.2.0 to 18.3.0 Snyk has created this PR to upgrade react from 18.2.0 to 18.3.0. See this package in npm: https://www.npmjs.com/package/react See this project in Snyk: https://app.snyk.io/org/sridhar7601/project/9251c217-12fe-400b-8cab-322c84b4b61e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 38 +++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed64c72..ba8418e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@react-navigation/native-stack": "^6.9.26", "@react-navigation/stack": "^6.3.29", "axios": "^1.6.8", - "react": "18.2.0", + "react": "^18.3.0", "react-native": "0.73.6", "react-native-elements": "^3.4.3", "react-native-gesture-handler": "^2.16.0", @@ -4327,21 +4327,6 @@ "integrity": "sha512-7Wrmdp972ZO7xvDid+xRGtvX6xz47cpGj7Y7VKlUhSVFFqbOGfB5WCpY1vMr6R/fjl+Og2fRw+TETN2+JnJi0w==", "dev": true }, - "node_modules/@react-native/virtualized-lists": { - "version": "0.73.4", - "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.73.4.tgz", - "integrity": "sha512-HpmLg1FrEiDtrtAbXiwCgXFYyloK/dOIPIuWW3fsqukwJEWAiTzm1nXGJ7xPU5XTHiWZ4sKup5Ebaj8z7iyWog==", - "dependencies": { - "invariant": "^2.2.4", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "react-native": "*" - } - }, "node_modules/@react-navigation/core": { "version": "6.4.16", "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-6.4.16.tgz", @@ -12248,9 +12233,9 @@ } }, "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "version": "18.3.0", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.0.tgz", + "integrity": "sha512-RPutkJftSAldDibyrjuku7q11d3oy6wKOyPe5K1HA/HwwrXcEqBdHsLypkC2FFYjP7bPUa6gbzSBhw4sY2JcDg==", "dependencies": { "loose-envify": "^1.1.0" }, @@ -12493,6 +12478,21 @@ "node": ">= 10.14.2" } }, + "node_modules/react-native/node_modules/@react-native/virtualized-lists": { + "version": "0.73.4", + "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.73.4.tgz", + "integrity": "sha512-HpmLg1FrEiDtrtAbXiwCgXFYyloK/dOIPIuWW3fsqukwJEWAiTzm1nXGJ7xPU5XTHiWZ4sKup5Ebaj8z7iyWog==", + "dependencies": { + "invariant": "^2.2.4", + "nullthrows": "^1.1.1" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "react-native": "*" + } + }, "node_modules/react-native/node_modules/@types/yargs": { "version": "15.0.19", "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.19.tgz", diff --git a/package.json b/package.json index 8556fdb..1941d62 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@react-navigation/native-stack": "^6.9.26", "@react-navigation/stack": "^6.3.29", "axios": "^1.6.8", - "react": "18.2.0", + "react": "18.3.0", "react-native": "0.73.6", "react-native-elements": "^3.4.3", "react-native-gesture-handler": "^2.16.0",