From 8be63f70c5532263f35936bdd30d0159e14129d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Mar 2022 19:59:44 -0500 Subject: Bump lru-cache from 7.3.1 to 7.4.0 (#212) Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.3.1 to 7.4.0. - [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/v7.3.1...v7.4.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-minor ... 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(-) (limited to 'package.json') diff --git a/package.json b/package.json index 3dd36b9..b8ddd4f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "express": "^4.17.3", "express-rate-limit": "^6.2.1", - "lru-cache": "^7.3.1", + "lru-cache": "^7.4.0", "mongodb": "^4.4.0", "node-cache": "^5.1.2", "node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive", -- cgit