diff --git a/yarn.lock b/yarn.lock index ce1fe5f..6b6a6f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1011,6 +1011,13 @@ dependencies: regenerator-runtime "^0.14.0" +"@babel/runtime@^7.23.2": + version "7.25.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.0.tgz#3af9a91c1b739c569d5d80cc917280919c544ecb" + integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw== + dependencies: + regenerator-runtime "^0.14.0" + "@babel/runtime@^7.9.2": version "7.24.5" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.5.tgz#230946857c053a36ccc66e1dd03b17dd0c4ed02c" @@ -6194,11 +6201,11 @@ hyphenate-style-name@^1.0.3: integrity sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ== i18next@^23.0.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.6.0.tgz#c6e996cfd3fef0bf60be3b7c581c35338dba5a71" - integrity sha512-z0Cxr0MGkt+kli306WS4nNNM++9cgt2b2VCMprY92j+AIab/oclgPxdwtTZVLP1zn5t5uo8M6uLsZmYrcjr3HA== + version "23.12.5" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.12.5.tgz#8ca77f4f9b80761aabab115eab0a56e03408dd2e" + integrity sha512-Ijc4BkBkDg7dz5y0jadM4er5DxqlSl39y+kLeSVcNIuoC0GqFRiPIo1pHnJuycCa/SSN52ZG+f5T5yB6NNwMhQ== dependencies: - "@babel/runtime" "^7.22.5" + "@babel/runtime" "^7.23.2" identity-obj-proxy@^3.0.0: version "3.0.0"