From edcc755cb32a123f4524286264cccb6e6ce80362 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jul 2024 01:51:07 +0000 Subject: [PATCH] fix: upgrade quick-lru from 6.0.2 to 6.1.2 Snyk has created this PR to upgrade quick-lru from 6.0.2 to 6.1.2. See this package in npm: quick-lru See this project in Snyk: https://app.snyk.io/org/ltoni2200/project/54d51ae0-690e-4a6b-8f0f-8cde2c072c8a?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 e50d9d2c8793..bb6550a52234 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "node-fetch": "^3.1.0", "parse5": "^6.0.1", "port-used": "^2.0.8", - "quick-lru": "6.0.2", + "quick-lru": "6.1.2", "rate-limit-redis": "^2.1.0", "react": "^17.0.2", "react-dom": "^17.0.2",