From 3d4f93ff1c9e58a1ca4027a6e264eeadbe0cf7b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Mar 2023 14:46:13 +0000 Subject: [PATCH] feat: upgrade lru-cache from 6.0.0 to 7.14.1 Snyk has created this PR to upgrade lru-cache from 6.0.0 to 7.14.1. See this package in npm: https://www.npmjs.com/package/lru-cache See this project in Snyk: https://app.snyk.io/org/jamesmwright/project/18b2555a-5afc-43c7-a757-bf47b5402343?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 d94f2e75146..13bd4972113 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "linkify-it": "2.2.0", "lodash": "4.17.21", "long": "4.0.0", - "lru-cache": "6.0.0", + "lru-cache": "7.14.1", "mac-screen-capture-permissions": "2.0.0", "memoizee": "0.4.14", "moment": "2.29.4",