From f5cf7f367707291b0af058837e5474a0c7c974b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Nov 2022 18:12:05 +0000 Subject: [PATCH] fix: upgrade lru-cache from 7.7.1 to 7.14.0 Snyk has created this PR to upgrade lru-cache from 7.7.1 to 7.14.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/oddiz/project/249bb304-b1e4-466e-9036-c5f9a6a997e7?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e3d7c72..a30c8c0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "google-auth-library": "^7.1.2", "googleapis": "^76.0.0", "helmet": "^6.0.0", - "lru-cache": "^7.7.1", + "lru-cache": "^7.14.0", "module-alias": "^2.2.2", "mongodb": "^4.4.0", "node-fetch": "^2.6.1", diff --git a/yarn.lock b/yarn.lock index b1c7996..33f62a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2153,10 +2153,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -lru-cache@^7.7.1: - version "7.7.1" - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-7.7.1.tgz" - integrity sha512-cRffBiTW8s73eH4aTXqBcTLU0xQnwGV3/imttRHGWCrbergmnK4D6JXQd8qin5z43HnDwRI+o7mVW0LEB+tpAw== +lru-cache@^7.14.0: + version "7.14.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea" + integrity sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA== lru_map@^0.3.3: version "0.3.3"