0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-15 03:02:51 -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:
renovate[bot] 2022-07-13 21:30:47 +02:00 committed by GitHub
parent b3f964d93a
commit 0a611c0b7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

10
.pnp.js generated
View file

@ -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.

View file

@ -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",

View file

@ -10554,10 +10554,10 @@ fsevents@~2.1.2:
languageName: node
linkType: hard
"lru-cache@npm:7.10.1":
version: 7.10.1
resolution: "lru-cache@npm:7.10.1"
checksum: 03466214a3ba029685874c32f384f5c1174932f1d1c3aa262957acd940cf8b670834ecddae47eae3b73f663a7823325f95d17e59e5202adbdeae94f1899b90a9
"lru-cache@npm:7.13.0":
version: 7.13.0
resolution: "lru-cache@npm:7.13.0"
checksum: a767bf9f5185321e0e0b9c11979b11a877698149cf9c11a0c40be83c4bd19779087acc69859ef73d60880949883a12fb388991e965038a0c06ed624adf2d83b1
languageName: node
linkType: hard
@ -15062,7 +15062,7 @@ typescript@4.1.3:
lint-staged: 11.0.1
lockfile-lint: 4.6.2
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