From 86709c9aac6b96165fa887ef58931c9504f2b7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:13:30 +0000 Subject: [PATCH] Bump i18next from 23.12.2 to 23.16.5 Bumps [i18next](https://github.com/i18next/i18next) from 23.12.2 to 23.16.5. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.12.2...v23.16.5) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1441efb4..e9ac1282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "formik": "2.4.6", "html-dom-parser": "4.0.0", "html-react-parser": "4.2.0", - "i18next": "23.12.2", + "i18next": "23.16.5", "i18next-browser-languagedetector": "8.0.0", "i18next-http-backend": "2.5.2", "immer": "9.0.16", @@ -8137,9 +8137,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.16.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.5.tgz", + "integrity": "sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==", "funding": [ { "type": "individual", @@ -8154,7 +8154,6 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], - "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 07264050..7db27954 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "formik": "2.4.6", "html-dom-parser": "4.0.0", "html-react-parser": "4.2.0", - "i18next": "23.12.2", + "i18next": "23.16.5", "i18next-browser-languagedetector": "8.0.0", "i18next-http-backend": "2.5.2", "immer": "9.0.16",