diff --git a/example/package-lock.json b/example/package-lock.json index 10fed4da..1ac6502c 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "hasInstallScript": true, "dependencies": { - "@react-navigation/native": "^7.1.5", + "@react-navigation/native": "^7.1.7", "@react-navigation/native-stack": "7.3.10", "react": "18.3.1", "react-native": "0.77.0", @@ -2946,23 +2946,29 @@ } }, "node_modules/@react-navigation/core": { - "version": "7.8.5", - "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.8.5.tgz", - "integrity": "sha512-xDUXs6NI6ASiZgf53I7NPG0iJVGClPL5O3r8ddOCkS6fhVmPRun64m2zxUWnPcxtheFNTFfQ1IXH+gcenTcv/w==", + "version": "7.9.2", + "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.9.2.tgz", + "integrity": "sha512-lqCyKMWWaSwGK4VV3wRXXEKvl5IKrVH207Kp77TLCnITnd4KQIdgjzzJ/Pr62ugki3VTAErq1vg0yRlcXciCbg==", "license": "MIT", "dependencies": { - "@react-navigation/routers": "^7.3.5", + "@react-navigation/routers": "^7.3.7", "escape-string-regexp": "^4.0.0", - "nanoid": "3.3.8", + "nanoid": "^3.3.11", "query-string": "^7.1.3", - "react-is": "^18.2.0", - "use-latest-callback": "^0.2.1", - "use-sync-external-store": "^1.2.2" + "react-is": "^19.1.0", + "use-latest-callback": "^0.2.3", + "use-sync-external-store": "^1.5.0" }, "peerDependencies": { "react": ">= 18.2.0" } }, + "node_modules/@react-navigation/core/node_modules/react-is": { + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.1.0.tgz", + "integrity": "sha512-Oe56aUPnkHyyDxxkvqtd7KkdQP5uIUfHxd5XTb3wE9d/kRnZLmKbDB0GWk919tdQ+mxxPtG6EAs6RMT6i1qtHg==", + "license": "MIT" + }, "node_modules/@react-navigation/elements": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-2.3.8.tgz", @@ -2985,20 +2991,20 @@ } }, "node_modules/@react-navigation/native": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.1.6.tgz", - "integrity": "sha512-XcfygfHDfAgf2iC4rNBc67Yy0M1aYRGNeNKqja5AJPFZoBQhAEAxKCwHsH4g3qU0zIbzLCthoSl5107dBjoeZw==", + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.1.7.tgz", + "integrity": "sha512-2P9jE5YLjDyqfbGtqgdFjBfx6d/+FsCjCKJ78dHJhxR2r+mNhkhZ2sf/ExXTbATAZe9qsN+fFkd8AxVf0bDYLA==", "license": "MIT", "dependencies": { - "@react-navigation/core": "^7.8.5", + "@react-navigation/core": "^7.9.0", "escape-string-regexp": "^4.0.0", "fast-deep-equal": "^3.1.3", - "nanoid": "3.3.8", - "use-latest-callback": "^0.2.1" + "nanoid": "^3.3.11", + "use-latest-callback": "^0.2.3" }, "peerDependencies": { "react": ">= 18.2.0", - "react-native": "*" + "react-native": "0.79.2" } }, "node_modules/@react-navigation/native-stack": { @@ -3019,12 +3025,12 @@ } }, "node_modules/@react-navigation/routers": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-7.3.5.tgz", - "integrity": "sha512-SBh/3G7pURIQfIwG4OnAfLvq0E4+l1Ii6577z22cIhWIrTOHFXg0rMxC7ft/amzxYn+iG2nYa4dONRd+xIs+yg==", + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-7.3.7.tgz", + "integrity": "sha512-5ffgrefOs2zWqcCVX+OKn+RDx0puopQtxqetegFrTfWQ6pGXdY/5v4kBpPwaOFrNEeE/LPbHt9IJaJuvyhB7RA==", "license": "MIT", "dependencies": { - "nanoid": "3.3.8" + "nanoid": "^3.3.11" } }, "node_modules/@sideway/address": { @@ -5735,9 +5741,9 @@ "license": "MIT" }, "node_modules/nanoid": { - "version": "3.3.8", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", - "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", "funding": [ { "type": "github", diff --git a/example/package.json b/example/package.json index bd97e4c0..cb4784c2 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "postinstall": "npm run pods" }, "dependencies": { - "@react-navigation/native": "^7.1.5", + "@react-navigation/native": "^7.1.7", "@react-navigation/native-stack": "7.3.10", "react": "18.3.1", "react-native": "0.77.0",