Skip to content

Commit 6c96cfd

Browse files
committed
Update dependency lru-cache to v6
1 parent 30940e3 commit 6c96cfd

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

packages/datasource-composite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint": "eslint bin/* lib test"
2323
},
2424
"dependencies": {
25-
"lru-cache": "^5.1.1"
25+
"lru-cache": "^6.0.0"
2626
},
2727
"peerDependencies": {
2828
"@ldf/core": "^3.0.0"

packages/datasource-sparql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint": "eslint bin/* lib test"
2323
},
2424
"dependencies": {
25-
"lru-cache": "^5.1.1",
25+
"lru-cache": "^6.0.0",
2626
"n3": "^1.3.5",
2727
"rdf-string": "^1.3.1",
2828
"sparqljson-parse": "^1.5.1"

packages/feature-webid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint": "eslint bin/* lib test"
2424
},
2525
"dependencies": {
26-
"lru-cache": "^5.1.1",
26+
"lru-cache": "^6.0.0",
2727
"n3": "^1.3.5",
2828
"parse-cache-control": "^1.0.1"
2929
},

yarn.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4212,13 +4212,6 @@ lru-cache@^4.0.1:
42124212
pseudomap "^1.0.2"
42134213
yallist "^2.1.2"
42144214

4215-
lru-cache@^5.1.1:
4216-
version "5.1.1"
4217-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
4218-
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
4219-
dependencies:
4220-
yallist "^3.0.2"
4221-
42224215
lru-cache@^6.0.0:
42234216
version "6.0.0"
42244217
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -7056,7 +7049,7 @@ yallist@^2.1.2:
70567049
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
70577050
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
70587051

7059-
yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
7052+
yallist@^3.0.0, yallist@^3.0.3:
70607053
version "3.1.1"
70617054
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
70627055
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==

0 commit comments

Comments
 (0)