mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
fix(deps): update dependency lru-cache to v7 (#3124)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
954886d2db
commit
7ceaa1799c
4 changed files with 19 additions and 5 deletions
11
.pnp.js
generated
11
.pnp.js
generated
|
@ -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"],
|
||||
|
|
BIN
.yarn/cache/lru-cache-npm-7.8.1-c3cb0369b1-06d057fda2.zip
vendored
Normal file
BIN
.yarn/cache/lru-cache-npm-7.8.1-c3cb0369b1-06d057fda2.zip
vendored
Normal file
Binary file not shown.
|
@ -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",
|
||||
|
|
11
yarn.lock
11
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
|
||||
|
|
Loading…
Add table
Reference in a new issue