mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix(deps): update dependency verdaccio-htpasswd to v12.0.0-next.5 (#4355)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b8787dc4b3
commit
03d8bb4881
6 changed files with 8 additions and 21 deletions
27
.pnp.cjs
generated
27
.pnp.cjs
generated
|
@ -138,7 +138,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["validator", "npm:13.11.0"],\
|
||||
["verdaccio-audit", "npm:12.0.0-next.5"],\
|
||||
["verdaccio-auth-memory", "npm:10.2.2"],\
|
||||
["verdaccio-htpasswd", "npm:12.0.0-next.4"],\
|
||||
["verdaccio-htpasswd", "npm:12.0.0-next.5"],\
|
||||
["verdaccio-memory", "npm:10.3.2"]\
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
|
@ -5283,19 +5283,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]\
|
||||
]],\
|
||||
["@verdaccio/core", [\
|
||||
["npm:7.0.0-next.4", {\
|
||||
"packageLocation": "./.yarn/cache/@verdaccio-core-npm-7.0.0-next.4-d2396990e2-65ba31768c.zip/node_modules/@verdaccio/core/",\
|
||||
"packageDependencies": [\
|
||||
["@verdaccio/core", "npm:7.0.0-next.4"],\
|
||||
["ajv", "npm:8.12.0"],\
|
||||
["core-js", "npm:3.30.2"],\
|
||||
["http-errors", "npm:2.0.0"],\
|
||||
["http-status-codes", "npm:2.2.0"],\
|
||||
["process-warning", "npm:1.0.0"],\
|
||||
["semver", "npm:7.5.4"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}],\
|
||||
["npm:7.0.0-next.5", {\
|
||||
"packageLocation": "./.yarn/cache/@verdaccio-core-npm-7.0.0-next.5-47daf31864-408e8fd8a1.zip/node_modules/@verdaccio/core/",\
|
||||
"packageDependencies": [\
|
||||
|
@ -14606,7 +14593,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["validator", "npm:13.11.0"],\
|
||||
["verdaccio-audit", "npm:12.0.0-next.5"],\
|
||||
["verdaccio-auth-memory", "npm:10.2.2"],\
|
||||
["verdaccio-htpasswd", "npm:12.0.0-next.4"],\
|
||||
["verdaccio-htpasswd", "npm:12.0.0-next.5"],\
|
||||
["verdaccio-memory", "npm:10.3.2"]\
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
|
@ -14637,15 +14624,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]\
|
||||
]],\
|
||||
["verdaccio-htpasswd", [\
|
||||
["npm:12.0.0-next.4", {\
|
||||
"packageLocation": "./.yarn/cache/verdaccio-htpasswd-npm-12.0.0-next.4-c1bca72c00-dc95a81ff4.zip/node_modules/verdaccio-htpasswd/",\
|
||||
["npm:12.0.0-next.5", {\
|
||||
"packageLocation": "./.yarn/cache/verdaccio-htpasswd-npm-12.0.0-next.5-af0f652c04-fb53216f62.zip/node_modules/verdaccio-htpasswd/",\
|
||||
"packageDependencies": [\
|
||||
["verdaccio-htpasswd", "npm:12.0.0-next.4"],\
|
||||
["@verdaccio/core", "npm:7.0.0-next.4"],\
|
||||
["verdaccio-htpasswd", "npm:12.0.0-next.5"],\
|
||||
["@verdaccio/core", "npm:7.0.0-next.5"],\
|
||||
["@verdaccio/file-locking", "npm:12.0.0-next.1"],\
|
||||
["apache-md5", "npm:1.1.8"],\
|
||||
["bcryptjs", "npm:2.4.3"],\
|
||||
["core-js", "npm:3.30.2"],\
|
||||
["core-js", "npm:3.35.0"],\
|
||||
["debug", "virtual:6251d782ea0db30c21f0f319066656716c470667e40e117968e3ee896b0149dbd84beab1c1d4067d27f9cefc387fad785c8016e1253c05537454f9884ad265e8#npm:4.3.4"],\
|
||||
["http-errors", "npm:2.0.0"],\
|
||||
["unix-crypt-td-js", "npm:1.1.4"]\
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/fsevents-patch-2882183fbf-8.zip
vendored
BIN
.yarn/cache/fsevents-patch-2882183fbf-8.zip
vendored
Binary file not shown.
Binary file not shown.
|
@ -56,7 +56,7 @@
|
|||
"semver": "7.5.4",
|
||||
"validator": "13.11.0",
|
||||
"verdaccio-audit": "12.0.0-next.5",
|
||||
"verdaccio-htpasswd": "12.0.0-next.4"
|
||||
"verdaccio-htpasswd": "12.0.0-next.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.23.4",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue