Skip to content

Commit cc6b695

Browse files
darcyclarkerichardlau
authored andcommittedJan 14, 2021
deps: upgrade npm to 6.14.11
PR-URL: #36838 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
1 parent b8426ae commit cc6b695

File tree

157 files changed

+237
-216
lines changed

Some content is hidden

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

157 files changed

+237
-216
lines changed
 

‎deps/npm/AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -708,3 +708,5 @@ Sandra Tatarevićová <sandra@tatarevicova.cz>
708708
Antoine du Hamel <duhamelantoine1995@gmail.com>
709709
Assaf Sapir <assapir@github.com>
710710
Lukas Spieß <lumaxis@github.com>
711+
Jim Fisher <jameshfisher@gmail.com>
712+
Xavier Guimard <yadd@debian.org>

‎deps/npm/docs/public/cli-commands/npm-access/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h3 id="see-also" style="position:relative;"><a href="#see-also" aria-label="see
141141
<li><a href="../../cli-commands/npm-publish">npm publish</a></li>
142142
<li><a href="../../cli-commands/npm-config">npm config</a></li>
143143
<li><a href="../../using-npm/registry">npm registry</a></li>
144-
</ul></div><div class="FoundTypo__Container-sc-1e373sc-0 fMOzaj"><p><span role="img" aria-label="eyes-emoji">👀</span> Found a typo? <a href="https://github.com/npm/cli/">Let us know!</a></p><p>The current stable version of npm is <a href="https://github.com/npm/cli/">here</a>. To upgrade, run: <code class="language-text">npm install npm@latest -g</code></p><p>To report bugs or submit feature requests for the docs, please post <a href="https://npm.community/c/support/docs-needed">here</a>. Submit npm issues <a href="https://npm.community/c/bugs">here.</a></p></div><script>
144+
</ul></div><div class="FoundTypo__Container-sc-1e373sc-0 fMOzaj"><p><span role="img" aria-label="eyes-emoji">👀</span> Found a typo? <a href="https://github.com/npm/cli/">Let us know!</a></p><p>The current stable version of npm is <a href="https://github.com/npm/cli/">here</a>. To upgrade, run: <code class="language-text">npm install npm@latest -g</code></p><p>To report bugs or submit feature requests for the docs, please post <a href="https://github.com/npm/cli/issues">here</a>. Submit npm issues <a href="https://github.com/npm/cli/issues">here.</a></p></div><script>
145145
var anchors = document.querySelectorAll(".sidebar a, .documentation a")
146146
Array.prototype.slice.call(anchors).map(function(el) {
147147
if (el.href.match(/file:\/\//)) {

0 commit comments

Comments
 (0)