summaryrefslogtreecommitdiff
path: root/deps/npm/docs/output/commands/npm-dedupe.html
diff options
context:
space:
mode:
authornpm CLI robot <npm-cli+bot@github.com>2023-01-16 22:38:23 -0500
committerGitHub <noreply@github.com>2023-01-17 03:38:23 +0000
commit66b1356ebcf55e477639a52baba3067afd9ea7a0 (patch)
tree5cb2825cf03029d12670cd78872a596d0a019722 /deps/npm/docs/output/commands/npm-dedupe.html
parent17aa1958e5ee3cd879c91a882be280d75ee0587e (diff)
downloadnode-new-66b1356ebcf55e477639a52baba3067afd9ea7a0.tar.gz
deps: upgrade npm to 9.3.0
PR-URL: https://github.com/nodejs/node/pull/46193 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'deps/npm/docs/output/commands/npm-dedupe.html')
-rw-r--r--deps/npm/docs/output/commands/npm-dedupe.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/docs/output/commands/npm-dedupe.html b/deps/npm/docs/output/commands/npm-dedupe.html
index fb457d7d41..143398d8d7 100644
--- a/deps/npm/docs/output/commands/npm-dedupe.html
+++ b/deps/npm/docs/output/commands/npm-dedupe.html
@@ -225,7 +225,7 @@ de-duplicating. Sets <code>--install-strategy=nested</code>.</p>
<code>--install-strategy=shallow</code></li>
</ul>
<p>Only install direct dependencies in the top level <code>node_modules</code>, but hoist
-on deeper dependendencies. Sets <code>--install-strategy=shallow</code>.</p>
+on deeper dependencies. Sets <code>--install-strategy=shallow</code>.</p>
<h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4>
<ul>
<li>Default: false</li>
@@ -239,7 +239,7 @@ dependency relationships.</p>
be resolved using the nearest non-peer dependency specification, even if
doing so will result in some packages receiving a peer dependency outside
the range set in their package's <code>peerDependencies</code> object.</p>
-<p>When such and override is performed, a warning is printed, explaining the
+<p>When such an override is performed, a warning is printed, explaining the
conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then
this warning is treated as a failure.</p>
<h4 id="package-lock"><code>package-lock</code></h4>