diff --git a/packages/datasource-composite/package.json b/packages/datasource-composite/package.json index 2d1082ea..2f5934f2 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": "^11.0.0" }, "peerDependencies": { "@ldf/core": "^3.0.0" diff --git a/packages/datasource-sparql/package.json b/packages/datasource-sparql/package.json index 3215fe83..29fc83ee 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": "^11.0.0", "n3": "^1.3.5", "rdf-string": "^1.3.1", "sparqljson-parse": "^2.0.0" diff --git a/packages/feature-webid/package.json b/packages/feature-webid/package.json index c442fc2f..a8aedd0c 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": "^11.0.0", "n3": "^1.3.5", "parse-cache-control": "^1.0.1" }, diff --git a/yarn.lock b/yarn.lock index 8ab33914..56cac725 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5037,12 +5037,10 @@ lru-cache@^10.0.1, lru-cache@^10.2.0: resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119" integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== -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@^11.0.0: + version "11.5.2" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.5.2.tgz#00e16665c90c620fba14a3c368732a976493f760" + integrity sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g== lru-cache@^6.0.0: version "6.0.0" @@ -8376,7 +8374,7 @@ y18n@^5.0.5: resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.5.tgz#8769ec08d03b1ea2df2500acef561743bbb9ab18" integrity sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg== -yallist@^3.0.0, yallist@^3.0.2, yallist@^3.1.1: +yallist@^3.0.0, yallist@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==