From 800079fc5fd18e624bcc53dae3b5f432033e1096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 10:19:01 -0700 Subject: [PATCH] deps: update lru-cache requirement from ^7.5.1 to ^7.7.1 (#87) Updates the requirements on [lru-cache](https://github.com/isaacs/node-lru-cache) to permit the latest version. - [Release notes](https://github.com/isaacs/node-lru-cache/releases) - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v7.5.1...v7.7.1) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc16cffe..8a0f1d93 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "fs-minipass": "^2.1.0", "glob": "^7.2.0", "infer-owner": "^1.0.4", - "lru-cache": "^7.5.1", + "lru-cache": "^7.7.1", "minipass": "^3.1.6", "minipass-collect": "^1.0.2", "minipass-flush": "^1.0.5",