From 8345f714d60f0e4818c625508ec48d5411f1d0ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 07:21:15 +0000 Subject: [PATCH] fix(deps): update dependency react-intl to v6.6.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 96827068..b243d237 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react": "18.2.0", "react-alternating-timeline": "^2.1.4", "react-dom": "18.2.0", - "react-intl": "6.6.4", + "react-intl": "6.6.5", "react-use": "^17.4.0", "type-fest": "^4.9.0" }, diff --git a/yarn.lock b/yarn.lock index dbdd7d2f..94d184fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13300,10 +13300,10 @@ react-error-overlay@^6.0.11: resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb" integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg== -react-intl@6.6.4: - version "6.6.4" - resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.6.4.tgz#4322942dbaf4f6edd3a227dc5e20d768ef071541" - integrity sha512-bD+7hVTX3zBFI3z/ffIVZrNkCVK0/sQguQ/DqW5uZ6JFWsuiwOieVcLnmtFiUgMQZLdmwNl2Ur5c10RaO7NWBQ== +react-intl@6.6.5: + version "6.6.5" + resolved "https://registry.yarnpkg.com/react-intl/-/react-intl-6.6.5.tgz#3dee5c4a9f866aebc8384a540a6d132a3fc694eb" + integrity sha512-OErDPbGqus0QKVj77MGCC9Plbnys3CDQrq6Lw41c60pmeTdn41AhoS1SIzXG6SUlyF7qNN2AVqfrrIvHUgSyLQ== dependencies: "@formatjs/ecma402-abstract" "1.18.2" "@formatjs/icu-messageformat-parser" "2.7.6"