diff --git a/package-lock.json b/package-lock.json index b0f2701..c6eb5d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@react-native-vector-icons/common": "^11.0.0", "@react-native-vector-icons/ionicons": "^7.4.0", "@react-navigation/bottom-tabs": "^7.0.14", - "@react-navigation/native": "^7.0.9", + "@react-navigation/native": "^7.0.14", "@react-navigation/native-stack": "^7.1.10", "axios": "^1.7.9", "i18next": "^24.0.2", @@ -3439,13 +3439,13 @@ } }, "node_modules/@react-navigation/core": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.1.2.tgz", - "integrity": "sha512-oqp5gxITz33uRjVOx86TQHslwhruGNPjago/fBmOb6LNWi0HwKgiExo9FEfx8lp9pXKtKW0HBZJscUGVvPWYhA==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.3.1.tgz", + "integrity": "sha512-S3KCGvNsoqVk8ErAtQI2EAhg9185lahF5OY01ofrrD4Ij/uk3QEHHjoGQhR5l5DXSCSKr1JbMQA7MEKMsBiWZA==", "dependencies": { - "@react-navigation/routers": "^7.1.1", + "@react-navigation/routers": "^7.1.2", "escape-string-regexp": "^4.0.0", - "nanoid": "3.3.7", + "nanoid": "3.3.8", "query-string": "^7.1.3", "react-is": "^18.2.0", "use-latest-callback": "^0.2.1", @@ -3481,14 +3481,14 @@ } }, "node_modules/@react-navigation/native": { - "version": "7.0.9", - "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.0.9.tgz", - "integrity": "sha512-VR2TSUCfYYNrql8VMkt4jajchUe24bOeUuj1ReaD7qFLxyT3/vxI/x8gDbf6lLIKo3KBS8g1JEA9rt48PO/Mmw==", + "version": "7.0.14", + "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.0.14.tgz", + "integrity": "sha512-Gi6lLw4VOGSWAhmUdJOMauOKGK51/YA1CprjXm91sNfgERWvznqEMw8QmUQx9SEqYfi0LfZhbzpMst09SJ00lw==", "dependencies": { - "@react-navigation/core": "^7.1.2", + "@react-navigation/core": "^7.3.1", "escape-string-regexp": "^4.0.0", "fast-deep-equal": "^3.1.3", - "nanoid": "3.3.7", + "nanoid": "3.3.8", "use-latest-callback": "^0.2.1" }, "peerDependencies": { @@ -3513,11 +3513,11 @@ } }, "node_modules/@react-navigation/routers": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-7.1.1.tgz", - "integrity": "sha512-OycWRj95p+/zENl9HU6tvvT6IUuxgVJirgsA0W9rQn3RC+9Hb0UVYA0+8avdt+WpMoWdrvwTxTXneB5mjYzHrw==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-7.1.2.tgz", + "integrity": "sha512-emdEjpVDK8zbiu2GChC8oYIAub9i/OpNuQJekVsbyFCBz4/TzaBzms38Q53YaNhdIFNmiYLfHv/Y1Ub7KYfm3w==", "dependencies": { - "nanoid": "3.3.7" + "nanoid": "3.3.8" } }, "node_modules/@sideway/address": { @@ -9772,9 +9772,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 570d62b..4205074 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@react-native-vector-icons/common": "^11.0.0", "@react-native-vector-icons/ionicons": "^7.4.0", "@react-navigation/bottom-tabs": "^7.0.14", - "@react-navigation/native": "^7.0.9", + "@react-navigation/native": "^7.0.14", "@react-navigation/native-stack": "^7.1.10", "axios": "^1.7.9", "i18next": "^24.0.2",