From 8667f526f67381f72d4581c1c3162a706169bb9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:33:13 -0400 Subject: [PATCH] chore(deps): bump i18next in /frontend in the prod-minor-versions group (#64) Bumps the prod-minor-versions group in /frontend with 1 update: [i18next](https://github.com/i18next/i18next). Updates `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 dependency-group: prod-minor-versions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 9 ++++----- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 218fecaa..e499b5a3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "effect": "^3.12.1", "express": "^4.21.2", "express-session": "^1.18.1", - "i18next": "^24.2.0", + "i18next": "^24.2.1", "i18next-fetch-backend": "^6.0.0", "ioredis": "^5.4.2", "isbot": "^5.1.20", @@ -7411,9 +7411,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", @@ -7428,7 +7428,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/frontend/package.json b/frontend/package.json index d58c4753..bf7f36a3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "effect": "^3.12.1", "express": "^4.21.2", "express-session": "^1.18.1", - "i18next": "^24.2.0", + "i18next": "^24.2.1", "i18next-fetch-backend": "^6.0.0", "ioredis": "^5.4.2", "isbot": "^5.1.20",