diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 7e1d9773eaa5..c011ae962bd4 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.48.2", - "react-i18next": "^13.5.0", + "react-i18next": "^14.0.5", "react-router-dom": "^6.20.1", "ui-shared": "workspace:*" }, diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index b9598c8c03d5..51969fb6b733 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -83,7 +83,7 @@ "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", "react-hook-form": "^7.48.2", - "react-i18next": "^13.5.0", + "react-i18next": "^14.0.5", "react-router-dom": "^6.20.1", "reactflow": "^11.10.1", "ui-shared": "workspace:*", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index e404fc3d2e6c..e91134a70529 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.48.2", - "react-i18next": "^13.5.0" + "react-i18next": "^14.0.5" }, "devDependencies": { "@types/lodash-es": "^4.17.12", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 08e43827b8f2..52bd46e186ab 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -105,8 +105,8 @@ importers: specifier: ^7.48.2 version: 7.48.2(react@18.2.0) react-i18next: - specifier: ^13.5.0 - version: 13.5.0(i18next@23.7.8)(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.0.5 + version: 14.0.5(i18next@23.7.8)(react-dom@18.2.0)(react@18.2.0) react-router-dom: specifier: ^6.20.1 version: 6.20.1(react-dom@18.2.0)(react@18.2.0) @@ -211,8 +211,8 @@ importers: specifier: ^7.48.2 version: 7.48.2(react@18.2.0) react-i18next: - specifier: ^13.5.0 - version: 13.5.0(i18next@23.7.8)(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.0.5 + version: 14.0.5(i18next@23.7.8)(react-dom@18.2.0)(react@18.2.0) react-router-dom: specifier: ^6.20.1 version: 6.20.1(react-dom@18.2.0)(react@18.2.0) @@ -455,8 +455,8 @@ importers: specifier: 7.48.2 version: 7.48.2(react@18.2.0) react-i18next: - specifier: ^13.5.0 - version: 13.5.0(i18next@23.7.8)(react-dom@18.2.0)(react@18.2.0) + specifier: ^14.0.5 + version: 14.0.5(i18next@23.7.8)(react-dom@18.2.0)(react@18.2.0) devDependencies: '@types/lodash-es': specifier: ^4.17.12 @@ -549,6 +549,12 @@ packages: dependencies: regenerator-runtime: 0.14.0 + /@babel/runtime@7.23.9: + resolution: {integrity: sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==} + 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'} @@ -1664,7 +1670,7 @@ packages: engines: {node: '>=14'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.23.9 '@types/aria-query': 5.0.3 aria-query: 5.1.3 chalk: 4.1.2 @@ -5928,8 +5934,8 @@ packages: react: 18.2.0 dev: false - /react-i18next@13.5.0(i18next@23.7.8)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==} + /react-i18next@14.0.5(i18next@23.7.8)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-5+bQSeEtgJrMBABBL5lO7jPdSNAbeAZ+MlFWDw//7FnVacuVu3l9EeWFzBQvZsKy+cihkbThWOAThEdH8YjGEw==} peerDependencies: i18next: '>= 23.2.3' react: '>= 16.8.0' @@ -5941,7 +5947,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.23.9 html-parse-stringify: 3.0.1 i18next: 23.7.8 react: 18.2.0 @@ -7580,7 +7586,7 @@ packages: react-dropzone: 14.2.3(react@18.2.0) react-error-boundary: 3.1.4(react@18.2.0) react-hook-form: 7.48.2(react@18.2.0) - react-i18next: 13.5.0(i18next@23.7.8)(react-dom@18.2.0)(react@18.2.0) + react-i18next: 14.0.5(i18next@23.7.8)(react-dom@18.2.0)(react@18.2.0) react-router-dom: 6.20.1(react-dom@18.2.0)(react@18.2.0) reactflow: 11.10.1(@types/react@18.2.42)(react-dom@18.2.0)(react@18.2.0) ui-shared: link:libs/ui-shared