From bb9fe7ba66ec93bb95a6f8f963835d340701affd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:51:27 +0000 Subject: [PATCH] build(deps): bump lru-cache from 7.18.3 to 11.1.0 in /packages/relay Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.18.3 to 11.1.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.1.0) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/relay/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/relay/package.json b/packages/relay/package.json index df38fa05c8..52b039574c 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -59,7 +59,7 @@ "find-config": "^1.0.0", "json-bigint": "^1.0.0", "lodash": "^4.17.21", - "lru-cache": "^7.14.0", + "lru-cache": "^11.1.0", "pino": "^9.7.0", "redis": "^5.8.0" }