From f0dd3d51d5a3838a31aaeb3d716bcce810176a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:08:27 +0000 Subject: [PATCH] Deps: Bump i18next from 23.5.1 to 23.6.0 Bumps [i18next](https://github.com/i18next/i18next) from 23.5.1 to 23.6.0. - [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.5.1...v23.6.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 e85f893541..7b0163b418 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "fast-xml-parser": "^4.2.5", "history": "^4.10.1", "hoist-non-react-statics": "^3.3.2", - "i18next": "^23.5.1", + "i18next": "^23.6.0", "i18next-xhr-backend": "3.2.2", "ical.js": "^1.5.0", "memoize-one": "^6.0.0", @@ -11374,9 +11374,9 @@ "license": "BSD-3-Clause" }, "node_modules/i18next": { - "version": "23.5.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.5.1.tgz", - "integrity": "sha512-JelYzcaCoFDaa+Ysbfz2JsGAKkrHiMG6S61+HLBUEIPaF40WMwW9hCPymlQGrP+wWawKxKPuSuD71WZscCsWHg==", + "version": "23.6.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.6.0.tgz", + "integrity": "sha512-z0Cxr0MGkt+kli306WS4nNNM++9cgt2b2VCMprY92j+AIab/oclgPxdwtTZVLP1zn5t5uo8M6uLsZmYrcjr3HA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 301418a5a3..b40117bcf0 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "fast-xml-parser": "^4.2.5", "history": "^4.10.1", "hoist-non-react-statics": "^3.3.2", - "i18next": "^23.5.1", + "i18next": "^23.6.0", "i18next-xhr-backend": "3.2.2", "ical.js": "^1.5.0", "memoize-one": "^6.0.0",