Skip to content

Commit 4844935

Browse files
npm-cli-botjuanarbol
authored andcommittedJan 22, 2023
deps: upgrade npm to 9.1.3
PR-URL: #45693 Backport-PR-URL: #46230 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@google.com>
1 parent 8dce62c commit 4844935

File tree

848 files changed

+47132
-26227
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

848 files changed

+47132
-26227
lines changed
 

‎deps/npm/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
One of the following versions of [Node.js](https://nodejs.org/en/download/) must be installed to run **`npm`**:
1111

12-
* `12.x.x` >= `12.13.0`
13-
* `14.x.x` >= `14.15.0`
14-
* `16.0.0` or higher
12+
* `14.x.x` >= `14.17.0`
13+
* `16.x.x` >= `16.13.0`
14+
* `18.0.0` or higher
1515

1616
### Installation
1717

‎deps/npm/bin/npx-cli.js

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ for (i = 3; i < process.argv.length; i++) {
9898
}
9999

100100
if (removed.has(key)) {
101+
// eslint-disable-next-line no-console
101102
console.error(`npx: the --${key} argument has been removed.`)
102103
sawRemovedFlags = true
103104
process.argv.splice(i, 1)
@@ -122,6 +123,7 @@ for (i = 3; i < process.argv.length; i++) {
122123
}
123124

124125
if (sawRemovedFlags) {
126+
// eslint-disable-next-line no-console
125127
console.error('See `npm help exec` for more information')
126128
}
127129

0 commit comments

Comments
 (0)
Please sign in to comment.