mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -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 11 additions and 11 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",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -14568,16 +14568,16 @@ typescript@4.1.3:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"verdaccio-htpasswd@npm:10.2.0":
|
||||
version: 10.2.0
|
||||
resolution: "verdaccio-htpasswd@npm:10.2.0"
|
||||
"verdaccio-htpasswd@npm:10.3.0":
|
||||
version: 10.3.0
|
||||
resolution: "verdaccio-htpasswd@npm:10.3.0"
|
||||
dependencies:
|
||||
"@verdaccio/file-locking": 10.2.0
|
||||
apache-md5: 1.1.7
|
||||
bcryptjs: 2.4.3
|
||||
http-errors: 2.0.0
|
||||
unix-crypt-td-js: 1.1.4
|
||||
checksum: f53755384872c87d8379ea09b9a253cc527c332e64349260077c82af87b36ea8d446b7e6d3cf0efcfc8e00ca89731e14425f6fae9ea73b2f0f45dc4b6d630fe1
|
||||
checksum: 7b4ab37d1dcaebafe9b7749337a9f4e59eec64860f3d4f0fc1e109c1db79c4f3bfe4d8ca9eb215295179c623a3f3fe5185259f6055cd1407386ddd2ad7460911
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -14716,7 +14716,7 @@ typescript@4.1.3:
|
|||
validator: 13.7.0
|
||||
verdaccio-audit: 10.2.0
|
||||
verdaccio-auth-memory: 10.2.0
|
||||
verdaccio-htpasswd: 10.2.0
|
||||
verdaccio-htpasswd: 10.3.0
|
||||
verdaccio-memory: 10.2.0
|
||||
bin:
|
||||
verdaccio: ./bin/verdaccio
|
||||
|
|
Loading…
Add table
Reference in a new issue