From eb6e7b657d0b9da6d1063d2ff3d9f08b3827c017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 10:28:20 -0700 Subject: [PATCH] deps: update lru-cache requirement from ^7.5.1 to ^7.7.1 (#128) 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 724c8f8..8a1001c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0", "is-lambda": "^1.0.1", - "lru-cache": "^7.5.1", + "lru-cache": "^7.7.1", "minipass": "^3.1.6", "minipass-collect": "^1.0.2", "minipass-fetch": "^2.0.3",