From 83f5b63a135a4b1dcbd3751c38071e961b9d5f81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 18:02:44 +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/8c11397d-9fbd-4e58-9a31-57f6df9f7137?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/auto-label/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auto-label/package.json b/packages/auto-label/package.json index ede757f9626..ceb2518bbb5 100644 --- a/packages/auto-label/package.json +++ b/packages/auto-label/package.json @@ -43,7 +43,7 @@ "cross-env": "^7.0.3", "gts": "^4.0.0", "js-yaml": "^4.1.0", - "lru-cache": "^7.14.0", + "lru-cache": "^11.0.1", "mocha": "^10.0.0", "nock": "^13.2.9", "sinon": "^15.0.0",