From 26a7a550ad5b315386e1d1fe2ae6cf39c88dcb08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 04:04:58 +0000 Subject: [PATCH 1/2] Bump i18next from 23.2.8 to 23.2.9 Bumps [i18next](https://github.com/i18next/i18next) from 23.2.8 to 23.2.9. - [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.8...v23.2.9) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... 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 d011a6f5d8b..0f8758dcc8f 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -39,7 +39,7 @@ "d3-drag": "3.0.0", "d3-selection": "3.0.0", "daisyui": "3.2.1", - "i18next": "23.2.8", + "i18next": "23.2.9", "lodash.get": "4.4.2", "lodash.orderby": "4.6.0", "lodash.set": "4.3.2", diff --git a/yarn.lock b/yarn.lock index bbc4b848c44..a3cfbeb3604 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10805,10 +10805,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.8: - version "23.2.8" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.2.8.tgz#dd54fab8f68c1ef2e0408249e042cf9cef683554" - integrity sha512-wU0pMlJ91ZbB89i77G3YQ11/pBQrzgWpxJYl7HFyA9aU9v3aHMI/oBKQmAJNURr0A8cLG4EHjgSMK8IqQTp4PQ== +i18next@23.2.9: + version "23.2.9" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.2.9.tgz#77a3ce9261b757c35b001e96e94cb0b57848e8df" + integrity sha512-Fb5Bdj3NGQKMed9Z/kmaxYP9yVFm+rFwX+re3o98ooZc0gKXLU6Q8IOUarFIs47ajpSEM+s3kdNb57Nm2wm3FA== dependencies: "@babel/runtime" "^7.22.5" From 06ddd6402f5678ba2a52aff5c071bdedbdb423d4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Jul 2023 04:07:58 +0000 Subject: [PATCH 2/2] [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/i18next-23.2.9 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 f5a040b66be..4ac72734bd1 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -281,7 +281,7 @@ lab: 'd3-drag': '3.0.0' 'd3-selection': '3.0.0' 'daisyui': *daisyui - 'i18next': &i18next '23.2.8' + 'i18next': &i18next '23.2.9' 'lodash.get': *_get 'lodash.orderby': *_orderby 'lodash.set': *_set