From bde5ba0cfae2da39adb5ef422d986724feecb8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 16:34:06 +0000 Subject: [PATCH] Bump lru-cache from 7.18.3 to 11.0.0 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.18.3 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/v7.18.3...v11.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 43dbd95..a11d40f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@mojojs/core": "^1.11.0", "@mojojs/path": "^1.4.2", - "lru-cache": "^7.10.1", + "lru-cache": "^11.0.0", "nunjucks": "^3.2.3" }, "type": "module",