From 5cc773a48ddb2d418a19e1671f576a03dc8536aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 22:11:36 +0000 Subject: [PATCH] deps: bump lru-cache from 6.0.0 to 7.5.1 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96db9e0..9204f8a 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",