From 7815eb7af957df2bac2898fdc1bfebcd44ce54d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:33:07 +0100 Subject: [PATCH] build(deps): bump i18next from 24.2.0 to 24.2.1 (#478) Bumps [i18next](https://github.com/i18next/i18next) from 24.2.0 to 24.2.1. - [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/v24.2.0...v24.2.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8de05849..c9f6a058 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "geolib": "^3.3.4", "get-port": "^7.1.0", "get-user-locale": "^2.2.1", - "i18next": "^24.2.0", + "i18next": "^24.2.1", "i18next-browser-languagedetector": "^7.0.1", "i18next-fs-backend": "^2.1.1", "i18next-http-backend": "^3.0.1", @@ -15050,9 +15050,9 @@ } }, "node_modules/i18next": { - "version": "24.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", - "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", + "version": "24.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.1.tgz", + "integrity": "sha512-Q2wC1TjWcSikn1VAJg13UGIjc+okpFxQTxjVAymOnSA3RpttBQNMPf2ovcgoFVsV4QNxTfNZMAxorXZXsk4fBA==", "funding": [ { "type": "individual", @@ -15067,7 +15067,6 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], - "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" }, diff --git a/package.json b/package.json index 11253fcc..7924fdc8 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "geolib": "^3.3.4", "get-port": "^7.1.0", "get-user-locale": "^2.2.1", - "i18next": "^24.2.0", + "i18next": "^24.2.1", "i18next-browser-languagedetector": "^7.0.1", "i18next-fs-backend": "^2.1.1", "i18next-http-backend": "^3.0.1",