From ca5cebfa98c5cd710726be2fc900772dd31360f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:26:15 +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 23.10.1 to 23.11.3 - [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/v23.10.1...v23.11.3) Updates `react-i18next` from 14.1.0 to 14.1.1 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v14.1.0...v14.1.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor 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 | 16 ++++++++-------- frontend/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f998569b7..881f70f42 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -24,10 +24,10 @@ "classnames": "^2.5.1", "date-fns": "^3.6.0", "graphql": "^16.8.1", - "i18next": "^23.10.1", + "i18next": "^23.11.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^14.1.0", + "react-i18next": "^14.1.1", "urql": "^4.0.7", "vaul": "^0.9.0", "zod": "^3.22.4" @@ -15078,9 +15078,9 @@ } }, "node_modules/i18next": { - "version": "23.10.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", - "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", + "version": "23.11.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.3.tgz", + "integrity": "sha512-Pq/aSKowir7JM0rj+Wa23Kb6KKDUGno/HjG+wRQu0PxoTbpQ4N89MAT0rFGvXmLkRLNMb1BbBOKGozl01dabzg==", "funding": [ { "type": "individual", @@ -19081,9 +19081,9 @@ "dev": true }, "node_modules/react-i18next": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.0.tgz", - "integrity": "sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.1.tgz", + "integrity": "sha512-QSiKw+ihzJ/CIeIYWrarCmXJUySHDwQr5y8uaNIkbxoGRm/5DukkxZs+RPla79IKyyDPzC/DRlgQCABHtrQuQQ==", "dependencies": { "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" diff --git a/frontend/package.json b/frontend/package.json index b4df12986..7c4458d70 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,10 +33,10 @@ "classnames": "^2.5.1", "date-fns": "^3.6.0", "graphql": "^16.8.1", - "i18next": "^23.10.1", + "i18next": "^23.11.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^14.1.0", + "react-i18next": "^14.1.1", "urql": "^4.0.7", "vaul": "^0.9.0", "zod": "^3.22.4"