diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 1df0ebcab48d..cc47fffd899d 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.0", "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..9509e87b2783 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.0", "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..ad29f8118782 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.0" }, "devDependencies": { "@types/lodash-es": "^4.17.12", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 7ff48dd74d4c..eefa3eb23419 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.0 + version: 14.1.0(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.0 + version: 14.1.0(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.0 + version: 14.1.0(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.0: + resolution: {integrity: sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==} + 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.0 '@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.0(i18next@23.7.19)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ==} 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.0 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.0(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