From 30fc35f74e8692db533250aa8114fcdd0aa297f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Mar 2022 20:06:52 -0500 Subject: 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] * 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 Co-authored-by: mat <27899617+mat-1@users.noreply.github.com> --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'package-lock.json') diff --git a/package-lock.json b/package-lock.json index 91cead8..8cdf084 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,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", @@ -122,9 +122,9 @@ } }, "node_modules/@types/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-7.4.0.tgz", + "integrity": "sha512-jZ/Tb2/3vXw4VYd9AImFC/n6XT3WywZNAxwY8Ox9eM87M9ta9G7KzCx4aKo2Zllvr02k40eY328cjOO3WuK5Kw==", "dev": true }, "node_modules/@types/mime": { @@ -2296,9 +2296,9 @@ } }, "@types/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-7.4.0.tgz", + "integrity": "sha512-jZ/Tb2/3vXw4VYd9AImFC/n6XT3WywZNAxwY8Ox9eM87M9ta9G7KzCx4aKo2Zllvr02k40eY328cjOO3WuK5Kw==", "dev": true }, "@types/mime": { -- cgit