diff --git a/example/package-lock.json b/example/package-lock.json index bea5c62b..fa319eb0 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.0.19", + "@react-navigation/native": "^7.1.5", "@react-navigation/native-stack": "7.3.3", "react": "18.3.1", "react-native": "0.77.0", @@ -2946,12 +2946,12 @@ } }, "node_modules/@react-navigation/core": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.7.0.tgz", - "integrity": "sha512-u8GaO4QuX5VyfLk7s6dw10W/zl5c0NKOPocjYfWO4Wiaq4VROY00jjVcc1oYPEhDn5XXonx7U0l7jYYUA0cHlQ==", + "version": "7.8.5", + "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.8.5.tgz", + "integrity": "sha512-xDUXs6NI6ASiZgf53I7NPG0iJVGClPL5O3r8ddOCkS6fhVmPRun64m2zxUWnPcxtheFNTFfQ1IXH+gcenTcv/w==", "license": "MIT", "dependencies": { - "@react-navigation/routers": "^7.3.1", + "@react-navigation/routers": "^7.3.5", "escape-string-regexp": "^4.0.0", "nanoid": "3.3.8", "query-string": "^7.1.3", @@ -2985,12 +2985,12 @@ } }, "node_modules/@react-navigation/native": { - "version": "7.0.19", - "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.0.19.tgz", - "integrity": "sha512-6UDTFVM91FIUaXF5OZ7GHb+XZK6yAktqdTOBOtn3goIyafKz0OUo+ukxe+tPGpr+E9ZQjdZDCseIH6HOI/k8rw==", + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.1.5.tgz", + "integrity": "sha512-r3XonOO3b/73rSu3tisU1apcMCmiMhKTC424Hr9XO8Gy6lLVRlfCJS6r+JLGeyLMR8l2zURoWukPHfCcvIcfhQ==", "license": "MIT", "dependencies": { - "@react-navigation/core": "^7.7.0", + "@react-navigation/core": "^7.8.4", "escape-string-regexp": "^4.0.0", "fast-deep-equal": "^3.1.3", "nanoid": "3.3.8", @@ -3019,9 +3019,9 @@ } }, "node_modules/@react-navigation/routers": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-7.3.1.tgz", - "integrity": "sha512-d0hJi4eZJQB84JtHlA3HDR9VHoKDfyknSCdz/7a3Mdz1OJDZsvU+qjfK2c9mxNFd+ak/ekLhEkwwh8QtVF0faw==", + "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==", "license": "MIT", "dependencies": { "nanoid": "3.3.8" @@ -7503,9 +7503,9 @@ } }, "node_modules/use-sync-external-store": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.4.0.tgz", - "integrity": "sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz", + "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==", "license": "MIT", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/example/package.json b/example/package.json index c9938ca7..de7ca039 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "postinstall": "npm run pods" }, "dependencies": { - "@react-navigation/native": "^7.0.19", + "@react-navigation/native": "^7.1.5", "@react-navigation/native-stack": "7.3.3", "react": "18.3.1", "react-native": "0.77.0",