deps: upgrade npm to 8.16.0

PR-URL: https://github.com/nodejs/node/pull/44119
Reviewed-By: Ruy Adorno <ruyadorno@google.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
This commit is contained in:
npm CLI robot 2022-08-04 21:23:58 -07:00 committed by GitHub
parent 02aa8c22c2
commit 96601cc759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
191 changed files with 9600 additions and 2131 deletions

View file

@ -14,6 +14,7 @@ const runScriptPkg = async options => {
event,
path,
scriptShell,
binPaths = false,
env = {},
stdio = 'pipe',
pkg,
@ -58,6 +59,7 @@ const runScriptPkg = async options => {
event,
path,
scriptShell,
binPaths,
env: packageEnvs(env, pkg),
stdio,
cmd,