diff --git a/package-lock.json b/package-lock.json index 23f4e55e..a834ae5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "eslint-plugin-typescript-sort-keys": "^3.1.0", "gh-release": "7.0.2", "husky": "^8.0.3", - "i18next": "^23.7.7", + "i18next": "^23.7.8", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "next": "^14.0.1", @@ -84,10 +84,10 @@ "node": ">=14" }, "peerDependencies": { - "i18next": "^23.7.7", + "i18next": "^23.7.8", "next": ">= 12.0.0", "react": ">= 17.0.2", - "react-i18next": "^13.5.0" + "react-i18next": "^13.5.0 || ^14.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -10371,9 +10371,9 @@ } }, "node_modules/i18next": { - "version": "23.7.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.7.tgz", - "integrity": "sha512-peTvdT+Lma+o0LfLFD7IC2M37N9DJ04dH0IJYOyOHRhDfLo6nK36v7LkrQH35C2l8NHiiXZqGirhKESlEb/5PA==", + "version": "23.7.13", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.13.tgz", + "integrity": "sha512-DbCPlw6VmURSZa43iOnycxq9o15e+WuBWDBZ3aj+gQZcDz4sgnuKwrcwmP1n8gSSCwCN7CRFGTpnwTd93A16Mg==", "dev": true, "funding": [ { @@ -26437,9 +26437,9 @@ "dev": true }, "i18next": { - "version": "23.7.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.7.tgz", - "integrity": "sha512-peTvdT+Lma+o0LfLFD7IC2M37N9DJ04dH0IJYOyOHRhDfLo6nK36v7LkrQH35C2l8NHiiXZqGirhKESlEb/5PA==", + "version": "23.7.13", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.13.tgz", + "integrity": "sha512-DbCPlw6VmURSZa43iOnycxq9o15e+WuBWDBZ3aj+gQZcDz4sgnuKwrcwmP1n8gSSCwCN7CRFGTpnwTd93A16Mg==", "dev": true, "requires": { "@babel/runtime": "^7.23.2" diff --git a/package.json b/package.json index 6237bf49..760c0d0e 100644 --- a/package.json +++ b/package.json @@ -140,6 +140,6 @@ "i18next": "^23.7.8", "next": ">= 12.0.0", "react": ">= 17.0.2", - "react-i18next": "^13.5.0" + "react-i18next": "^13.5.0 || ^14.0.0" } }