From 873cfb8a5fec5a86c5c08ef2b015c3aa9d064d8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 07:10:57 +0000 Subject: [PATCH] build(deps): bump the i18next group across 1 directory with 2 updates Bumps the i18next group with 2 updates in the /frontend directory: [i18next](https://github.com/i18next/i18next) and [react-i18next](https://github.com/i18next/react-i18next). Updates `i18next` from 24.0.2 to 24.0.5 - [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.0.2...v24.0.5) Updates `react-i18next` from 15.1.2 to 15.1.4 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.2...v15.1.4) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: i18next - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: i18next ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 17 +++++++++-------- frontend/package.json | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0a7a550e4..5c4f620a8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -25,10 +25,10 @@ "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1", "date-fns": "^4.1.0", - "i18next": "^24.0.2", + "i18next": "^24.0.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.2", + "react-i18next": "^15.1.4", "swagger-ui-react": "^5.18.2", "vaul": "^1.1.1", "zod": "^3.23.8" @@ -9882,9 +9882,9 @@ } }, "node_modules/i18next": { - "version": "24.0.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.2.tgz", - "integrity": "sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==", + "version": "24.0.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.5.tgz", + "integrity": "sha512-1jSdEzgFPGLZRsQwydoMFCBBaV+PmrVEO5WhANllZPX4y2JSGTxUjJ+xVklHIsiS95uR8gYc/y0hYZWevucNjg==", "funding": [ { "type": "individual", @@ -9899,6 +9899,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" }, @@ -12735,9 +12736,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.2.tgz", - "integrity": "sha512-tl7AfbWyz9a4BefFXnVooc+gvQBVlavUkVTphGUcvhsNmbRf5UixJVdHeSFkE4gUyQkmFPYHVwTuxIdHjfQgiA==", + "version": "15.1.4", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.4.tgz", + "integrity": "sha512-2tai71gmehbvl9ZIqPMqlCCkm/cbeV1G4STpmM3C8Uzo6T2l8jDvZxEVSsQKt8blP9X34iRFP/k1ROqG2296MQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", diff --git a/frontend/package.json b/frontend/package.json index ae8bff872..724e447f6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,10 +34,10 @@ "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1", "date-fns": "^4.1.0", - "i18next": "^24.0.2", + "i18next": "^24.0.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.2", + "react-i18next": "^15.1.4", "swagger-ui-react": "^5.18.2", "vaul": "^1.1.1", "zod": "^3.23.8"