Skip to content

Commit

Permalink
fix(deps): update dependency lru-cache to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 15, 2022
1 parent 45bc0bb commit 8bbacda
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"bcryptjs": "^2.4.0",
"ldapjs": "^2.2.1",
"long": "^5.0.0",
"lru-cache": "^6.0.0",
"lru-cache": "^7.0.0",
"make-fetch-happen": "^9.0.3",
"valid-url": "^1.0.9"
},
Expand All @@ -64,7 +64,7 @@
"@types/jest": "27.0.3",
"@types/ldapjs": "2.2.2",
"@types/long": "4.0.1",
"@types/lru-cache": "5.1.1",
"@types/lru-cache": "7.10.9",
"@types/make-fetch-happen": "9.0.1",
"@types/node": "12.20.37",
"@types/valid-url": "1.0.3",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -940,10 +940,12 @@ __metadata:
languageName: node
linkType: hard

"@types/lru-cache@npm:5.1.1":
version: 5.1.1
resolution: "@types/lru-cache@npm:5.1.1"
checksum: e1d6c0085f61b16ec5b3073ec76ad1be4844ea036561c3f145fc19f71f084b58a6eb600b14128aa95809d057d28f1d147c910186ae51219f58366ffd2ff2e118
"@types/lru-cache@npm:7.10.9":
version: 7.10.9
resolution: "@types/lru-cache@npm:7.10.9"
dependencies:
lru-cache: "*"
checksum: 480fe7e96f515c252df70f8297e45e9afef49f7dc44d7dd2ee3518d2e6d8145a22668b4d9e63a66f5e1aa1671583bc5fd3140ce1d60a06172e3136cecb824a5a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1234,7 +1236,7 @@ __metadata:
"@types/jest": 27.0.3
"@types/ldapjs": 2.2.2
"@types/long": 4.0.1
"@types/lru-cache": 5.1.1
"@types/lru-cache": 7.10.9
"@types/make-fetch-happen": 9.0.1
"@types/node": 12.20.37
"@types/valid-url": 1.0.3
Expand All @@ -1250,7 +1252,7 @@ __metadata:
jest: 27.4.5
ldapjs: ^2.2.1
long: ^5.0.0
lru-cache: ^6.0.0
lru-cache: ^7.0.0
make-fetch-happen: ^9.0.3
npm-run-all: 4.1.5
prettier: 2.5.1
Expand Down Expand Up @@ -4079,6 +4081,13 @@ __metadata:
languageName: node
linkType: hard

"lru-cache@npm:*, lru-cache@npm:^7.0.0":
version: 7.10.1
resolution: "lru-cache@npm:7.10.1"
checksum: e8b190d71ed0fcd7b29c71a3e9b01f851c92d1ef8865ff06b5581ca991db1e5e006920ed4da8b56da1910664ed51abfd76c46fb55e82ac252ff6c970ff910d72
languageName: node
linkType: hard

"lru-cache@npm:^6.0.0":
version: 6.0.0
resolution: "lru-cache@npm:6.0.0"
Expand Down

0 comments on commit 8bbacda

Please sign in to comment.