mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
fix(deps): update dependency verdaccio-htpasswd to v10.5.0 (#3242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
78c789c76c
commit
884e05b13e
5 changed files with 15 additions and 15 deletions
18
.pnp.js
generated
18
.pnp.js
generated
|
@ -160,7 +160,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["validator", "npm:13.7.0"],
|
||||
["verdaccio-audit", "npm:10.2.2"],
|
||||
["verdaccio-auth-memory", "npm:10.2.0"],
|
||||
["verdaccio-htpasswd", "npm:10.4.0"],
|
||||
["verdaccio-htpasswd", "npm:10.5.0"],
|
||||
["verdaccio-memory", "npm:10.3.0"]
|
||||
],
|
||||
"linkType": "SOFT",
|
||||
|
@ -8143,14 +8143,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
]],
|
||||
["core-js", [
|
||||
["npm:2.6.9", {
|
||||
"packageLocation": "./.yarn/unplugged/core-js-npm-2.6.9-f821bf686c/node_modules/core-js/",
|
||||
"packageLocation": "./.yarn/cache/core-js-npm-2.6.9-f821bf686c-00c30207eb.zip/node_modules/core-js/",
|
||||
"packageDependencies": [
|
||||
["core-js", "npm:2.6.9"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:3.22.4", {
|
||||
"packageLocation": "./.yarn/unplugged/core-js-npm-3.22.4-4469b89edf/node_modules/core-js/",
|
||||
"packageLocation": "./.yarn/cache/core-js-npm-3.22.4-4469b89edf-1305b2b9c1.zip/node_modules/core-js/",
|
||||
"packageDependencies": [
|
||||
["core-js", "npm:3.22.4"]
|
||||
],
|
||||
|
@ -8179,7 +8179,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
]],
|
||||
["core-js-pure", [
|
||||
["npm:3.23.1", {
|
||||
"packageLocation": "./.yarn/unplugged/core-js-pure-npm-3.23.1-352ee71e9f/node_modules/core-js-pure/",
|
||||
"packageLocation": "./.yarn/cache/core-js-pure-npm-3.23.1-352ee71e9f-bb20413b8f.zip/node_modules/core-js-pure/",
|
||||
"packageDependencies": [
|
||||
["core-js-pure", "npm:3.23.1"]
|
||||
],
|
||||
|
@ -15476,7 +15476,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
]],
|
||||
["puppeteer", [
|
||||
["npm:5.5.0", {
|
||||
"packageLocation": "./.yarn/unplugged/puppeteer-npm-5.5.0-bba75ba998/node_modules/puppeteer/",
|
||||
"packageLocation": "./.yarn/cache/puppeteer-npm-5.5.0-bba75ba998-08ba8a7da5.zip/node_modules/puppeteer/",
|
||||
"packageDependencies": [
|
||||
["puppeteer", "npm:5.5.0"],
|
||||
["debug", "virtual:fada3bd8ad326a7c196d0c24aae1d5410b84126805d4b297cac3abf549e077c61a437968e49905247d38e2ca430b4cee29c78b779ec928550ea7a1cdf2adc3c1#npm:4.1.1"],
|
||||
|
@ -18393,7 +18393,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["validator", "npm:13.7.0"],
|
||||
["verdaccio-audit", "npm:10.2.2"],
|
||||
["verdaccio-auth-memory", "npm:10.2.0"],
|
||||
["verdaccio-htpasswd", "npm:10.4.0"],
|
||||
["verdaccio-htpasswd", "npm:10.5.0"],
|
||||
["verdaccio-memory", "npm:10.3.0"]
|
||||
],
|
||||
"linkType": "SOFT",
|
||||
|
@ -18423,10 +18423,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["verdaccio-htpasswd", [
|
||||
["npm:10.4.0", {
|
||||
"packageLocation": "./.yarn/cache/verdaccio-htpasswd-npm-10.4.0-045bc61722-1ea4dd6816.zip/node_modules/verdaccio-htpasswd/",
|
||||
["npm:10.5.0", {
|
||||
"packageLocation": "./.yarn/cache/verdaccio-htpasswd-npm-10.5.0-66239eb3c7-f8b3392cbe.zip/node_modules/verdaccio-htpasswd/",
|
||||
"packageDependencies": [
|
||||
["verdaccio-htpasswd", "npm:10.4.0"],
|
||||
["verdaccio-htpasswd", "npm:10.5.0"],
|
||||
["@verdaccio/file-locking", "npm:10.3.0"],
|
||||
["apache-md5", "npm:1.1.7"],
|
||||
["bcryptjs", "npm:2.4.3"],
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/verdaccio-htpasswd-npm-10.5.0-66239eb3c7-f8b3392cbe.zip
vendored
Normal file
BIN
.yarn/cache/verdaccio-htpasswd-npm-10.5.0-66239eb3c7-f8b3392cbe.zip
vendored
Normal file
Binary file not shown.
|
@ -59,7 +59,7 @@
|
|||
"semver": "7.3.7",
|
||||
"validator": "13.7.0",
|
||||
"verdaccio-audit": "10.2.2",
|
||||
"verdaccio-htpasswd": "10.4.0"
|
||||
"verdaccio-htpasswd": "10.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.17.10",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -15145,16 +15145,16 @@ typescript@4.1.3:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"verdaccio-htpasswd@npm:10.4.0":
|
||||
version: 10.4.0
|
||||
resolution: "verdaccio-htpasswd@npm:10.4.0"
|
||||
"verdaccio-htpasswd@npm:10.5.0":
|
||||
version: 10.5.0
|
||||
resolution: "verdaccio-htpasswd@npm:10.5.0"
|
||||
dependencies:
|
||||
"@verdaccio/file-locking": 10.3.0
|
||||
apache-md5: 1.1.7
|
||||
bcryptjs: 2.4.3
|
||||
http-errors: 2.0.0
|
||||
unix-crypt-td-js: 1.1.4
|
||||
checksum: 1ea4dd681668f04a319485bb30b4be64968831f88377c8c5c89e4f5a87588cbae74efe27d99d7148d0245b0e8b8949a0e1e02489b0e0ff241fffc9b03cba1768
|
||||
checksum: f8b3392cbe1284ca3487827a4c79338df5fa872fcb1f8cfee1126bd49ce79b38b37fc0dcce6544b5c9628ab47c361ab5b72fed8767241d432f7bd94cbc8d2ba5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -15296,7 +15296,7 @@ typescript@4.1.3:
|
|||
validator: 13.7.0
|
||||
verdaccio-audit: 10.2.2
|
||||
verdaccio-auth-memory: 10.2.0
|
||||
verdaccio-htpasswd: 10.4.0
|
||||
verdaccio-htpasswd: 10.5.0
|
||||
verdaccio-memory: 10.3.0
|
||||
bin:
|
||||
verdaccio: ./bin/verdaccio
|
||||
|
|
Loading…
Add table
Reference in a new issue