From ddb70b06d7286260172624e4188594f29b763065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:43:26 +0000 Subject: [PATCH] chore: Bump lru-cache from 10.4.3 to 11.0.2 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.4.3 to 11.0.2. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v10.4.3...v11.0.2) --- 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 da9c2a4a..77b89092 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "bluebird": "^3.4.7", "ini": "^5.0.0", "lodash": "^4.0.0", - "lru-cache": "^10.0.0", + "lru-cache": "^11.0.2", "semver": "^7.0.0", "source-map-support": "^0.x", "teen_process": "^2.2.0"