diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 4a36425b066..f097c53aa4d 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.3' + 'i18next': &i18next '23.4.4' 'lodash.get': *_get 'lodash.orderby': *_orderby 'lodash.set': *_set diff --git a/sites/lab/package.json b/sites/lab/package.json index 1569fcae4a3..00cba55be8d 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.5.1", - "i18next": "23.4.3", + "i18next": "23.4.4", "lodash.get": "4.4.2", "lodash.orderby": "4.6.0", "lodash.set": "4.3.2", diff --git a/yarn.lock b/yarn.lock index 4be4349a9bb..ffc5d54b1ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7515,10 +7515,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.3: - version "23.4.3" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.4.3.tgz#100205c2f9aed424b89058b512ee77c6805fa744" - integrity sha512-EgwHA+R+WIJ/eypepS6RWzyiPp3JR8c3W7vyvgRcY2q9a4PQQHY96jugVF5CBHm0MvK8XBYCGUgtjd4R6UTvwA== +i18next@23.4.4: + version "23.4.4" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.4.4.tgz#ec8fb2b5f3c5d8e3bf3f8ab1b19e743be91300e0" + integrity sha512-+c9B0txp/x1m5zn+QlwHaCS9vyFtmIAEXbVSFzwCX7vupm5V7va8F9cJGNJZ46X9ZtoGzhIiRC7eTIIh93TxPA== dependencies: "@babel/runtime" "^7.22.5"