mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
fix(deps): update dependency verdaccio-htpasswd to v10.3.0 (#3038)
This commit is contained in:
parent
21c66f65c3
commit
24830e06e8
5 changed files with 6 additions and 6 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -157,7 +157,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["validator", "npm:13.7.0"],
|
||||
["verdaccio-audit", "npm:10.2.0"],
|
||||
["verdaccio-auth-memory", "npm:10.2.0"],
|
||||
["verdaccio-htpasswd", "npm:10.2.0"],
|
||||
["verdaccio-htpasswd", "npm:10.3.0"],
|
||||
["verdaccio-memory", "npm:10.2.0"]
|
||||
],
|
||||
"linkType": "SOFT",
|
||||
|
@ -17815,7 +17815,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["validator", "npm:13.7.0"],
|
||||
["verdaccio-audit", "npm:10.2.0"],
|
||||
["verdaccio-auth-memory", "npm:10.2.0"],
|
||||
["verdaccio-htpasswd", "npm:10.2.0"],
|
||||
["verdaccio-htpasswd", "npm:10.3.0"],
|
||||
["verdaccio-memory", "npm:10.2.0"]
|
||||
],
|
||||
"linkType": "SOFT",
|
||||
|
@ -17845,10 +17845,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["verdaccio-htpasswd", [
|
||||
["npm:10.2.0", {
|
||||
"packageLocation": "./.yarn/cache/verdaccio-htpasswd-npm-10.2.0-7ea4e77589-f537553848.zip/node_modules/verdaccio-htpasswd/",
|
||||
["npm:10.3.0", {
|
||||
"packageLocation": "./.yarn/cache/verdaccio-htpasswd-npm-10.3.0-b16d67741f-7b4ab37d1d.zip/node_modules/verdaccio-htpasswd/",
|
||||
"packageDependencies": [
|
||||
["verdaccio-htpasswd", "npm:10.2.0"],
|
||||
["verdaccio-htpasswd", "npm:10.3.0"],
|
||||
["@verdaccio/file-locking", "npm:10.2.0"],
|
||||
["apache-md5", "npm:1.1.7"],
|
||||
["bcryptjs", "npm:2.4.3"],
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/verdaccio-htpasswd-npm-10.3.0-b16d67741f-7b4ab37d1d.zip
vendored
Normal file
BIN
.yarn/cache/verdaccio-htpasswd-npm-10.3.0-b16d67741f-7b4ab37d1d.zip
vendored
Normal file
Binary file not shown.
|
@ -59,7 +59,7 @@
|
|||
"semver": "7.3.5",
|
||||
"validator": "13.7.0",
|
||||
"verdaccio-audit": "10.2.0",
|
||||
"verdaccio-htpasswd": "10.2.0"
|
||||
"verdaccio-htpasswd": "10.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.16.8",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue