diff --git a/packages/datasource-composite/package.json b/packages/datasource-composite/package.json index 2d1082ea..7c9fdf1d 100644 --- a/packages/datasource-composite/package.json +++ b/packages/datasource-composite/package.json @@ -22,7 +22,7 @@ "lint": "eslint bin/* lib test" }, "dependencies": { - "lru-cache": "^5.1.1" + "lru-cache": "^6.0.0" }, "peerDependencies": { "@ldf/core": "^3.0.0" diff --git a/packages/datasource-sparql/package.json b/packages/datasource-sparql/package.json index 93eb6f9d..99a85015 100644 --- a/packages/datasource-sparql/package.json +++ b/packages/datasource-sparql/package.json @@ -22,7 +22,7 @@ "lint": "eslint bin/* lib test" }, "dependencies": { - "lru-cache": "^5.1.1", + "lru-cache": "^6.0.0", "n3": "^1.3.5", "rdf-string": "^1.3.1", "sparqljson-parse": "^1.5.1" diff --git a/packages/feature-webid/package.json b/packages/feature-webid/package.json index c442fc2f..0cb8f4e7 100644 --- a/packages/feature-webid/package.json +++ b/packages/feature-webid/package.json @@ -23,7 +23,7 @@ "lint": "eslint bin/* lib test" }, "dependencies": { - "lru-cache": "^5.1.1", + "lru-cache": "^6.0.0", "n3": "^1.3.5", "parse-cache-control": "^1.0.1" }, diff --git a/yarn.lock b/yarn.lock index 9106a264..768c6c93 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4212,13 +4212,6 @@ lru-cache@^4.0.1: pseudomap "^1.0.2" yallist "^2.1.2" -lru-cache@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" - integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - dependencies: - yallist "^3.0.2" - lru-cache@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" @@ -7056,7 +7049,7 @@ yallist@^2.1.2: resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= -yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3: +yallist@^3.0.0, yallist@^3.0.3: version "3.1.1" resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==