diff --git a/package-lock.json b/package-lock.json index f470b6f..55b113b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eslint": "8.31.0", "eslint-config-next": "13.4.7", "next": "13.1.6", - "next-i18next": "^13.2.2", + "next-i18next": "^14.0.0", "pluralize": "^8.0.0", "qs": "^6.11.2", "react": "18.2.0", @@ -155,9 +155,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.0.tgz", - "integrity": "sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==", + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz", + "integrity": "sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==", "dependencies": { "regenerator-runtime": "^0.13.11" }, @@ -714,15 +714,6 @@ "tslib": "^2.4.0" } }, - "node_modules/@tailwindcss/aspect-ratio": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/@tailwindcss/aspect-ratio/-/aspect-ratio-0.4.2.tgz", - "integrity": "sha512-8QPrypskfBa7QIMuKHg2TA7BqES6vhBrDLOv8Unb6FcFyd3TjKbc6lcmb9UPQHxfl24sXoJ41ux/H7qQQvfaSQ==", - "dev": true, - "peerDependencies": { - "tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1" - } - }, "node_modules/@tsconfig/node10": { "version": "1.0.9", "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", @@ -2547,9 +2538,9 @@ } }, "node_modules/i18next": { - "version": "22.4.11", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.11.tgz", - "integrity": "sha512-ShfTzXVMjXdF2iPiT/wbizOrssLh9Ab6VpuVROihLCAu+u25KbZiEYVgsA0W6g0SgjPa/JmGWcUEV/g6cKzEjQ==", + "version": "23.4.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.2.tgz", + "integrity": "sha512-hkVPHKFLtn9iewdqHDiU+MGVIBk+bVFn5usw7CIeCn/SBcVKGTItGdjNPm2B8Lnz42CeHUlnSOTgsr5vbITjhA==", "funding": [ { "type": "individual", @@ -2566,13 +2557,13 @@ ], "peer": true, "dependencies": { - "@babel/runtime": "^7.20.6" + "@babel/runtime": "^7.22.5" } }, "node_modules/i18next-fs-backend": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.1.1.tgz", - "integrity": "sha512-FTnj+UmNgT3YRml5ruRv0jMZDG7odOL/OP5PF5mOqvXud2vHrPOOs68Zdk6iqzL47cnnM0ZVkK2BAvpFeDJToA==" + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.1.5.tgz", + "integrity": "sha512-7fgSH8nVhXSBYPHR/W3tEXXhcnwHwNiND4Dfx9knzPzdsWTUTL/TdDVV+DY0dL0asHKLbdoJaXS4LdVW6R8MVQ==" }, "node_modules/ignore": { "version": "5.2.4", @@ -3136,9 +3127,9 @@ } }, "node_modules/next-i18next": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-13.2.2.tgz", - "integrity": "sha512-t0WU6K+HJoq2nVQ0n6OiiEZja9GyMqtDSU74FmOafgk4ljns+iZ18bsNJiI8rOUXfFfkW96ea1N7D5kbMyT+PA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-14.0.0.tgz", + "integrity": "sha512-umv8hOZoSoAA+td3ErfemyO/5Ib2pnYCdQ8/Oy+fncS2skFIL3hHKRer3Oa3Nfm4Xbv5p6DHWzm3NhT1j4tWwg==", "funding": [ { "type": "individual", @@ -3158,16 +3149,16 @@ "@types/hoist-non-react-statics": "^3.3.1", "core-js": "^3", "hoist-non-react-statics": "^3.3.2", - "i18next-fs-backend": "^2.1.1" + "i18next-fs-backend": "^2.1.5" }, "engines": { "node": ">=14" }, "peerDependencies": { - "i18next": "^22.0.6", + "i18next": "^23.0.1", "next": ">= 12.0.0", "react": ">= 17.0.2", - "react-i18next": "^12.2.0" + "react-i18next": "^13.0.0" } }, "node_modules/next/node_modules/postcss": { @@ -3732,16 +3723,16 @@ } }, "node_modules/react-i18next": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.0.tgz", - "integrity": "sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ==", + "version": "13.0.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.3.tgz", + "integrity": "sha512-/t4kt4Y2o+21hbvx+o9zpVnmoiud7KLDncyZFGN0U6TGAWYaXdTsp/ytAHFcKKSAODg4noIMaOO3X7bMgCqLHw==", "peer": true, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { - "i18next": ">= 19.0.0", + "i18next": ">= 23.2.3", "react": ">= 16.8.0" }, "peerDependenciesMeta": { diff --git a/package.json b/package.json index 3784316..4ac2a7a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "eslint": "8.31.0", "eslint-config-next": "13.4.7", "next": "13.1.6", - "next-i18next": "^13.2.2", + "next-i18next": "^14.0.0", "pluralize": "^8.0.0", "qs": "^6.11.2", "react": "18.2.0",