From e02b878bf236f188c4330664b7732992051bf06e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 19:46:19 -0700 Subject: [PATCH] [DEV/DEP]: Bump lru-cache from 9.1.2 to 10.0.0 (#269) Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 9.1.2 to 10.0.0. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v9.1.2...v10.0.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b7b4f1..792c547 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "browserify": "~17.0.0", "codecov": "^3.8.3", "jsdoc-to-markdown": "^8.0.0", - "lru-cache": "^9.1.0", + "lru-cache": "^10.0.0", "mocha": "~10.2.0", "nyc": "^15.1.0", "puppeteer": "~20.4.0",