Skip to content

Commit 7af9bdb

Browse files
npm-cli-botBethGriggs
authored andcommitted
deps: upgrade npm to 8.19.4
PR-URL: #46677 Reviewed-By: Luke Karrys <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
1 parent 6a01d39 commit 7af9bdb

Some content is hidden

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

94 files changed

+101
-107
lines changed

deps/npm/docs/content/commands/npm-config.md

Lines changed: 0 additions & 1 deletion

deps/npm/docs/content/commands/npm-ls.md

Lines changed: 1 addition & 1 deletion

deps/npm/docs/content/commands/npm.md

Lines changed: 1 addition & 1 deletion

deps/npm/docs/output/commands/npm-config.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ <h4 id="long"><code>long</code></h4>
254254
<h3 id="see-also">See Also</h3>
255255
<ul>
256256
<li><a href="../configuring-npm/folders.html">npm folders</a></li>
257-
<li><a href="../commands/npm-config.html">npm config</a></li>
258257
<li><a href="../configuring-npm/package-json.html">package.json</a></li>
259258
<li><a href="../configuring-npm/npmrc.html">npmrc</a></li>
260259
<li><a href="../commands/npm.html">npm</a></li>

deps/npm/docs/output/commands/npm-ls.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h3 id="description">Description</h3>
160160
the results to only the paths to the packages named. Note that nested
161161
packages will <em>also</em> show the paths to the specified packages. For
162162
example, running <code>npm ls promzard</code> in npm's source tree will show:</p>
163-
<pre lang="bash"><code>[email protected].3 /path/to/npm
163+
<pre lang="bash"><code>[email protected].4 /path/to/npm
164164
165165
166166
</code></pre>

deps/npm/docs/output/commands/npm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2 id="table-of-contents">Table of contents</h2>
149149
<pre lang="bash"><code>npm
150150
</code></pre>
151151
<h3 id="version">Version</h3>
152-
<p>8.19.3</p>
152+
<p>8.19.4</p>
153153
<h3 id="description">Description</h3>
154154
<p>npm is the package manager for the Node JavaScript platform. It puts
155155
modules in place so that node can find them, and manages dependency

deps/npm/man/man1/npm-access.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-ACCESS" "1" "November 2022" "" ""
1+
.TH "NPM\-ACCESS" "1" "February 2023" "" ""
22
.SH "NAME"
33
\fBnpm-access\fR \- Set access level on published packages
44
.SS Synopsis

deps/npm/man/man1/npm-adduser.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-ADDUSER" "1" "November 2022" "" ""
1+
.TH "NPM\-ADDUSER" "1" "February 2023" "" ""
22
.SH "NAME"
33
\fBnpm-adduser\fR \- Add a registry user account
44
.SS Synopsis

deps/npm/man/man1/npm-audit.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-AUDIT" "1" "November 2022" "" ""
1+
.TH "NPM\-AUDIT" "1" "February 2023" "" ""
22
.SH "NAME"
33
\fBnpm-audit\fR \- Run a security audit
44
.SS Synopsis

deps/npm/man/man1/npm-bin.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-BIN" "1" "November 2022" "" ""
1+
.TH "NPM\-BIN" "1" "February 2023" "" ""
22
.SH "NAME"
33
\fBnpm-bin\fR \- Display npm bin folder
44
.SS Synopsis

0 commit comments

Comments
 (0)