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 Mar 7, 2022
1 parent 45bc0bb commit 4dcc3f9
Show file tree
Hide file tree
Showing 2 changed files with 15 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.4.0",
"@types/make-fetch-happen": "9.0.1",
"@types/node": "12.20.37",
"@types/valid-url": "1.0.3",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -940,10 +940,10 @@ __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.4.0":
version: 7.4.0
resolution: "@types/lru-cache@npm:7.4.0"
checksum: 7c577ccdedf284c9c09f2b628057f39b6005b196cd60d5778c97de0cac9da73cc6dbf2c980cca6dd1a40c353ad7ab9d1ec35cc7abe4933400f6ff1f57b7cf3fd
languageName: node
linkType: hard

Expand Down Expand Up @@ -1234,7 +1234,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.4.0
"@types/make-fetch-happen": 9.0.1
"@types/node": 12.20.37
"@types/valid-url": 1.0.3
Expand All @@ -1250,7 +1250,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 @@ -4088,6 +4088,13 @@ __metadata:
languageName: node
linkType: hard

"lru-cache@npm:^7.0.0":
version: 7.4.1
resolution: "lru-cache@npm:7.4.1"
checksum: de6d8aa83b0a304943a1e1ec2a982d9b44ef36963c20bd01950f13dcb3eb482c57bfa15ab49b1baa15c682d6d33a10842bb7b33d8a449845009ffab6a2faec3c
languageName: node
linkType: hard

"make-dir@npm:^3.0.0":
version: 3.1.0
resolution: "make-dir@npm:3.1.0"
Expand Down

0 comments on commit 4dcc3f9

Please sign in to comment.