diff --git a/package-lock.json b/package-lock.json index 026f4c8c..ad184ad4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@react-navigation/native-stack": "^6.11.0", "detox": "^20.28.0", "eslint-plugin-detox": "^1.0.0", - "i18next": "^24.1.0", + "i18next": "^24.1.2", "intl-pluralrules": "^2.0.1", "react": "18.2.0", "react-i18next": "^15.2.0", @@ -9670,9 +9670,9 @@ } }, "node_modules/i18next": { - "version": "24.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.0.tgz", - "integrity": "sha512-suKlX82AlptkMUO5YRfaAeH4FQyyKvR66jNaubTMiyPPMx7INU6PXAiy3PGULc0q6K+t9nxmDf/TRj9KjAivmw==", + "version": "24.1.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.2.tgz", + "integrity": "sha512-th/075GW0Ub1gYDMHLiZXMGSfGv1aP1VqjT3fma/12hNHCNlH8oJMftvlDzycT/R+KoULWk+xLU8H1JRwV85qw==", "funding": [ { "type": "individual", @@ -24866,9 +24866,9 @@ "dev": true }, "i18next": { - "version": "24.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.0.tgz", - "integrity": "sha512-suKlX82AlptkMUO5YRfaAeH4FQyyKvR66jNaubTMiyPPMx7INU6PXAiy3PGULc0q6K+t9nxmDf/TRj9KjAivmw==", + "version": "24.1.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.2.tgz", + "integrity": "sha512-th/075GW0Ub1gYDMHLiZXMGSfGv1aP1VqjT3fma/12hNHCNlH8oJMftvlDzycT/R+KoULWk+xLU8H1JRwV85qw==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index c5d25642..7f7d1246 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@react-navigation/native-stack": "^6.11.0", "detox": "^20.28.0", "eslint-plugin-detox": "^1.0.0", - "i18next": "^24.1.0", + "i18next": "^24.1.2", "intl-pluralrules": "^2.0.1", "react": "18.2.0", "react-i18next": "^15.2.0",