From 7a328cb985ea32d5cd8b54405c129efeffa1e007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 16:04:03 +0000 Subject: [PATCH] Bump react-native from 0.68.5 to 0.68.7 Bumps [react-native](https://github.com/facebook/react-native) from 0.68.5 to 0.68.7. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/compare/v0.68.5...v0.68.7) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85ea4e2..6c2aec6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "metro-config": "^0.74.1", "ngeohash": "^0.6.3", "react": "17.0.2", - "react-native": "0.68.5", + "react-native": "0.68.7", "react-native-background-fetch": "^4.1.7", "react-native-background-geolocation": "^4.9.4", "react-native-compass-heading": "^1.4.2", @@ -13495,8 +13495,9 @@ "license": "MIT" }, "node_modules/react-native": { - "version": "0.68.5", - "license": "MIT", + "version": "0.68.7", + "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.68.7.tgz", + "integrity": "sha512-t7XvcwKyXhN9vR8GfgLUyEYYccwI390pG7debFSGns/5Vb0+/ZiGuSmVZGLNt1NVc3UH2zI2GGkDdSJR8Locig==", "dependencies": { "@jest/create-cache-key-function": "^27.0.1", "@react-native-community/cli": "^7.0.3", @@ -24732,7 +24733,9 @@ "version": "16.13.1" }, "react-native": { - "version": "0.68.5", + "version": "0.68.7", + "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.68.7.tgz", + "integrity": "sha512-t7XvcwKyXhN9vR8GfgLUyEYYccwI390pG7debFSGns/5Vb0+/ZiGuSmVZGLNt1NVc3UH2zI2GGkDdSJR8Locig==", "requires": { "@jest/create-cache-key-function": "^27.0.1", "@react-native-community/cli": "^7.0.3", diff --git a/package.json b/package.json index 4c1c549..f634fee 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "metro-config": "^0.74.1", "ngeohash": "^0.6.3", "react": "17.0.2", - "react-native": "0.68.5", + "react-native": "0.68.7", "react-native-background-fetch": "^4.1.7", "react-native-background-geolocation": "^4.9.4", "react-native-compass-heading": "^1.4.2",