File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 2222 "lint" : " eslint bin/* lib test"
2323 },
2424 "dependencies" : {
25- "lru-cache" : " ^5.1.1 "
25+ "lru-cache" : " ^11.0.0 "
2626 },
2727 "peerDependencies" : {
2828 "@ldf/core" : " ^3.0.0"
Original file line number Diff line number Diff line change 2222 "lint" : " eslint bin/* lib test"
2323 },
2424 "dependencies" : {
25- "lru-cache" : " ^5.1.1 " ,
25+ "lru-cache" : " ^11.0.0 " ,
2626 "n3" : " ^1.3.5" ,
2727 "rdf-string" : " ^1.3.1" ,
2828 "sparqljson-parse" : " ^2.0.0"
Original file line number Diff line number Diff line change 2323 "lint" : " eslint bin/* lib test"
2424 },
2525 "dependencies" : {
26- "lru-cache" : " ^5.1.1 " ,
26+ "lru-cache" : " ^11.0.0 " ,
2727 "n3" : " ^1.3.5" ,
2828 "parse-cache-control" : " ^1.0.1"
2929 },
Original file line number Diff line number Diff line change @@ -4273,6 +4273,11 @@ loud-rejection@^1.0.0:
42734273 currently-unhandled "^0.4.1"
42744274 signal-exit "^3.0.0"
42754275
4276+ lru-cache@^11.0.0 :
4277+ version "11.0.1"
4278+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.1.tgz#3a732fbfedb82c5ba7bca6564ad3f42afcb6e147"
4279+ integrity sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==
4280+
42764281lru-cache@^4.0.1 :
42774282 version "4.1.5"
42784283 resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -4281,13 +4286,6 @@ lru-cache@^4.0.1:
42814286 pseudomap "^1.0.2"
42824287 yallist "^2.1.2"
42834288
4284- lru-cache@^5.1.1 :
4285- version "5.1.1"
4286- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
4287- integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
4288- dependencies :
4289- yallist "^3.0.2"
4290-
42914289lru-cache@^6.0.0 :
42924290 version "6.0.0"
42934291 resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -7147,7 +7145,7 @@ yallist@^2.1.2:
71477145 resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
71487146 integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
71497147
7150- yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0. 3 :
7148+ yallist@^3.0.0, yallist@^3.0.3 :
71517149 version "3.1.1"
71527150 resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
71537151 integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
You can’t perform that action at this time.
0 commit comments