From c563f49774d3cc891407f44e38d18a960250902c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 06:42:17 +0000 Subject: [PATCH 1/2] Bump react-i18next from 12.2.0 to 13.0.2 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.2.0 to 13.0.2. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v12.2.0...v13.0.2) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/photos/package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/photos/package.json b/apps/photos/package.json index da4ca3ea9..7cc29b553 100644 --- a/apps/photos/package.json +++ b/apps/photos/package.json @@ -69,7 +69,7 @@ "react-datepicker": "^4.3.0", "react-dom": "^18.2.0", "react-dropzone": "^11.2.4", - "react-i18next": "^12.2.0", + "react-i18next": "^13.0.2", "react-otp-input": "^2.3.1", "react-select": "^4.3.1", "react-simple-code-editor": "^0.11.0", diff --git a/yarn.lock b/yarn.lock index 1ff07b1d1..71cf918ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -35,10 +35,10 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.5", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.6", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.7": - version "7.21.0" - resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.0.tgz" - integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw== +"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.5", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.6", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.22.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.7": + version "7.22.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438" + integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ== dependencies: regenerator-runtime "^0.13.11" @@ -3697,12 +3697,12 @@ react-fast-compare@^3.0.1: resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz" integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== -react-i18next@^12.2.0: - version "12.2.0" - resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.0.tgz" - integrity sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ== +react-i18next@^13.0.2: + version "13.0.2" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-13.0.2.tgz#1708a9bdabc1fe1dd4a8534f4c3a80ab784b01e9" + integrity sha512-NEVxC32v0oR4egwYM0QM0WE93AiJG5r0NTXTL8mhQfAhsMfDS2fSO6jpluyfsfypP988KzUQrAXncspcJ7+GHA== dependencies: - "@babel/runtime" "^7.20.6" + "@babel/runtime" "^7.22.5" html-parse-stringify "^3.0.1" react-input-autosize@^3.0.0: From a31d2bc36701f980686393a6060b567804c7743d Mon Sep 17 00:00:00 2001 From: Abhinav Date: Sun, 30 Jul 2023 13:09:37 +0530 Subject: [PATCH 2/2] react18next v13.0.0 requires i18next >= v23.0.1 --- apps/photos/package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/photos/package.json b/apps/photos/package.json index d2bd30915..ca5b46359 100644 --- a/apps/photos/package.json +++ b/apps/photos/package.json @@ -47,7 +47,7 @@ "get-user-locale": "^2.1.3", "hdbscan": "0.0.1-alpha.5", "heic-convert": "^1.2.4", - "i18next": "^22.4.11", + "i18next": "^23.4.1", "i18next-http-backend": "^2.1.1", "idb": "^7.1.1", "is-electron": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index e1e87b829..4875c974d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -35,7 +35,7 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.5", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.6", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.22.5", "@babel/runtime@^7.22.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.7": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.5", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.0", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.22.5", "@babel/runtime@^7.22.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.7": version "7.22.6" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438" integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ== @@ -2541,12 +2541,12 @@ i18next-http-backend@^2.1.1: dependencies: cross-fetch "3.1.5" -i18next@^22.4.11: - version "22.4.11" - resolved "https://registry.npmjs.org/i18next/-/i18next-22.4.11.tgz" - integrity sha512-ShfTzXVMjXdF2iPiT/wbizOrssLh9Ab6VpuVROihLCAu+u25KbZiEYVgsA0W6g0SgjPa/JmGWcUEV/g6cKzEjQ== +i18next@^23.4.1: + version "23.4.1" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.4.1.tgz#11fe0db92ac8a4125934960ebccf6a5f8ed6b9fc" + integrity sha512-07ekE7hbUrbxTYj97VnBzyhKcGURTJC9p4iWTwCVC8t63T+YrgqQmb/n1LBQMivZYwR61pqS+PC0G2rtENycyQ== dependencies: - "@babel/runtime" "^7.20.6" + "@babel/runtime" "^7.22.5" idb@^6.0.0: version "6.1.3"