diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-12 09:09:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 09:09:52 +0000 |
commit | 541cc0cba90cefc94c41fceea6f98d2619b9362f (patch) | |
tree | 12163071e01a6f40f4a046bbd85558ec38d55854 | |
parent | 6f895ec1835d7a6e8b84cc8b630d004e8b3bf848 (diff) | |
download | skyblock-api-541cc0cba90cefc94c41fceea6f98d2619b9362f.tar.gz skyblock-api-541cc0cba90cefc94c41fceea6f98d2619b9362f.tar.bz2 skyblock-api-541cc0cba90cefc94c41fceea6f98d2619b9362f.zip |
Bump @types/lru-cache from 5.1.0 to 5.1.1 (#77)
Bumps [@types/lru-cache](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lru-cache) from 5.1.0 to 5.1.1.
- [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-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 9e7d147..46c530c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -89,9 +89,9 @@ } }, "@types/lru-cache": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.0.tgz", - "integrity": "sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==", "dev": true }, "@types/mime": { diff --git a/package.json b/package.json index b0d3bd9..4d528c1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/mocha": "^8.2.3", "@types/node": "^15.6.1", "@types/mongodb": "^3.6.20", - "@types/lru-cache": "^5.1.0", + "@types/lru-cache": "^5.1.1", "@types/node-fetch": "^2.5.10", "dotenv": "^10.0.0", "mocha": "^9.0.2", |