aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-19 19:59:44 -0500
committerGitHub <noreply@github.com>2022-03-19 19:59:44 -0500
commit8be63f70c5532263f35936bdd30d0159e14129d1 (patch)
treec3581100935c63c5517a118367757470f4372f22 /package.json
parent01245fd73232772fd195801b2b7aad618b8aee56 (diff)
downloadskyblock-api-8be63f70c5532263f35936bdd30d0159e14129d1.tar.gz
skyblock-api-8be63f70c5532263f35936bdd30d0159e14129d1.tar.bz2
skyblock-api-8be63f70c5532263f35936bdd30d0159e14129d1.zip
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",