File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 22
22
"lint" : " eslint bin/* lib test"
23
23
},
24
24
"dependencies" : {
25
- "lru-cache" : " ^5.1.1 "
25
+ "lru-cache" : " ^6.0.0 "
26
26
},
27
27
"peerDependencies" : {
28
28
"@ldf/core" : " ^3.0.0"
Original file line number Diff line number Diff line change 22
22
"lint" : " eslint bin/* lib test"
23
23
},
24
24
"dependencies" : {
25
- "lru-cache" : " ^5.1.1 " ,
25
+ "lru-cache" : " ^6.0.0 " ,
26
26
"n3" : " ^1.3.5" ,
27
27
"rdf-string" : " ^1.3.1" ,
28
28
"sparqljson-parse" : " ^1.5.1"
Original file line number Diff line number Diff line change 23
23
"lint" : " eslint bin/* lib test"
24
24
},
25
25
"dependencies" : {
26
- "lru-cache" : " ^5.1.1 " ,
26
+ "lru-cache" : " ^6.0.0 " ,
27
27
"n3" : " ^1.3.5" ,
28
28
"parse-cache-control" : " ^1.0.1"
29
29
},
Original file line number Diff line number Diff line change @@ -4205,13 +4205,6 @@ lru-cache@^4.0.1:
4205
4205
pseudomap "^1.0.2"
4206
4206
yallist "^2.1.2"
4207
4207
4208
- lru-cache@^5.1.1 :
4209
- version "5.1.1"
4210
- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
4211
- integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
4212
- dependencies :
4213
- yallist "^3.0.2"
4214
-
4215
4208
lru-cache@^6.0.0 :
4216
4209
version "6.0.0"
4217
4210
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -7024,7 +7017,7 @@ yallist@^2.1.2:
7024
7017
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
7025
7018
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
7026
7019
7027
- yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0. 3 :
7020
+ yallist@^3.0.0, yallist@^3.0.3 :
7028
7021
version "3.1.1"
7029
7022
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
7030
7023
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
You can’t perform that action at this time.
0 commit comments