From 317e71b142fcc5892f102c3a0220577e50cec55f Mon Sep 17 00:00:00 2001 From: npm team Date: Thu, 29 Jul 2021 16:11:38 +0000 Subject: deps: upgrade npm to 7.20.3 PR-URL: https://github.com/nodejs/node/pull/39579 Reviewed-By: Myles Borins Reviewed-By: Beth Griggs --- deps/npm/docs/output/commands/npm-ls.html | 2 +- deps/npm/docs/output/commands/npm.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'deps/npm/docs/output') diff --git a/deps/npm/docs/output/commands/npm-ls.html b/deps/npm/docs/output/commands/npm-ls.html index 6b62ca7266..324980536d 100644 --- a/deps/npm/docs/output/commands/npm-ls.html +++ b/deps/npm/docs/output/commands/npm-ls.html @@ -159,7 +159,7 @@ tree at all, use npm explain the results to only the paths to the packages named. Note that nested packages will also show the paths to the specified packages. For example, running npm ls promzard in npm’s source tree will show:

-
npm@7.20.2 /path/to/npm
+
npm@7.20.3 /path/to/npm
 └─┬ init-package-json@0.0.4
   └── promzard@0.1.5
 
diff --git a/deps/npm/docs/output/commands/npm.html b/deps/npm/docs/output/commands/npm.html index bfb8a6c484..672238cee0 100644 --- a/deps/npm/docs/output/commands/npm.html +++ b/deps/npm/docs/output/commands/npm.html @@ -148,7 +148,7 @@ npm command-line interface
npm <command> [args]
 

Version

-

7.20.2

+

7.20.3

Description

npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency -- cgit v1.2.1