From b083d3005ff0403e6ac2d1c7de526c193c452846 Mon Sep 17 00:00:00 2001 From: Jacob Pihl Date: Fri, 25 Oct 2024 15:09:13 +0200 Subject: [PATCH] Upgrade unfetch --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b6d5424d91..b1e5feddee 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "react-use": "^17.5.1", "redux": "^4.2.1", "redux-persist": "^6.0.0", - "unfetch": "^4.2.0" + "unfetch": "^5.0.0" }, "peerDependencies": { "postcss": "^8.4.47" diff --git a/yarn.lock b/yarn.lock index c2f9359fa4..b8ab58a365 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14470,10 +14470,10 @@ undici@^5.1.0: dependencies: "@fastify/busboy" "^2.0.0" -unfetch@^4.2.0: - version "4.2.0" - resolved "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz" - integrity sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA== +unfetch@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-5.0.0.tgz#8a5b6e5779ebe4dde0049f7d7a81d4a1af99d142" + integrity sha512-3xM2c89siXg0nHvlmYsQ2zkLASvVMBisZm5lF3gFDqfF2xonNStDJyMpvaOBe0a1Edxmqrf2E0HBdmy9QyZaeg== unicode-canonical-property-names-ecmascript@^2.0.0: version "2.0.0"