From 0e2303f756497aab534dde83964098be70c3c618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:33:20 +0000 Subject: [PATCH] Bump react-i18next from 14.0.1 to 14.1.1 in /js Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.0.1 to 14.1.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v14.0.1...v14.1.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- js/apps/account-ui/package.json | 2 +- js/apps/admin-ui/package.json | 2 +- js/libs/ui-shared/package.json | 2 +- js/pnpm-lock.yaml | 28 +++++++++++++++++----------- 4 files changed, 20 insertions(+), 14 deletions(-) diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 1df0ebcab48d..2ffaf25f015b 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -21,7 +21,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.49.3", - "react-i18next": "^14.0.1", + "react-i18next": "^14.1.1", "react-router-dom": "^6.21.3", "ui-shared": "workspace:*" }, diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 0cc0d929d19f..0afca0de3f84 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -82,7 +82,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-hook-form": "^7.49.3", - "react-i18next": "^14.0.1", + "react-i18next": "^14.1.1", "react-router-dom": "^6.21.3", "reactflow": "^11.10.2", "ui-shared": "workspace:*", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index 10a754453afa..1d553c6829b5 100644 --- a/js/libs/ui-shared/package.json +++ b/js/libs/ui-shared/package.json @@ -48,7 +48,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "7.49.3", - "react-i18next": "^14.0.1" + "react-i18next": "^14.1.1" }, "devDependencies": { "@types/lodash-es": "^4.17.12", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 7ff48dd74d4c..8f4458418105 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -105,8 +105,8 @@ importers: specifier: ^7.49.3 version: 7.49.3(react@18.2.0) react-i18next: - specifier: ^14.0.1 - version: 14.0.1(i18next@23.7.19)(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.1.1 + version: 14.1.1(i18next@23.7.19)(react-dom@18.2.0)(react@18.2.0) react-router-dom: specifier: ^6.21.3 version: 6.21.3(react-dom@18.2.0)(react@18.2.0) @@ -208,8 +208,8 @@ importers: specifier: ^7.49.3 version: 7.49.3(react@18.2.0) react-i18next: - specifier: ^14.0.1 - version: 14.0.1(i18next@23.7.19)(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.1.1 + version: 14.1.1(i18next@23.7.19)(react-dom@18.2.0)(react@18.2.0) react-router-dom: specifier: ^6.21.3 version: 6.21.3(react-dom@18.2.0)(react@18.2.0) @@ -449,8 +449,8 @@ importers: specifier: 7.49.3 version: 7.49.3(react@18.2.0) react-i18next: - specifier: ^14.0.1 - version: 14.0.1(i18next@23.7.19)(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.1.1 + version: 14.1.1(i18next@23.7.19)(react-dom@18.2.0)(react@18.2.0) devDependencies: '@types/lodash-es': specifier: ^4.17.12 @@ -543,6 +543,12 @@ packages: dependencies: regenerator-runtime: 0.14.0 + /@babel/runtime@7.24.4: + resolution: {integrity: sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.14.0 + /@babel/types@7.23.0: resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} engines: {node: '>=6.9.0'} @@ -1785,7 +1791,7 @@ packages: engines: {node: '>=14'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.4 '@types/aria-query': 5.0.3 aria-query: 5.1.3 chalk: 4.1.2 @@ -6090,8 +6096,8 @@ packages: react: 18.2.0 dev: false - /react-i18next@14.0.1(i18next@23.7.19)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==} + /react-i18next@14.1.1(i18next@23.7.19)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-QSiKw+ihzJ/CIeIYWrarCmXJUySHDwQr5y8uaNIkbxoGRm/5DukkxZs+RPla79IKyyDPzC/DRlgQCABHtrQuQQ==} peerDependencies: i18next: '>= 23.2.3' react: '>= 16.8.0' @@ -6103,7 +6109,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.4 html-parse-stringify: 3.0.1 i18next: 23.7.19 react: 18.2.0 @@ -7761,7 +7767,7 @@ packages: react-dom: 18.2.0(react@18.2.0) react-dropzone: 14.2.3(react@18.2.0) react-hook-form: 7.49.3(react@18.2.0) - react-i18next: 14.0.1(i18next@23.7.19)(react-dom@18.2.0)(react@18.2.0) + react-i18next: 14.1.1(i18next@23.7.19)(react-dom@18.2.0)(react@18.2.0) react-router-dom: 6.21.3(react-dom@18.2.0)(react@18.2.0) reactflow: 11.10.2(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) ui-shared: link:libs/ui-shared