diff --git a/.pnp.js b/.pnp.js index ea3d25eb3..b170e72e5 100755 --- a/.pnp.js +++ b/.pnp.js @@ -129,7 +129,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["lint-staged", "npm:11.0.1"], ["lockfile-lint", "npm:4.6.2"], ["lodash", "npm:4.17.21"], - ["lru-cache", "npm:6.0.0"], + ["lru-cache", "npm:7.8.1"], ["lunr-mutable-indexes", "npm:2.3.2"], ["marked", "npm:4.0.12"], ["memoizee", "npm:0.4.15"], @@ -13347,6 +13347,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["yallist", "npm:4.0.0"] ], "linkType": "HARD", + }], + ["npm:7.8.1", { + "packageLocation": "./.yarn/cache/lru-cache-npm-7.8.1-c3cb0369b1-06d057fda2.zip/node_modules/lru-cache/", + "packageDependencies": [ + ["lru-cache", "npm:7.8.1"] + ], + "linkType": "HARD", }] ]], ["lru-queue", [ @@ -18044,7 +18051,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["lint-staged", "npm:11.0.1"], ["lockfile-lint", "npm:4.6.2"], ["lodash", "npm:4.17.21"], - ["lru-cache", "npm:6.0.0"], + ["lru-cache", "npm:7.8.1"], ["lunr-mutable-indexes", "npm:2.3.2"], ["marked", "npm:4.0.12"], ["memoizee", "npm:0.4.15"], diff --git a/.yarn/cache/lru-cache-npm-7.8.1-c3cb0369b1-06d057fda2.zip b/.yarn/cache/lru-cache-npm-7.8.1-c3cb0369b1-06d057fda2.zip new file mode 100644 index 000000000..22cbae839 Binary files /dev/null and b/.yarn/cache/lru-cache-npm-7.8.1-c3cb0369b1-06d057fda2.zip differ diff --git a/package.json b/package.json index e334d7b26..b17f2fe44 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "jsonwebtoken": "8.5.1", "kleur": "4.1.4", "lodash": "4.17.21", - "lru-cache": "6.0.0", + "lru-cache": "7.8.1", "lunr-mutable-indexes": "2.3.2", "marked": "4.0.12", "memoizee": "0.4.15", diff --git a/yarn.lock b/yarn.lock index 24bb0614f..9bf2c21c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10506,7 +10506,14 @@ fsevents@~2.1.2: languageName: node linkType: hard -"lru-cache@npm:6.0.0, lru-cache@npm:^6.0.0": +"lru-cache@npm:7.8.1": + version: 7.8.1 + resolution: "lru-cache@npm:7.8.1" + checksum: 06d057fda2d58473d69fd5aea87892324d482462ac9e0e2ca9288d2716e9f3014b6cca41bc22c0adebdc7720a9afbe10dc31cbac6487caaece19f265b5293fcf + languageName: node + linkType: hard + +"lru-cache@npm:^6.0.0": version: 6.0.0 resolution: "lru-cache@npm:6.0.0" dependencies: @@ -14908,7 +14915,7 @@ typescript@4.1.3: lint-staged: 11.0.1 lockfile-lint: 4.6.2 lodash: 4.17.21 - lru-cache: 6.0.0 + lru-cache: 7.8.1 lunr-mutable-indexes: 2.3.2 marked: 4.0.12 memoizee: 0.4.15