From 43cc2cae2d1fc88253199fe8a77321d02a4ba822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:02:14 +0200 Subject: [PATCH] Deps: Bump i18next from 23.11.5 to 23.12.2 (#4117) Bumps [i18next](https://github.com/i18next/i18next) from 23.11.5 to 23.12.2. - [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.11.5...v23.12.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 1404e29987..8d245ffe56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "fast-xml-parser": "^4.4.1", "history": "^4.10.1", "hoist-non-react-statics": "^3.3.2", - "i18next": "^23.11.5", + "i18next": "^23.12.2", "i18next-http-backend": "^2.5.2", "ical.js": "^2.0.0", "memoize-one": "^6.0.0", @@ -8430,9 +8430,9 @@ } }, "node_modules/i18next": { - "version": "23.11.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", - "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", + "version": "23.12.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", + "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 2949a1ee06..13ec5c94b4 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "fast-xml-parser": "^4.4.1", "history": "^4.10.1", "hoist-non-react-statics": "^3.3.2", - "i18next": "^23.11.5", + "i18next": "^23.12.2", "i18next-http-backend": "^2.5.2", "ical.js": "^2.0.0", "memoize-one": "^6.0.0",