From 76b93ca07fc5772fb27cbd3e6a161a42f263e67f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:36:47 +0000 Subject: [PATCH] deps: bump lru-cache from 10.4.1 to 11.0.0 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.4.1 to 11.0.0. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v10.4.1...v11.0.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3d752c..3abded9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@npmcli/promise-spawn": "^7.0.0", "ini": "^4.1.3", - "lru-cache": "^10.0.1", + "lru-cache": "^11.0.0", "npm-pick-manifest": "^9.0.0", "proc-log": "^4.0.0", "promise-inflight": "^1.0.1",