Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b64963e

Browse files
claudiahdzcodebytere
authored andcommittedJul 16, 2020
deps: upgrade npm to 6.14.6
PR-URL: #34246 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent df592c4 commit b64963e

File tree

239 files changed

+908
-728
lines changed

Some content is hidden

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

239 files changed

+908
-728
lines changed
 

‎deps/npm/AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -695,3 +695,7 @@ Jarda Snajdr <jsnajdr@gmail.com>
695695
Naix Geng <1308363651@qq.com>
696696
Dylan Treisman <dylanzt@gmail.com>
697697
mum-never-proud <abhuz@hotmail.com>
698+
Peter Fich <peterfich@users.noreply.github.com>
699+
Maxwell Gerber <mgerber@berkeley.edu>
700+
Sean Poulter <sean.poulter@gmail.com>
701+
vanishcode <vanishcode@outlook.com>

‎deps/npm/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 6.14.6 (2020-07-07)
2+
3+
### BUG FIXES
4+
* [`a9857b8f6`](https://github.com/npm/cli/commit/a9857b8f6869451ff058789c4631fadfde5bbcbc) chore: remove auth info from logs ([@claudiahdz](https://github.com/claudiahdz))
5+
* [`b7ad77598`](https://github.com/npm/cli/commit/b7ad77598112908d60195d0fbc472b3c84275fd5) [#1416](https://github.com/npm/cli/pull/1416) fix: wrong `npm doctor` command result ([@vanishcode](https://github.com/vanishcode))
6+
7+
### DEPENDENCIES
8+
* [`94eca6377`](https://github.com/npm/cli/commit/94eca637756376b949edfb697e179a1fdcc231ee) `npm-registry-fetch@4.0.5` ([@claudiahdz](https://github.com/claudiahdz))
9+
* [`c49b6ae28`](https://github.com/npm/cli/commit/c49b6ae28791ff7184288be16654f97168aa9705) [#1418](https://github.com/npm/cli/pull/1418) `spdx-license-ids@3.0.5` ([@kemitchell](https://github.com/kemitchell))
10+
11+
### DOCUMENTATION
12+
* [`2e052984b`](https://github.com/npm/cli/commit/2e052984b08c09115ed75387fb2c961631d85d77)
13+
[#1459](https://github.com/npm/cli/pull/1459)
14+
chore(docs): fixed links to cli commands ([@claudiahdz](https://github.com/claudiahdz))
15+
* [`0ca3509ca`](https://github.com/npm/cli/commit/0ca3509ca940865392daeeabb39192f7d5af9f5e)
16+
[#1283](https://github.com/npm/cli/pull/1283) Update npm-link.md ([@peterfich](https://github.com/peterfich))
17+
* [`3dd429e9a`](https://github.com/npm/cli/commit/3dd429e9aad760ce2ff9e522b34ebfebd85b460c)
18+
[#1377](https://github.com/npm/cli/pull/1377)
19+
Add note about dropped `*` filenames ([@maxwellgerber](https://github.com/maxwellgerber))
20+
* [`9a2e2e797`](https://github.com/npm/cli/commit/9a2e2e797e5c91e7f4f261583a1906e2c440cc2f)
21+
[#1429](https://github.com/npm/cli/pull/1429) Fix typo ([@seanpoulter](https://github.com/seanpoulter))
22+
123
## 6.14.5 (2020-05-01)
224

325
### BUG FIXES

0 commit comments

Comments
 (0)
Please sign in to comment.