diff --git a/package-lock.json b/package-lock.json index fc43b1ee..9845f551 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "chart.js": "^4.4.1", "date-fns": "^3.0.6", "formik": "^2.4.5", - "i18next": "^23.7.12", + "i18next": "^23.10.1", "i18next-resources-to-backend": "^1.2.0", "next": "^14.0.4", "next-i18n-router": "^5.1.0", @@ -26,7 +26,7 @@ "react-cookie": "^6.1.1", "react-dom": "^18.2.0", "react-feather": "^2.0.10", - "react-i18next": "^14.0.0", + "react-i18next": "^14.1.0", "yup": "^1.3.3" }, "devDependencies": { @@ -2268,9 +2268,9 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.23.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz", - "integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz", + "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -13468,9 +13468,9 @@ } }, "node_modules/i18next": { - "version": "23.7.12", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.12.tgz", - "integrity": "sha512-BZcAvh5M/s2CDrbxNFT8kscfzCYW607wnc4wnQ11HaHDJlS46P/0+P++nmgnc5CIjSQ1DfHAM9RE+hIyALvI7g==", + "version": "23.10.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", + "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", "funding": [ { "type": "individual", @@ -17208,11 +17208,11 @@ } }, "node_modules/react-i18next": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.0.tgz", - "integrity": "sha512-OCrS8rHNAmnr8ggGRDxjakzihrMW7HCbsplduTm3EuuQ6fyvWGT41ksZpqbduYoqJurBmEsEVZ1pILSUWkHZng==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.0.tgz", + "integrity": "sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ==", "dependencies": { - "@babel/runtime": "^7.22.5", + "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/package.json b/package.json index 5c195bd5..66abc237 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "chart.js": "^4.4.1", "date-fns": "^3.0.6", "formik": "^2.4.5", - "i18next": "^23.7.12", + "i18next": "^23.10.1", "i18next-resources-to-backend": "^1.2.0", "next": "^14.0.4", "next-i18n-router": "^5.1.0", @@ -22,7 +22,7 @@ "react-cookie": "^6.1.1", "react-dom": "^18.2.0", "react-feather": "^2.0.10", - "react-i18next": "^14.0.0", + "react-i18next": "^14.1.0", "yup": "^1.3.3" }, "scripts": {