From e5f1c2ce62331410033a270b33a88e400c61aa80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:37:11 +0000 Subject: [PATCH] build(deps): bump the i18next group in /frontend with 2 updates Bumps the i18next group in /frontend with 2 updates: [i18next](https://github.com/i18next/i18next) and [react-i18next](https://github.com/i18next/react-i18next). Updates `i18next` from 24.1.0 to 24.1.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.1.0...v24.1.2) Updates `react-i18next` from 15.1.4 to 15.2.0 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.4...v15.2.0) --- 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-minor dependency-group: i18next ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 18 ++++++++---------- frontend/package.json | 4 ++-- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7538581a..85855db2 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.1.0", + "i18next": "^24.1.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.4", + "react-i18next": "^15.2.0", "swagger-ui-react": "^5.18.2", "vaul": "^1.1.1", "zod": "^3.23.8" @@ -9844,9 +9844,9 @@ } }, "node_modules/i18next": { - "version": "24.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.0.tgz", - "integrity": "sha512-suKlX82AlptkMUO5YRfaAeH4FQyyKvR66jNaubTMiyPPMx7INU6PXAiy3PGULc0q6K+t9nxmDf/TRj9KjAivmw==", + "version": "24.1.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.2.tgz", + "integrity": "sha512-th/075GW0Ub1gYDMHLiZXMGSfGv1aP1VqjT3fma/12hNHCNlH8oJMftvlDzycT/R+KoULWk+xLU8H1JRwV85qw==", "funding": [ { "type": "individual", @@ -9861,7 +9861,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" }, @@ -12697,10 +12696,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.4.tgz", - "integrity": "sha512-2tai71gmehbvl9ZIqPMqlCCkm/cbeV1G4STpmM3C8Uzo6T2l8jDvZxEVSsQKt8blP9X34iRFP/k1ROqG2296MQ==", - "license": "MIT", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.2.0.tgz", + "integrity": "sha512-iJNc8111EaDtVTVMKigvBtPHyrJV+KblWG73cUxqp+WmJCcwkzhWNFXmkAD5pwP2Z4woeDj/oXDdbjDsb3Gutg==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/frontend/package.json b/frontend/package.json index 08d674e5..091f3419 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.1.0", + "i18next": "^24.1.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.1.4", + "react-i18next": "^15.2.0", "swagger-ui-react": "^5.18.2", "vaul": "^1.1.1", "zod": "^3.23.8"