mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
fix(deps): update dependency verdaccio-htpasswd to v10.5.5 (#3749)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
42798df639
commit
b3ea8162ac
4 changed files with 13 additions and 11 deletions
11
.pnp.cjs
generated
11
.pnp.cjs
generated
|
@ -139,7 +139,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["validator", "npm:13.9.0"],\
|
||||
["verdaccio-audit", "npm:11.0.0-6-next.30"],\
|
||||
["verdaccio-auth-memory", "npm:10.2.2"],\
|
||||
["verdaccio-htpasswd", "npm:10.5.4"],\
|
||||
["verdaccio-htpasswd", "npm:10.5.5"],\
|
||||
["verdaccio-memory", "npm:10.3.2"]\
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
|
@ -14060,7 +14060,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["validator", "npm:13.9.0"],\
|
||||
["verdaccio-audit", "npm:11.0.0-6-next.30"],\
|
||||
["verdaccio-auth-memory", "npm:10.2.2"],\
|
||||
["verdaccio-htpasswd", "npm:10.5.4"],\
|
||||
["verdaccio-htpasswd", "npm:10.5.5"],\
|
||||
["verdaccio-memory", "npm:10.3.2"]\
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
|
@ -14091,13 +14091,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]\
|
||||
]],\
|
||||
["verdaccio-htpasswd", [\
|
||||
["npm:10.5.4", {\
|
||||
"packageLocation": "./.yarn/cache/verdaccio-htpasswd-npm-10.5.4-8bf23e31b2-4a166e3457.zip/node_modules/verdaccio-htpasswd/",\
|
||||
["npm:10.5.5", {\
|
||||
"packageLocation": "./.yarn/cache/verdaccio-htpasswd-npm-10.5.5-51ff9070b2-1a5706af72.zip/node_modules/verdaccio-htpasswd/",\
|
||||
"packageDependencies": [\
|
||||
["verdaccio-htpasswd", "npm:10.5.4"],\
|
||||
["verdaccio-htpasswd", "npm:10.5.5"],\
|
||||
["@verdaccio/file-locking", "npm:10.3.1"],\
|
||||
["apache-md5", "npm:1.1.8"],\
|
||||
["bcryptjs", "npm:2.4.3"],\
|
||||
["debug", "virtual:29474417206615456729b7a578bf418b358d5457cdcef4bbfee11068b4718e28ceca45b525022e3820e15bd79419301ec7f358c2f28eae1e78ba4bae24d15383#npm:4.3.4"],\
|
||||
["http-errors", "npm:2.0.0"],\
|
||||
["unix-crypt-td-js", "npm:1.1.4"]\
|
||||
],\
|
||||
|
|
Binary file not shown.
|
@ -57,7 +57,7 @@
|
|||
"semver": "7.5.0",
|
||||
"validator": "13.9.0",
|
||||
"verdaccio-audit": "11.0.0-6-next.30",
|
||||
"verdaccio-htpasswd": "10.5.4"
|
||||
"verdaccio-htpasswd": "10.5.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.21.0",
|
||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -10601,16 +10601,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"verdaccio-htpasswd@npm:10.5.4":
|
||||
version: 10.5.4
|
||||
resolution: "verdaccio-htpasswd@npm:10.5.4"
|
||||
"verdaccio-htpasswd@npm:10.5.5":
|
||||
version: 10.5.5
|
||||
resolution: "verdaccio-htpasswd@npm:10.5.5"
|
||||
dependencies:
|
||||
"@verdaccio/file-locking": 10.3.1
|
||||
apache-md5: 1.1.8
|
||||
bcryptjs: 2.4.3
|
||||
debug: 4.3.4
|
||||
http-errors: 2.0.0
|
||||
unix-crypt-td-js: 1.1.4
|
||||
checksum: 4a166e345743741c99f1438c706876a17380d134036c123969763ed6428d93bdaf34126debfc4b4b7458c6a929ed5bac8801fcdf2559ac37329934785dfbce41
|
||||
checksum: 1a5706af7279b20db47f401b2e34e2586cbf114fc325cbdbdc9087a68fd8621e3376d2337f666c2ecc9f75f4f9c129613fc558e7e088bdffc67d8b5128ed4f0d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -10740,7 +10741,7 @@ __metadata:
|
|||
validator: 13.9.0
|
||||
verdaccio-audit: 11.0.0-6-next.30
|
||||
verdaccio-auth-memory: 10.2.2
|
||||
verdaccio-htpasswd: 10.5.4
|
||||
verdaccio-htpasswd: 10.5.5
|
||||
verdaccio-memory: 10.3.2
|
||||
dependenciesMeta:
|
||||
"@verdaccio/types@11.0.0-6-next.24":
|
||||
|
|
Loading…
Add table
Reference in a new issue