mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
build(deps): bump verdaccio-htpasswd from 9.7.1 to 9.7.2 (#1896)
Bumps [verdaccio-htpasswd](https://github.com/verdaccio/monorepo/tree/HEAD/plugins/htpasswd) from 9.7.1 to 9.7.2. - [Release notes](https://github.com/verdaccio/monorepo/releases) - [Changelog](https://github.com/verdaccio/monorepo/blob/9.x/plugins/htpasswd/CHANGELOG.md) - [Commits](https://github.com/verdaccio/monorepo/commits/v9.7.2/plugins/htpasswd) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
80b6a32824
commit
2be469e1c7
2 changed files with 7 additions and 12 deletions
|
@ -52,7 +52,7 @@
|
|||
"request": "2.88.0",
|
||||
"semver": "6.3.0",
|
||||
"verdaccio-audit": "9.7.1",
|
||||
"verdaccio-htpasswd": "9.7.1"
|
||||
"verdaccio-htpasswd": "9.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "8.3.5",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -2278,7 +2278,7 @@
|
|||
dependencies:
|
||||
lockfile "1.0.4"
|
||||
|
||||
"@verdaccio/file-locking@^9.7.1", "@verdaccio/file-locking@^9.7.2":
|
||||
"@verdaccio/file-locking@^9.7.2":
|
||||
version "9.7.2"
|
||||
resolved "https://registry.npmjs.org/@verdaccio/file-locking/-/file-locking-9.7.2.tgz#953367a42554ef7019fb4206c6e3af5e2dc217db"
|
||||
integrity sha512-y9yLk8+9wdQH1bDyeR7Cu80dKQMiiva9ddNbXllV6h0uxaqVOxDyyE0OWdyvUy0xdA4lUD/y0DxHOInDOhdKaw==
|
||||
|
@ -6942,11 +6942,6 @@ marked@0.8.0:
|
|||
resolved "https://registry.verdaccio.org/marked/-/marked-0.8.0.tgz#ec5c0c9b93878dc52dd54be8d0e524097bd81a99"
|
||||
integrity sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==
|
||||
|
||||
marked@1.1.1:
|
||||
version "1.1.1"
|
||||
resolved "https://registry.yarnpkg.com/marked/-/marked-1.1.1.tgz#e5d61b69842210d5df57b05856e0c91572703e6a"
|
||||
integrity sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==
|
||||
|
||||
marked@1.1.1:
|
||||
version "1.1.1"
|
||||
resolved "https://registry.verdaccio.org/marked/-/marked-1.1.1.tgz#e5d61b69842210d5df57b05856e0c91572703e6a"
|
||||
|
@ -9795,12 +9790,12 @@ verdaccio-auth-memory@^9.4.0:
|
|||
dependencies:
|
||||
"@verdaccio/commons-api" "^9.4.0"
|
||||
|
||||
verdaccio-htpasswd@9.7.1:
|
||||
version "9.7.1"
|
||||
resolved "https://registry.verdaccio.org/verdaccio-htpasswd/-/verdaccio-htpasswd-9.7.1.tgz#999c99227cbf94f2f08ec280798e396e87ef9e11"
|
||||
integrity sha512-LeyGRfN01HgOY4srkftOwpVAfOEfPvWo5UJ8L1qAmqr3pY07ZNFnDRDl1H4PTZ9LTi+mUdo9ppIPfHssrr8r9g==
|
||||
verdaccio-htpasswd@9.7.2:
|
||||
version "9.7.2"
|
||||
resolved "https://registry.npmjs.org/verdaccio-htpasswd/-/verdaccio-htpasswd-9.7.2.tgz#ba14a29b65658b3f4c7e2042c3fcf20e697401a6"
|
||||
integrity sha512-c7ZEb7wuce0+4h92w4f1ySMhsIWFs/mlsFjjoqIlY5SBskmQI5RHC7HQglVgFjOMxrWoaaadJ5WGmFV+A/yxPQ==
|
||||
dependencies:
|
||||
"@verdaccio/file-locking" "^9.7.1"
|
||||
"@verdaccio/file-locking" "^9.7.2"
|
||||
apache-md5 "1.1.2"
|
||||
bcryptjs "2.4.3"
|
||||
http-errors "1.8.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue