From 8f2ad86fbcc1834074a8149fa5636e86fc24f400 Mon Sep 17 00:00:00 2001 From: Brasewel Noronha Date: Fri, 13 Oct 2023 12:57:54 -0400 Subject: [PATCH] removing lru-cache references --- package.json | 1 - src/index.js | 2 -- yarn.lock | 5 ----- 3 files changed, 8 deletions(-) diff --git a/package.json b/package.json index 351a846..49e5c5f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "dependencies": { "@graphql-mesh/utils": "^0.43.4", "await-timeout": "^1.1.1", - "lru-cache": "^7.14.1", "make-cancellable-promise": "^1.1.0", "node-fetch": "^2" }, diff --git a/src/index.js b/src/index.js index 5ae2a32..2f243b5 100644 --- a/src/index.js +++ b/src/index.js @@ -9,8 +9,6 @@ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTA OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ - -const LRU = require("lru-cache"); const handleBeforeAllHooks = require("./handleBeforeAllHooks"); async function hooksPlugin(config) { diff --git a/yarn.lock b/yarn.lock index 0957f22..b341abe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2160,11 +2160,6 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -lru-cache@^7.14.1: - version "7.18.3" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89" - integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== - make-cancellable-promise@^1.1.0: version "1.3.1" resolved "https://registry.yarnpkg.com/make-cancellable-promise/-/make-cancellable-promise-1.3.1.tgz#3bd89704c75afe6251cdd6a82baca1fcfbd2c792"