summaryrefslogtreecommitdiff
path: root/deps/npm/lib/commands/hook.js
diff options
context:
space:
mode:
authornpm CLI robot <npm-cli+bot@github.com>2022-07-21 04:24:12 -0700
committerGitHub <noreply@github.com>2022-07-21 12:24:12 +0100
commit81fe9a3a6ee52fee77e1f410c1d5afafe07bc777 (patch)
tree5b7b53f86b947c381024ae41d91bfbd82f6ed6d1 /deps/npm/lib/commands/hook.js
parente119614a68a3627f9c05a26938cf58603cfd2f9e (diff)
downloadnode-new-81fe9a3a6ee52fee77e1f410c1d5afafe07bc777.tar.gz
deps: upgrade npm to 8.15.0
PR-URL: https://github.com/nodejs/node/pull/43917 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'deps/npm/lib/commands/hook.js')
-rw-r--r--deps/npm/lib/commands/hook.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/commands/hook.js b/deps/npm/lib/commands/hook.js
index a4619802d8..bb3a34b8d2 100644
--- a/deps/npm/lib/commands/hook.js
+++ b/deps/npm/lib/commands/hook.js
@@ -22,7 +22,7 @@ class Hook extends BaseCommand {
static ignoreImplicitWorkspace = true
async exec (args) {
- return otplease({
+ return otplease(this.npm, {
...this.npm.flatOptions,
}, (opts) => {
switch (args[0]) {