From 1dcbfc969bd5512dded36706c14a48f764213045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 01:57:16 +0000 Subject: [PATCH] deps: bump lru-cache from 7.18.3 to 10.0.0 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.18.3 to 10.0.0. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v7.18.3...v10.0.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6f6f9b..6b3edb8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@npmcli/fs": "^3.1.0", "fs-minipass": "^3.0.0", "glob": "^10.2.2", - "lru-cache": "^7.7.1", + "lru-cache": "^10.0.0", "minipass": "^5.0.0", "minipass-collect": "^1.0.2", "minipass-flush": "^1.0.5",