diff --git a/.pnp.js b/.pnp.js index 57bd32dfd..f90d27de9 100755 --- a/.pnp.js +++ b/.pnp.js @@ -153,7 +153,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["validator", "npm:13.7.0"], ["verdaccio-audit", "npm:10.0.2"], ["verdaccio-auth-memory", "npm:10.0.1"], - ["verdaccio-htpasswd", "npm:10.0.0"], + ["verdaccio-htpasswd", "npm:10.0.1"], ["verdaccio-memory", "npm:10.0.1"] ], "linkType": "SOFT", @@ -5322,6 +5322,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["lockfile", "npm:1.0.4"] ], "linkType": "HARD", + }], + ["npm:10.0.1", { + "packageLocation": "./.yarn/cache/@verdaccio-file-locking-npm-10.0.1-3212629520-1dfd93b358.zip/node_modules/@verdaccio/file-locking/", + "packageDependencies": [ + ["@verdaccio/file-locking", "npm:10.0.1"], + ["lockfile", "npm:1.0.4"] + ], + "linkType": "HARD", }] ]], ["@verdaccio/local-storage", [ @@ -5759,10 +5767,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }] ]], ["apache-md5", [ - ["npm:1.1.2", { - "packageLocation": "./.yarn/cache/apache-md5-npm-1.1.2-0924392430-87a666376b.zip/node_modules/apache-md5/", + ["npm:1.1.7", { + "packageLocation": "./.yarn/cache/apache-md5-npm-1.1.7-249065fc1c-8a04215662.zip/node_modules/apache-md5/", "packageDependencies": [ - ["apache-md5", "npm:1.1.2"] + ["apache-md5", "npm:1.1.7"] ], "linkType": "HARD", }] @@ -17102,7 +17110,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["validator", "npm:13.7.0"], ["verdaccio-audit", "npm:10.0.2"], ["verdaccio-auth-memory", "npm:10.0.1"], - ["verdaccio-htpasswd", "npm:10.0.0"], + ["verdaccio-htpasswd", "npm:10.0.1"], ["verdaccio-memory", "npm:10.0.1"] ], "linkType": "SOFT", @@ -17132,14 +17140,14 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }] ]], ["verdaccio-htpasswd", [ - ["npm:10.0.0", { - "packageLocation": "./.yarn/cache/verdaccio-htpasswd-npm-10.0.0-e491098f58-2e79614b12.zip/node_modules/verdaccio-htpasswd/", + ["npm:10.0.1", { + "packageLocation": "./.yarn/cache/verdaccio-htpasswd-npm-10.0.1-01cfb9bbd0-4986dee11b.zip/node_modules/verdaccio-htpasswd/", "packageDependencies": [ - ["verdaccio-htpasswd", "npm:10.0.0"], - ["@verdaccio/file-locking", "npm:10.0.0"], - ["apache-md5", "npm:1.1.2"], + ["verdaccio-htpasswd", "npm:10.0.1"], + ["@verdaccio/file-locking", "npm:10.0.1"], + ["apache-md5", "npm:1.1.7"], ["bcryptjs", "npm:2.4.3"], - ["http-errors", "npm:1.8.0"], + ["http-errors", "npm:1.8.1"], ["unix-crypt-td-js", "npm:1.1.4"] ], "linkType": "HARD", diff --git a/.yarn/cache/@verdaccio-file-locking-npm-10.0.1-3212629520-1dfd93b358.zip b/.yarn/cache/@verdaccio-file-locking-npm-10.0.1-3212629520-1dfd93b358.zip new file mode 100644 index 000000000..24f12a1b4 Binary files /dev/null and b/.yarn/cache/@verdaccio-file-locking-npm-10.0.1-3212629520-1dfd93b358.zip differ diff --git a/.yarn/cache/apache-md5-npm-1.1.2-0924392430-87a666376b.zip b/.yarn/cache/apache-md5-npm-1.1.2-0924392430-87a666376b.zip deleted file mode 100644 index 7a5f91e33..000000000 Binary files a/.yarn/cache/apache-md5-npm-1.1.2-0924392430-87a666376b.zip and /dev/null differ diff --git a/.yarn/cache/apache-md5-npm-1.1.7-249065fc1c-8a04215662.zip b/.yarn/cache/apache-md5-npm-1.1.7-249065fc1c-8a04215662.zip new file mode 100644 index 000000000..2e869247d Binary files /dev/null and b/.yarn/cache/apache-md5-npm-1.1.7-249065fc1c-8a04215662.zip differ diff --git a/.yarn/cache/verdaccio-htpasswd-npm-10.0.0-e491098f58-2e79614b12.zip b/.yarn/cache/verdaccio-htpasswd-npm-10.0.0-e491098f58-2e79614b12.zip deleted file mode 100644 index c6496eb27..000000000 Binary files a/.yarn/cache/verdaccio-htpasswd-npm-10.0.0-e491098f58-2e79614b12.zip and /dev/null differ diff --git a/.yarn/cache/verdaccio-htpasswd-npm-10.0.1-01cfb9bbd0-4986dee11b.zip b/.yarn/cache/verdaccio-htpasswd-npm-10.0.1-01cfb9bbd0-4986dee11b.zip new file mode 100644 index 000000000..c78fdfeca Binary files /dev/null and b/.yarn/cache/verdaccio-htpasswd-npm-10.0.1-01cfb9bbd0-4986dee11b.zip differ diff --git a/package.json b/package.json index e2190a7fe..0e389b4c1 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "semver": "7.3.5", "validator": "13.7.0", "verdaccio-audit": "10.0.2", - "verdaccio-htpasswd": "10.0.0" + "verdaccio-htpasswd": "10.0.1" }, "devDependencies": { "@babel/cli": "7.16.0", diff --git a/yarn.lock b/yarn.lock index 26e26013b..395641c84 100644 Binary files a/yarn.lock and b/yarn.lock differ