diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 523c564b324..98650a913df 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 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 ee40d6453c7..5e3e62a31e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10780,10 +10780,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"