From 682c3c2a14d0d21863e99b15dbfeb187d0af3f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:59:51 +0000 Subject: [PATCH] Bump i18next from 23.15.0 to 23.16.4 Bumps [i18next](https://github.com/i18next/i18next) from 23.15.0 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.0...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 6205e0df..8cd7967a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "draft-js": "^0.11.7", "howler": "^2.2.3", "html-webpack-plugin": "^5.6.0", - "i18next": "^23.15.0", + "i18next": "^23.16.4", "i18next-browser-languagedetector": "^8.0.0", "ky": "^1.7.1", "oidc-client-ts": "^3.0.1", @@ -9657,9 +9657,9 @@ } }, "node_modules/i18next": { - "version": "23.15.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.0.tgz", - "integrity": "sha512-saeTb1tIQT+W/3xMivWSEVdpjyiEbj0IeK8eI/PB8jyr5gSQF5qxWLlGLEgRa5od3lvMfvW+ituhrf2VCNfTuw==", + "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 360cd3bb..d62a1a4c 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "draft-js": "^0.11.7", "howler": "^2.2.3", "html-webpack-plugin": "^5.6.0", - "i18next": "^23.15.0", + "i18next": "^23.16.4", "i18next-browser-languagedetector": "^8.0.0", "ky": "^1.7.1", "oidc-client-ts": "^3.0.1",