From 6e5aea12f6cbe1068008bec57f868d64d7dd46d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 00:19:55 +0000 Subject: [PATCH] fix(deps): update dependency lru-cache to v7 --- package.json | 4 ++-- yarn.lock | 15 +++++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8f17df39..92e4c26e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "prepare": "yarn run build" }, "dependencies": { - "lru-cache": "^5.1.1", + "lru-cache": "^7.13.1", "lsif-protocol": "0.4.3", "minimist": "^1.2.0", "npm": "^6.14.2", @@ -44,7 +44,7 @@ "@sourcegraph/prettierrc": "3.0.3", "@sourcegraph/tsconfig": "4.0.1", "@sourcegraph/tslint-config": "13.4.0", - "@types/lru-cache": "5.1.1", + "@types/lru-cache": "7.10.9", "@types/minimist": "1.2.2", "@types/node": "13.13.51", "@types/npm": "2.0.32", diff --git a/yarn.lock b/yarn.lock index 8a469fb6..2041d752 100644 --- a/yarn.lock +++ b/yarn.lock @@ -413,10 +413,12 @@ resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz" integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== -"@types/lru-cache@5.1.1": - version "5.1.1" - resolved "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz" - integrity sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw== +"@types/lru-cache@7.10.9": + version "7.10.9" + resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-7.10.9.tgz#9712d6bad532e6db2e693de6eb35c64770e24783" + integrity sha512-wrwgkdJ0xr8AbzKhVaRI8SXZN9saapPwwLoydBEr4HqMZET1LUTi1gdoaj82XmRJ9atqN7MtB0aja29iiK+7ag== + dependencies: + lru-cache "*" "@types/minimist@1.2.2": version "1.2.2" @@ -2973,6 +2975,11 @@ lowercase-keys@^1.0.0: resolved "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz" integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== +lru-cache@*, lru-cache@^7.13.1: + version "7.13.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.13.1.tgz#267a81fbd0881327c46a81c5922606a2cfe336c4" + integrity sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ== + lru-cache@^4.0.1: version "4.1.5" resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz"