From 1b689623653e08f10e3f854eba37a649871b4dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:19:00 +0000 Subject: [PATCH] Deps: Bump i18next from 23.15.1 to 23.16.4 Bumps [i18next](https://github.com/i18next/i18next) from 23.15.1 to 23.16.4. - [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.15.1...v23.16.4) --- 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 5863a3024b..595f9deb72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "fast-deep-equal": "^3.1.3", "fast-xml-parser": "^4.4.1", "hoist-non-react-statics": "^3.3.2", - "i18next": "^23.15.1", + "i18next": "^23.16.4", "i18next-http-backend": "^2.6.2", "ical.js": "^2.1.0", "memoize-one": "^6.0.0", @@ -7099,9 +7099,9 @@ } }, "node_modules/i18next": { - "version": "23.15.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.1.tgz", - "integrity": "sha512-wB4abZ3uK7EWodYisHl/asf8UYEhrI/vj/8aoSsrj/ZDxj4/UXPOa1KvFt1Fq5hkUHquNqwFlDprmjZ8iySgYA==", + "version": "23.16.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", + "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 5e7ee93009..f57dd581fe 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "fast-deep-equal": "^3.1.3", "fast-xml-parser": "^4.4.1", "hoist-non-react-statics": "^3.3.2", - "i18next": "^23.15.1", + "i18next": "^23.16.4", "i18next-http-backend": "^2.6.2", "ical.js": "^2.1.0", "memoize-one": "^6.0.0",