From c2a2a3e2627fc1d347ba1724ffa1637ff14c0136 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 08:06:36 +0000 Subject: [PATCH] feat: upgrade lru-cache from 7.14.1 to 11.0.1 Snyk has created this PR to upgrade lru-cache from 7.14.1 to 11.0.1. See this package in npm: lru-cache See this project in Snyk: https://app.snyk.io/org/cachiman/project/9da77632-8a40-49b5-82e0-2e95f505c14f?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/label-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/label-utils/package.json b/packages/label-utils/package.json index 2654339e233..1e24deddcbe 100644 --- a/packages/label-utils/package.json +++ b/packages/label-utils/package.json @@ -28,7 +28,7 @@ "cross-env": "^7.0.3", "dotenv": "^16.0.2", "gts": "^4.0.0", - "lru-cache": "^7.14.0", + "lru-cache": "^11.0.1", "mocha": "^10.0.0", "nock": "^13.2.9", "sinon": "^15.0.0",