From 02de15a6d2b7a2931ae395c76368e3ee558f7c34 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 27 Dec 2020 13:03:46 +0100 Subject: [PATCH] re-added missing dep --- package.json | 1 + yarn.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index df3475ee..0d5632af 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "graceful-fs": "^4.2.4", "html-loader": "0.5.5", "json-loader": "0.5.7", + "lru-cache": "^6.0.0", "node-abi": "^2.19.3", "node-gyp": "^7.1.2", "node-sass": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 82a959e2..0cd40ede 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4712,7 +4712,7 @@ lru-cache@^4.0.1: lru-cache@^6.0.0: version "6.0.0" - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== dependencies: yallist "^4.0.0"