From b6630a5fd503068d05758f348d18c6fd029e2220 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jul 2024 09:05:18 +0000 Subject: [PATCH] fix: upgrade swr from 2.2.2 to 2.2.5 Snyk has created this PR to upgrade swr from 2.2.2 to 2.2.5. See this package in npm: swr See this project in Snyk: https://app.snyk.io/org/goldenk4/project/37262d4e-1582-4cd7-bdad-14180f6e611a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dd29c67b2e2..0a91e92fe779 100644 --- a/package.json +++ b/package.json @@ -281,7 +281,7 @@ "slash": "^5.0.0", "strip-html-comments": "^1.0.0", "styled-components": "^5.3.5", - "swr": "^2.2.2", + "swr": "^2.2.5", "unified": "^11.0.3", "unist-util-visit": "^5.0.0", "url-template": "^3.0.0",