diff options
-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", |