From 988a8deb3ea76b9a314a740e66b5fc2f726822f8 Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Sat, 4 May 2024 22:03:06 +0100 Subject: [PATCH] deps: uninstall `lru-cache` (#709) #704 removed usage of `lru-cache`, but the dependency wasn't removed from `package.json` --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 5a84d1c5..cccbf8d7 100644 --- a/package.json +++ b/package.json @@ -48,9 +48,6 @@ "engines": { "node": ">=10" }, - "dependencies": { - "lru-cache": "^6.0.0" - }, "author": "GitHub Inc.", "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",