From 38cb269bd0984ab6f99ef85290f835f25d7995fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 13:03:05 +0000 Subject: [PATCH] Bump the npm-dependencies group across 1 directory with 5 updates Bumps the npm-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.7` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.7` | | [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/async-storage) | `2.2.0` | `3.1.1` | | [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.7.0` | `5.8.0` | | [@react-native/js-polyfills](https://github.com/facebook/react-native/tree/HEAD/packages/polyfills) | `0.79.7` | `0.85.3` | Updates `react` from 19.2.3 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react) Updates `react-dom` from 19.2.3 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom) Updates `@react-native-async-storage/async-storage` from 2.2.0 to 3.1.1 - [Release notes](https://github.com/react-native-async-storage/async-storage/releases) - [Changelog](https://github.com/react-native-async-storage/async-storage/blob/main/packages/async-storage/CHANGELOG.md) - [Commits](https://github.com/react-native-async-storage/async-storage/commits/@react-native-async-storage/async-storage@3.1.1/packages/async-storage) Updates `react-native-safe-area-context` from 5.7.0 to 5.8.0 - [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases) - [Commits](https://github.com/AppAndFlow/react-native-safe-area-context/compare/v5.7.0...v5.8.0) Updates `@react-native/js-polyfills` from 0.79.7 to 0.85.3 - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG-0.7x.md) - [Commits](https://github.com/facebook/react-native/commits/v0.85.3/packages/polyfills) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: react-dom dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@react-native-async-storage/async-storage" dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: react-native-safe-area-context dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@react-native/js-polyfills" dependency-version: 0.85.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- example/expo/package.json | 10 +- example/nextjs/package.json | 4 +- example/react/package.json | 4 +- package-lock.json | 190 ++++++----------------------- package.json | 4 +- packages/react-native/package.json | 2 +- 6 files changed, 50 insertions(+), 164 deletions(-) diff --git a/example/expo/package.json b/example/expo/package.json index a1882d73..f6641594 100644 --- a/example/expo/package.json +++ b/example/expo/package.json @@ -15,7 +15,7 @@ "dependencies": { "@exceptionless/react-native": "3.0.0-dev", "@expo/metro-runtime": "~56.0.15", - "@react-native-async-storage/async-storage": "2.2.0", + "@react-native-async-storage/async-storage": "3.1.1", "expo": "~56.0.11", "expo-application": "~56.0.3", "expo-constants": "~56.0.16", @@ -23,16 +23,16 @@ "expo-device": "~56.0.4", "expo-splash-screen": "~56.0.10", "expo-status-bar": "~56.0.4", - "react": "19.2.3", - "react-dom": "19.2.3", + "react": "19.2.7", + "react-dom": "19.2.7", "react-native": "0.85.3", - "react-native-safe-area-context": "~5.7.0", + "react-native-safe-area-context": "~5.8.0", "react-native-screens": "4.25.2", "react-native-web": "^0.21.0" }, "devDependencies": { "@babel/core": "^7.29.7", - "@react-native/js-polyfills": "^0.79.6", + "@react-native/js-polyfills": "^0.85.3", "@types/react": "~19.2.10", "typescript": "~6.0.3" }, diff --git a/example/nextjs/package.json b/example/nextjs/package.json index 7eb04032..c7a40949 100644 --- a/example/nextjs/package.json +++ b/example/nextjs/package.json @@ -11,8 +11,8 @@ "@exceptionless/browser": "3.0.0-dev", "@exceptionless/node": "3.0.0-dev", "next": "^16.2.7", - "react": "19.2.3", - "react-dom": "19.2.3" + "react": "19.2.7", + "react-dom": "19.2.7" }, "type": "module", "publishConfig": { diff --git a/example/react/package.json b/example/react/package.json index 06beb56c..c4789d10 100644 --- a/example/react/package.json +++ b/example/react/package.json @@ -32,8 +32,8 @@ }, "dependencies": { "@exceptionless/react": "3.0.0-dev", - "react": "19.2.3", - "react-dom": "19.2.3" + "react": "19.2.7", + "react-dom": "19.2.7" }, "type": "module", "publishConfig": { diff --git a/package-lock.json b/package-lock.json index 863a7058..25d3a3fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,8 +26,8 @@ "jsdom": "^29.1.1", "npm-run-all2": "^9.0.1", "prettier": "^3.8.3", - "react": "19.2.3", - "react-dom": "19.2.3", + "react": "19.2.7", + "react-dom": "19.2.7", "rimraf": "^6.1.3", "typescript": "^6.0.3", "typescript-eslint": "^8.60.1", @@ -52,7 +52,7 @@ "dependencies": { "@exceptionless/react-native": "3.0.0-dev", "@expo/metro-runtime": "~56.0.15", - "@react-native-async-storage/async-storage": "2.2.0", + "@react-native-async-storage/async-storage": "3.1.1", "expo": "~56.0.11", "expo-application": "~56.0.3", "expo-constants": "~56.0.16", @@ -60,16 +60,16 @@ "expo-device": "~56.0.4", "expo-splash-screen": "~56.0.10", "expo-status-bar": "~56.0.4", - "react": "19.2.3", - "react-dom": "19.2.3", + "react": "19.2.7", + "react-dom": "19.2.7", "react-native": "0.85.3", - "react-native-safe-area-context": "~5.7.0", + "react-native-safe-area-context": "~5.8.0", "react-native-screens": "4.25.2", "react-native-web": "^0.21.0" }, "devDependencies": { "@babel/core": "^7.29.7", - "@react-native/js-polyfills": "^0.79.6", + "@react-native/js-polyfills": "^0.85.3", "@types/react": "~19.2.10", "typescript": "~6.0.3" } @@ -90,8 +90,8 @@ "@exceptionless/browser": "3.0.0-dev", "@exceptionless/node": "3.0.0-dev", "next": "^16.2.7", - "react": "19.2.3", - "react-dom": "19.2.3" + "react": "19.2.7", + "react-dom": "19.2.7" } }, "example/react": { @@ -99,8 +99,8 @@ "version": "3.0.0-dev", "dependencies": { "@exceptionless/react": "3.0.0-dev", - "react": "19.2.3", - "react-dom": "19.2.3" + "react": "19.2.7", + "react-dom": "19.2.7" }, "devDependencies": { "@testing-library/react": "^16.3.2", @@ -2389,9 +2389,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -2408,9 +2405,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -2427,9 +2421,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -2446,9 +2437,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -2465,9 +2453,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -2484,9 +2469,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -2503,9 +2485,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -2522,9 +2501,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "LGPL-3.0-or-later", "optional": true, "os": [ @@ -2541,9 +2517,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -2566,9 +2539,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -2591,9 +2561,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -2616,9 +2583,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -2641,9 +2605,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -2666,9 +2627,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -2691,9 +2649,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -2716,9 +2671,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -2967,9 +2919,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2986,9 +2935,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3005,9 +2951,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3024,9 +2967,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3086,15 +3026,16 @@ "license": "MIT" }, "node_modules/@react-native-async-storage/async-storage": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-2.2.0.tgz", - "integrity": "sha512-gvRvjR5JAaUZF8tv2Kcq/Gbt3JHwbKFYfmb445rhOj6NUMx3qPLixmDx5pZAyb9at1bYvJ4/eTUipU5aki45xw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-3.1.1.tgz", + "integrity": "sha512-z+PnLz1n6ECKhgoHZHkfc+dijXZEyZnNFSajbtE0NEbsJhmX8x9GlOeiMQIKX2E4DUqPSgfIh4FYBv1M49KgPQ==", "license": "MIT", "dependencies": { - "merge-options": "^3.0.4" + "idb": "8.0.3" }, "peerDependencies": { - "react-native": "^0.0.0-0 || >=0.65 <1.0" + "react": "*", + "react-native": "*" } }, "node_modules/@react-native/assets-registry": { @@ -3323,13 +3264,12 @@ } }, "node_modules/@react-native/js-polyfills": { - "version": "0.79.7", - "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.79.7.tgz", - "integrity": "sha512-Djgvfz6AOa8ZEWyv+KA/UnP+ZruM+clCauFTR6NeRyD8YELvXGt+6A231SwpNdRkM7aTDMv0cM0NUbAMEPy+1A==", - "dev": true, + "version": "0.85.3", + "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.85.3.tgz", + "integrity": "sha512-U2+aMshIXf1uFn77tpBb/xhHWB9vkVrMpt7kkucAugF8hJKYTDGB587X7WwelHduK2KBfhl4giSv0rzZGoef9A==", "license": "MIT", "engines": { - "node": ">=18" + "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" } }, "node_modules/@react-native/normalize-colors": { @@ -3454,9 +3394,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3474,9 +3411,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3494,9 +3428,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3514,9 +3445,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3534,9 +3462,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3554,9 +3479,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -6839,6 +6761,12 @@ "url": "https://opencollective.com/express" } }, + "node_modules/idb": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/idb/-/idb-8.0.3.tgz", + "integrity": "sha512-LtwtVyVYO5BqRvcsKuB2iUMnHwPVByPCXFXOpuU96IZPPoPN6xjOGxZQ74pgSVVLQWtUOYgyeL4GE98BY5D3wg==", + "license": "ISC" + }, "node_modules/ignore": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", @@ -6976,15 +6904,6 @@ "node": ">=0.12.0" } }, - "node_modules/is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/is-potential-custom-element-name": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", @@ -7466,9 +7385,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -7489,9 +7405,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -7512,9 +7425,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -7535,9 +7445,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -7806,18 +7713,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/merge-options": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/merge-options/-/merge-options-3.0.4.tgz", - "integrity": "sha512-2Sug1+knBjkaMsMgf1ctR1Ujx+Ayku4EdJN4Z+C2+JzoeF7A3OZ9KM2GY0CpQS51NR61LTurMJrRKPhSs3ZRTQ==", - "license": "MIT", - "dependencies": { - "is-plain-obj": "^2.1.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/merge-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", @@ -9197,9 +9092,9 @@ } }, "node_modules/react": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", - "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", + "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -9237,15 +9132,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.3.tgz", - "integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz", + "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.3" + "react": "^19.2.7" } }, "node_modules/react-example": { @@ -9324,9 +9219,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.7.0.tgz", - "integrity": "sha512-/9/MtQz8ODphjsLdZ+GZAIcC/RtoqW9EeShf7Uvnfgm/pzYrJ75y3PV/J1wuAV1T5Dye5ygq4EAW20RoBq0ABQ==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.8.0.tgz", + "integrity": "sha512-t+ZsAVzY/wWzzx34vqGbo3/as9EEESJdbyZNL7Yg5EYX+toYMtMqFoDDCvqZUi35eeGVsXc6pAaEk4edMwbuCQ==", "license": "MIT", "peerDependencies": { "react": "*", @@ -9379,15 +9274,6 @@ "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==", "license": "MIT" }, - "node_modules/react-native/node_modules/@react-native/js-polyfills": { - "version": "0.85.3", - "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.85.3.tgz", - "integrity": "sha512-U2+aMshIXf1uFn77tpBb/xhHWB9vkVrMpt7kkucAugF8hJKYTDGB587X7WwelHduK2KBfhl4giSv0rzZGoef9A==", - "license": "MIT", - "engines": { - "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0" - } - }, "node_modules/react-native/node_modules/commander": { "version": "12.1.0", "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", @@ -13386,7 +13272,7 @@ "@exceptionless/core": "3.0.0-dev" }, "devDependencies": { - "@react-native-async-storage/async-storage": "^2.2.0", + "@react-native-async-storage/async-storage": "^3.1.1", "@types/react": "^19.2.16" }, "peerDependencies": { diff --git a/package.json b/package.json index b4c5d07f..290b50b0 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "jsdom": "^29.1.1", "npm-run-all2": "^9.0.1", "prettier": "^3.8.3", - "react": "19.2.3", - "react-dom": "19.2.3", + "react": "19.2.7", + "react-dom": "19.2.7", "rimraf": "^6.1.3", "typescript": "^6.0.3", "typescript-eslint": "^8.60.1", diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 2136f368..fe13b0a1 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -58,7 +58,7 @@ "@exceptionless/core": "3.0.0-dev" }, "devDependencies": { - "@react-native-async-storage/async-storage": "^2.2.0", + "@react-native-async-storage/async-storage": "^3.1.1", "@types/react": "^19.2.16" } }