From 92ab3883d6e70b15a32050420f638b3143e1c887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:30:27 +0000 Subject: [PATCH 1/2] Bump i18next from 23.2.11 to 23.3.0 Bumps [i18next](https://github.com/i18next/i18next) from 23.2.11 to 23.3.0. - [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.2.11...v23.3.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sites/lab/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sites/lab/package.json b/sites/lab/package.json index 967f62eadeb..2975f9f794f 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -43,7 +43,7 @@ "d3-drag": "3.0.0", "d3-selection": "3.0.0", "daisyui": "3.5.0", - "i18next": "23.2.11", + "i18next": "23.3.0", "lodash.get": "4.4.2", "lodash.orderby": "4.6.0", "lodash.set": "4.3.2", diff --git a/yarn.lock b/yarn.lock index 659a90cfb7e..cd858ee2de8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9457,10 +9457,10 @@ i18next-fs-backend@^2.1.5: resolved "https://registry.yarnpkg.com/i18next-fs-backend/-/i18next-fs-backend-2.1.5.tgz#03347eacde6a35b599da1889a048ae63bcf0c687" integrity sha512-7fgSH8nVhXSBYPHR/W3tEXXhcnwHwNiND4Dfx9knzPzdsWTUTL/TdDVV+DY0dL0asHKLbdoJaXS4LdVW6R8MVQ== -i18next@23.2.11: - version "23.2.11" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.2.11.tgz#0c6f3a637fa87d3243e64b78ad285b7f77d41353" - integrity sha512-MA4FsxOjyCaOZtRDB4yuwjCvqYEioD4G4LlXOn7SO3rnQUlxTufyLsOqfL9MKakeLRBkefe8bqcs0D6Z/xFk1w== +i18next@23.3.0: + version "23.3.0" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.3.0.tgz#88528a735bb3e61019093899867b9fdb26436508" + integrity sha512-xd/UzWT71zYudCT7qVn6tB4yUVuXAhgCorsowYgM2EOdc14WqQBp5P2wEsxgfiDgdLN5XwJvTbzxrMfoY/nxnw== dependencies: "@babel/runtime" "^7.22.5" From 3e7aaea0acb10484f9ed688e9441c50f66d99fe2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 27 Jul 2023 08:33:33 +0000 Subject: [PATCH 2/2] [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/i18next-23.3.0 changes in config/dependencies.yaml --- config/dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 70233682743..c513cc7ad98 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -275,7 +275,7 @@ lab: 'd3-drag': '3.0.0' 'd3-selection': '3.0.0' 'daisyui': *daisyui - 'i18next': &i18next '23.2.11' + 'i18next': &i18next '23.3.0' 'lodash.get': *_get 'lodash.orderby': *_orderby 'lodash.set': *_set