From 96c9e98c9ec63bcd5687cd5b8fef7246d7156ef1 Mon Sep 17 00:00:00 2001 From: Jordan Willis <31868510+will0684@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:12:06 -0400 Subject: [PATCH] fix: upgrade lru-cache from 10.2.0 to 10.2.2 (#669) Snyk has created this PR to upgrade lru-cache from 10.2.0 to 10.2.2. See this package in npm: lru-cache See this project in Snyk: https://app.snyk.io/org/p0nder0sa/project/60ffc669-57aa-416f-923d-9c5e8c2c64de?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot Co-authored-by: Kris Charbonneau <71025360+krischarbonneau@users.noreply.github.com> --- package-lock.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package-lock.json b/package-lock.json index ed91a9f0c..da70e4721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12986,6 +12986,7 @@ "version": "10.2.2", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", + "license": "ISC", "engines": { "node": "14 || >=16.14" }