Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Commit 910e713

Browse files
committed
fix(deps): update dependency lru-cache to v7
1 parent 9f75e7a commit 910e713

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"prepare": "yarn run build"
3232
},
3333
"dependencies": {
34-
"lru-cache": "^5.1.1",
34+
"lru-cache": "^7.8.0",
3535
"lsif-protocol": "0.4.3",
3636
"minimist": "^1.2.0",
3737
"npm": "^6.14.2",
@@ -44,7 +44,7 @@
4444
"@sourcegraph/prettierrc": "3.0.3",
4545
"@sourcegraph/tsconfig": "4.0.1",
4646
"@sourcegraph/tslint-config": "13.4.0",
47-
"@types/lru-cache": "5.1.1",
47+
"@types/lru-cache": "7.6.1",
4848
"@types/minimist": "1.2.2",
4949
"@types/node": "13.13.51",
5050
"@types/npm": "2.0.32",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,10 @@
413413
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz"
414414
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
415415

416-
"@types/lru-cache@5.1.1":
417-
version "5.1.1"
418-
resolved "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz"
419-
integrity sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==
416+
"@types/lru-cache@7.6.1":
417+
version "7.6.1"
418+
resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-7.6.1.tgz#99809260ef1e870b8ef2ab3a625784a33cec5ba9"
419+
integrity sha512-69x+Dhrm2aShFkTqUuPgUXbKYwvq4FH/DVeeQH7MBfTjbKjPX51NGLERxVV1vf33N71dzLvXCko4OLqRvsq53Q==
420420

421421
"@types/minimist@1.2.2":
422422
version "1.2.2"
@@ -2995,6 +2995,11 @@ lru-cache@^6.0.0:
29952995
dependencies:
29962996
yallist "^4.0.0"
29972997

2998+
lru-cache@^7.8.0:
2999+
version "7.8.0"
3000+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.8.0.tgz#649aaeb294a56297b5cbc5d70f198dcc5ebe5747"
3001+
integrity sha512-AmXqneQZL3KZMIgBpaPTeI6pfwh+xQ2vutMsyqOu1TBdEXFZgpG/80wuJ531w2ZN7TI0/oc8CPxzh/DKQudZqg==
3002+
29983003
lsif-protocol@0.4.3:
29993004
version "0.4.3"
30003005
resolved "https://registry.npmjs.org/lsif-protocol/-/lsif-protocol-0.4.3.tgz"

0 commit comments

Comments
 (0)