From b493fcc1e8e2418b481a2e1d1e1ef5d72aba2bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:06:41 +0000 Subject: [PATCH] chore(deps): bump lru-cache from 10.4.3 to 11.0.1 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.4.3 to 11.0.1. - [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.1) --- 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 70f368960..bf6a2cc85 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "css-selector-parser": "^3.0.0", "js2xmlparser2": "^0.x", "lodash": "^4.17.21", - "lru-cache": "^10.0.0", + "lru-cache": "^11.0.1", "moment": "^2.29.4", "moment-timezone": "^0.x", "node-simctl": "^7.6.0",