From 38cb730d2ab4eef1a6d21ade33653f10b3a7f466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:17:19 +0000 Subject: [PATCH] Deps: Bump i18next from 23.12.2 to 23.14.0 Bumps [i18next](https://github.com/i18next/i18next) from 23.12.2 to 23.14.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.12.2...v23.14.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 890b7fed57..e748c352ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gsa", - "version": "23.2.2-dev1", + "version": "23.3.1-dev1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gsa", - "version": "23.2.2-dev1", + "version": "23.3.1-dev1", "license": "AGPL-3.0+", "dependencies": { "@reduxjs/toolkit": "^2.2.7", @@ -29,7 +29,7 @@ "fast-xml-parser": "^4.4.1", "history": "^4.10.1", "hoist-non-react-statics": "^3.3.2", - "i18next": "^23.12.2", + "i18next": "^23.14.0", "i18next-http-backend": "^2.5.2", "ical.js": "^2.0.0", "memoize-one": "^6.0.0", @@ -7294,9 +7294,9 @@ } }, "node_modules/i18next": { - "version": "23.12.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", - "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", + "version": "23.14.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.14.0.tgz", + "integrity": "sha512-Y5GL4OdA8IU2geRrt2+Uc1iIhsjICdHZzT9tNwQ3TVqdNzgxHToGCKf/TPRP80vTCAP6svg2WbbJL+Gx5MFQVA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 3ace4ae18b..0340efc993 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.12.2", + "i18next": "^23.14.0", "i18next-http-backend": "^2.5.2", "ical.js": "^2.0.0", "memoize-one": "^6.0.0",