From 261491344c4c56137b21bea548ca8b0f984df330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:19:38 +0000 Subject: [PATCH 1/2] chore(deps): bump i18next from 23.4.5 to 23.4.6 Bumps [i18next](https://github.com/i18next/i18next) from 23.4.5 to 23.4.6. - [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.4.5...v23.4.6) --- 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 342863bffde..dab8537d0b3 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.6.1", - "i18next": "23.4.5", + "i18next": "23.4.6", "lodash.get": "4.4.2", "lodash.orderby": "4.6.0", "lodash.set": "4.3.2", diff --git a/yarn.lock b/yarn.lock index 8a2ebdb139c..ef0c8157617 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7493,10 +7493,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.4.5: - version "23.4.5" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.4.5.tgz#3405926b7cd4a4682d6521633e9f836b3d81c5e7" - integrity sha512-XXALnva7/5H+kg7TjDsmzY3jRypuSJvjR1eUWtt11yUgsOqjZFq/mnaujJ/XpVWhUJU75QhCUhrZqAarlYpOSQ== +i18next@23.4.6: + version "23.4.6" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.4.6.tgz#10211e72d5bd29e274baae99c6cc0178b93a93f8" + integrity sha512-jBE8bui969Ygv7TVYp0pwDZB7+he0qsU+nz7EcfdqSh+QvKjEfl9YPRQd/KrGiMhTYFGkeuPaeITenKK/bSFDg== dependencies: "@babel/runtime" "^7.22.5" From 1182c7e455b2d33e11aa2bb186ab3fae303b3c68 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 28 Aug 2023 04:21:58 +0000 Subject: [PATCH 2/2] [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/i18next-23.4.6 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 b7b4ac8377f..231e76ad0af 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.4.5' + 'i18next': &i18next '23.4.6' 'lodash.get': *_get 'lodash.orderby': *_orderby 'lodash.set': *_set