diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-19 20:06:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 20:06:52 -0500 |
commit | 30fc35f74e8692db533250aa8114fcdd0aa297f9 (patch) | |
tree | 572bf58e9e3e22d3b6146e463b8da9ab7b984899 /package.json | |
parent | 8be63f70c5532263f35936bdd30d0159e14129d1 (diff) | |
download | skyblock-api-30fc35f74e8692db533250aa8114fcdd0aa297f9.tar.gz skyblock-api-30fc35f74e8692db533250aa8114fcdd0aa297f9.tar.bz2 skyblock-api-30fc35f74e8692db533250aa8114fcdd0aa297f9.zip |
Bump @types/lru-cache from 5.1.1 to 7.4.0 (#217)
* Bump @types/lru-cache from 5.1.1 to 7.4.0
Bumps [@types/lru-cache](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lru-cache) from 5.1.1 to 7.4.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lru-cache)
---
updated-dependencies:
- dependency-name: "@types/lru-cache"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix code to be compatible with new lru cache
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mat <github@matdoes.dev>
Co-authored-by: mat <27899617+mat-1@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b8ddd4f..d624d06 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/express": "^4.17.13", - "@types/lru-cache": "^5.1.1", + "@types/lru-cache": "^7.4.0", "@types/mocha": "^9.1.0", "@types/node": "^17.0.21", "dotenv": "^16.0.0", |