From 87577441d2e0847c9d9c00324f344dbe874d2b5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 23:01:58 +0000 Subject: [PATCH] fix(deps): update i18next packages --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index afe174e8..22a0f748 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.7.19", "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.0.1", "yup": "^1.3.3" }, "devDependencies": { @@ -13348,9 +13348,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.7.19", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.19.tgz", + "integrity": "sha512-1aP+YSJl+nLxr42ZJtNhpWpNWYsc6nCbVCf2x4uizIX1BYfcigiRMlb3vOkE1p3+qrI+aD6h5G2Fg+2d2oMIOQ==", "funding": [ { "type": "individual", @@ -16967,9 +16967,9 @@ } }, "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.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.1.tgz", + "integrity": "sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 6161637c..52ec3479 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.7.19", "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.0.1", "yup": "^1.3.3" }, "scripts": {