From 66ed12123ad332d0eb9aa731888a0a1a8984d830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:09:58 +0000 Subject: [PATCH] Deps: Bump i18next from 23.6.0 to 23.7.7 Bumps [i18next](https://github.com/i18next/i18next) from 23.6.0 to 23.7.7. - [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.6.0...v23.7.7) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf8769aff1..c6775d37ba 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.6.0", + "i18next": "^23.7.7", "i18next-xhr-backend": "3.2.2", "ical.js": "^1.5.0", "memoize-one": "^6.0.0", @@ -11362,9 +11362,9 @@ "license": "BSD-3-Clause" }, "node_modules/i18next": { - "version": "23.6.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.6.0.tgz", - "integrity": "sha512-z0Cxr0MGkt+kli306WS4nNNM++9cgt2b2VCMprY92j+AIab/oclgPxdwtTZVLP1zn5t5uo8M6uLsZmYrcjr3HA==", + "version": "23.7.7", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.7.tgz", + "integrity": "sha512-peTvdT+Lma+o0LfLFD7IC2M37N9DJ04dH0IJYOyOHRhDfLo6nK36v7LkrQH35C2l8NHiiXZqGirhKESlEb/5PA==", "funding": [ { "type": "individual", @@ -11380,7 +11380,7 @@ } ], "dependencies": { - "@babel/runtime": "^7.22.5" + "@babel/runtime": "^7.23.2" } }, "node_modules/i18next-xhr-backend": { diff --git a/package.json b/package.json index 8f699dc47b..155d5fdc74 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.6.0", + "i18next": "^23.7.7", "i18next-xhr-backend": "3.2.2", "ical.js": "^1.5.0", "memoize-one": "^6.0.0",