mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
fix(deps): update dependency lru-cache to v7.13.0 (#3266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b3f964d93a
commit
0a611c0b7d
5 changed files with 6 additions and 6 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -132,7 +132,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:7.10.1"],
|
||||
["lru-cache", "npm:7.13.0"],
|
||||
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||
["marked", "npm:4.0.18"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
|
@ -13382,10 +13382,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:7.10.1", {
|
||||
"packageLocation": "./.yarn/cache/lru-cache-npm-7.10.1-5af910d0ed-03466214a3.zip/node_modules/lru-cache/",
|
||||
["npm:7.13.0", {
|
||||
"packageLocation": "./.yarn/cache/lru-cache-npm-7.13.0-191cc6a348-a767bf9f51.zip/node_modules/lru-cache/",
|
||||
"packageDependencies": [
|
||||
["lru-cache", "npm:7.10.1"]
|
||||
["lru-cache", "npm:7.13.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -18176,7 +18176,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:7.10.1"],
|
||||
["lru-cache", "npm:7.13.0"],
|
||||
["lunr-mutable-indexes", "npm:2.3.2"],
|
||||
["marked", "npm:4.0.18"],
|
||||
["memoizee", "npm:0.4.15"],
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/lru-cache-npm-7.13.0-191cc6a348-a767bf9f51.zip
vendored
Normal file
BIN
.yarn/cache/lru-cache-npm-7.13.0-191cc6a348-a767bf9f51.zip
vendored
Normal file
Binary file not shown.
|
@ -43,7 +43,7 @@
|
|||
"jsonwebtoken": "8.5.1",
|
||||
"kleur": "4.1.5",
|
||||
"lodash": "4.17.21",
|
||||
"lru-cache": "7.10.1",
|
||||
"lru-cache": "7.13.0",
|
||||
"lunr-mutable-indexes": "2.3.2",
|
||||
"marked": "4.0.18",
|
||||
"memoizee": "0.4.15",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue