From 5b0b3b50bd36f659037e3b82a7ff47b0eff3b9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 15:15:12 -0700 Subject: [PATCH] deps: bump lru-cache from 6.0.0 to 7.5.1 (#128) Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 6.0.0 to 7.5.1. - [Release notes](https://github.com/isaacs/node-lru-cache/releases) - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v6.0.0...v7.5.1) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production 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 316c625..274970e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "lintfix": "npm run lint -- --fix" }, "dependencies": { - "lru-cache": "^6.0.0" + "lru-cache": "^7.5.1" }, "devDependencies": { "@npmcli/template-oss": "^2.9.2",