Skip to content

Commit fe3c96b

Browse files
authored
deps: upgrade npm to 9.6.4
PR-URL: #47432 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 7ece9f3 commit fe3c96b

File tree

108 files changed

+354
-343
lines changed

Some content is hidden

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

108 files changed

+354
-343
lines changed

deps/npm/README.md

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion

deps/npm/docs/content/configuring-npm/install.md

Lines changed: 1 addition & 1 deletion

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><code class="language-bash">[email protected].3 /path/to/npm
163+
<pre><code class="language-bash">[email protected].4 /path/to/npm
164164
165165
166166
</code></pre>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h3 id="description">Description</h3>
181181
out the files to be included and packs them into a tarball to be uploaded
182182
to the registry.</p>
183183
<h3 id="files-included-in-package">Files included in package</h3>
184-
<p>To see what will be included in your package, run <code>npx npm-packlist</code>. All
184+
<p>To see what will be included in your package, run <code>npm pack --dry-run</code>. All
185185
files are included by default, with the following exceptions:</p>
186186
<ul>
187187
<li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2 id="table-of-contents">Table of contents</h2>
150150
</code></pre>
151151
<p>Note: This command is unaware of workspaces.</p>
152152
<h3 id="version">Version</h3>
153-
<p>9.6.3</p>
153+
<p>9.6.4</p>
154154
<h3 id="description">Description</h3>
155155
<p>npm is the package manager for the Node JavaScript platform. It puts
156156
modules in place so that node can find them, and manages dependency

deps/npm/docs/output/configuring-npm/install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3 id="using-a-node-version-manager-to-install-nodejs-and-npm">Using a Node ver
173173
versions of Node.js and npm on your system so you can test your
174174
applications on multiple versions of npm to ensure they work for users on
175175
different versions. You can
176-
<a href="https://github.com/search?q=node%20version%20manager&amp;type=repositories">search for them on GitHub</a>.</p>
176+
<a href="https://github.com/search?q=node+version+manager+archived%3Afalse&amp;type=repositories&amp;ref=advsearch">search for them on GitHub</a>.</p>
177177
<h3 id="using-a-node-installer-to-install-nodejs-and-npm">Using a Node installer to install Node.js and npm</h3>
178178
<p>If you are unable to use a Node version manager, you can use a Node
179179
installer to install both Node.js and npm on your system.</p>

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" "March 2023" "" ""
1+
.TH "NPM-ACCESS" "1" "April 2023" "" ""
22
.SH "NAME"
33
\fBnpm-access\fR - Set access level on published packages
44
.SS "Synopsis"

0 commit comments

Comments
 (0)