From 66631e1a519ce629d0de131f76555cd00aed1d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:27:20 +0000 Subject: [PATCH] chore(deps): bump i18next from 24.2.1 to 24.2.2 in /frontend Bumps [i18next](https://github.com/i18next/i18next) from 24.2.1 to 24.2.2. - [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.1...v24.2.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fdeb07a31..bddb8fd3c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -32,7 +32,7 @@ "dayjs": "^1.11.13", "dompurify": "^3.2.3", "graphql-request": "^7.1.2", - "i18next": "^24.2.1", + "i18next": "^24.2.2", "libphonenumber-js": "^1.11.18", "markdown-it": "^14.1.0", "react": "^16.14.0", @@ -13423,9 +13423,9 @@ "license": "BSD-3-Clause" }, "node_modules/i18next": { - "version": "24.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.1.tgz", - "integrity": "sha512-Q2wC1TjWcSikn1VAJg13UGIjc+okpFxQTxjVAymOnSA3RpttBQNMPf2ovcgoFVsV4QNxTfNZMAxorXZXsk4fBA==", + "version": "24.2.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.2.tgz", + "integrity": "sha512-NE6i86lBCKRYZa5TaUDkU5S4HFgLIEJRLr3Whf2psgaxBleQ2LC1YW1Vc+SCgkAW7VEzndT6al6+CzegSUHcTQ==", "funding": [ { "type": "individual", @@ -13440,6 +13440,7 @@ "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 3524ed60e..fba9a52ee 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "dayjs": "^1.11.13", "dompurify": "^3.2.3", "graphql-request": "^7.1.2", - "i18next": "^24.2.1", + "i18next": "^24.2.2", "libphonenumber-js": "^1.11.18", "markdown-it": "^14.1.0", "react": "^16.14.0",