From 776cc5bc65cdb948fb62ad112e0a600a3c21f546 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 09:41:49 +0000 Subject: [PATCH] fix(deps): update dependency i18next to v23.15.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc668025..e1ddecda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "dotenv": "^16.3.1", "eslint": "8.57.0", "eslint-config-next": "14.2.5", - "i18next": "23.12.2", + "i18next": "23.15.1", "i18next-browser-languagedetector": "^8.0.0", "i18next-resources-to-backend": "^1.1.4", "imap": "^0.8.19", @@ -12650,9 +12650,9 @@ } }, "node_modules/i18next": { - "version": "23.12.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", - "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", + "version": "23.15.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.1.tgz", + "integrity": "sha512-wB4abZ3uK7EWodYisHl/asf8UYEhrI/vj/8aoSsrj/ZDxj4/UXPOa1KvFt1Fq5hkUHquNqwFlDprmjZ8iySgYA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 986e71e1..990a7646 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dotenv": "^16.3.1", "eslint": "8.57.0", "eslint-config-next": "14.2.5", - "i18next": "23.12.2", + "i18next": "23.15.1", "i18next-browser-languagedetector": "^8.0.0", "i18next-resources-to-backend": "^1.1.4", "imap": "^0.8.19",