From 04788bfcb11e87a97cf7676288dae80c4061caaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:02:38 +0000 Subject: [PATCH] build(deps): bump i18next from 23.16.5 to 24.0.2 Bumps [i18next](https://github.com/i18next/i18next) from 23.16.5 to 24.0.2. - [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.16.5...v24.0.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/app-project/package.json | 2 +- packages/lib-classifier/package.json | 2 +- packages/lib-content/package.json | 2 +- packages/lib-react-components/package.json | 2 +- yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/app-project/package.json b/packages/app-project/package.json index 86e1c8eb4c..8cd9c56f65 100644 --- a/packages/app-project/package.json +++ b/packages/app-project/package.json @@ -37,7 +37,7 @@ "graphql-request": "~6.1.0", "grommet": "~2.41.0", "grommet-icons": "~4.12.0", - "i18next": "~23.16.5", + "i18next": "~24.0.2", "lodash": "~4.17.11", "million": "~3.1.11", "mobx": "~6.12.0", diff --git a/packages/lib-classifier/package.json b/packages/lib-classifier/package.json index 9e25a0012e..5cc0d816d2 100644 --- a/packages/lib-classifier/package.json +++ b/packages/lib-classifier/package.json @@ -44,7 +44,7 @@ "graphql": "~16.9.0", "graphql-request": "~6.1.0", "hash.js": "~1.1.7", - "i18next": "~23.16.5", + "i18next": "~24.0.2", "lodash": "~4.17.11", "react-i18next": "~14.1.0", "react-player": "~2.13.0", diff --git a/packages/lib-content/package.json b/packages/lib-content/package.json index 3925b408e3..6a4f87cedc 100644 --- a/packages/lib-content/package.json +++ b/packages/lib-content/package.json @@ -34,7 +34,7 @@ "@zooniverse/async-states": "~0.0.1", "@zooniverse/react-components": "~1.13.0", "dayjs": "~1.11.11", - "i18next": "~23.16.5", + "i18next": "~24.0.2", "panoptes-client": "~5.6.0", "prop-types": "~15.8.1", "react-i18next": "~14.1.3" diff --git a/packages/lib-react-components/package.json b/packages/lib-react-components/package.json index ad7ec9b59e..61f13481e8 100644 --- a/packages/lib-react-components/package.json +++ b/packages/lib-react-components/package.json @@ -44,7 +44,7 @@ "@zooniverse/panoptes-js": "~0.5.0", "cuid": "~3.0.0", "formik": "~2.4.0", - "i18next": "~23.16.5", + "i18next": "~24.0.2", "markdownz": "~9.1.3", "mime": "~3.0.0", "panoptes-client": "~5.6.0", diff --git a/yarn.lock b/yarn.lock index bcd76b47f0..95fe7d3edc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11175,10 +11175,10 @@ i18next-fs-backend@^2.3.2: resolved "https://registry.yarnpkg.com/i18next-fs-backend/-/i18next-fs-backend-2.3.2.tgz#580b91c9a306b452112e0a1ad3b07e9fd266e567" integrity sha512-LIwUlkqDZnUI8lnUxBnEj8K/FrHQTT/Sc+1rvDm9E8YvvY5YxzoEAASNx+W5M9DfD5s77lI5vSAFWeTp26B/3Q== -i18next@~23.16.5: - version "23.16.5" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.16.5.tgz#53d48ae9f985fd73fc1fcb96e6c7d90ababf0831" - integrity sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA== +i18next@~24.0.2: + version "24.0.2" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-24.0.2.tgz#00ee14417675e5733902d60e0bbd424c1ecd2a5f" + integrity sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g== dependencies: "@babel/runtime" "^7.23.2"