diff --git a/package-lock.json b/package-lock.json index adb97495..49b46337 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "next": "^14.0.3", "next-auth": "^4.24.5", "next-connect": "^1.0.0", - "next-i18next": "^15.0.0", + "next-i18next": "^15.3.0", "node-fetch": "^2.7.0", "react": "^18.0.0", "react-card-flip": "^1.2.2", @@ -10874,9 +10874,9 @@ } }, "node_modules/i18next": { - "version": "23.7.6", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.6.tgz", - "integrity": "sha512-O66BhXBw0fH4bEJMA0/klQKPEbcwAp5wjXEL803pdAynNbg2f4qhLIYlNHJyE7icrL6XmSZKPYaaXwy11kJ6YQ==", + "version": "23.11.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.2.tgz", + "integrity": "sha512-qMBm7+qT8jdpmmDw/kQD16VpmkL9BdL+XNAK5MNbNFaf1iQQq35ZbPrSlqmnNPOSUY4m342+c0t0evinF5l7sA==", "funding": [ { "type": "individual", @@ -10896,9 +10896,9 @@ } }, "node_modules/i18next-fs-backend": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.3.0.tgz", - "integrity": "sha512-N0SS2WojoVIh2x/QkajSps8RPKzXqryZsQh12VoFY4cLZgkD+62EPY2fY+ZjkNADu8xA5I5EadQQXa8TXBKN3w==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.3.1.tgz", + "integrity": "sha512-tvfXskmG/9o+TJ5Fxu54sSO5OkY6d+uMn+K6JiUGLJrwxAVfer+8V3nU8jq3ts9Pe5lXJv4b1N7foIjJ8Iy2Gg==" }, "node_modules/iconv-lite": { "version": "0.6.3", @@ -14019,9 +14019,9 @@ } }, "node_modules/next-i18next": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-15.0.0.tgz", - "integrity": "sha512-9iGEU4dt1YCC5CXh6H8YHmDpmeWKjxES6XfoABxy9mmfaLLJcqS92F56ZKmVuZUPXEOLtgY/JtsnxsHYom9J4g==", + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-15.3.0.tgz", + "integrity": "sha512-bq7Cc9XJFcmGOCLnyEtHaeJ3+JJNsI/8Pkj9BaHAnhm4sZ9vNNC4ZsaqYnlRZ7VH5ypSo73fEqLK935jLsmCvQ==", "funding": [ { "type": "individual", @@ -14041,16 +14041,16 @@ "@types/hoist-non-react-statics": "^3.3.4", "core-js": "^3", "hoist-non-react-statics": "^3.3.2", - "i18next-fs-backend": "^2.2.0" + "i18next-fs-backend": "^2.3.1" }, "engines": { "node": ">=14" }, "peerDependencies": { - "i18next": "^23.6.0", + "i18next": ">= 23.7.13", "next": ">= 12.0.0", "react": ">= 17.0.2", - "react-i18next": "^13.3.1" + "react-i18next": ">= 13.5.0" } }, "node_modules/next-router-mock": { diff --git a/package.json b/package.json index 668fed07..0188c00f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "next": "^14.0.3", "next-auth": "^4.24.5", "next-connect": "^1.0.0", - "next-i18next": "^15.0.0", + "next-i18next": "^15.3.0", "node-fetch": "^2.7.0", "react": "^18.0.0", "react-card-flip": "^1.2.2",