From 3faa7a3cde349370cb2df64b5cc2377c1cddc9e8 Mon Sep 17 00:00:00 2001 From: Darcy Clarke Date: Thu, 7 Jan 2021 21:42:14 -0500 Subject: [PATCH] deps: upgrade npm to 6.14.11 PR-URL: https://github.com/nodejs/node/pull/36838 Reviewed-By: Myles Borins Reviewed-By: Ruy Adorno Reviewed-By: Richard Lau Reviewed-By: Beth Griggs --- deps/npm/AUTHORS | 2 + .../public/cli-commands/npm-access/index.html | 2 +- .../cli-commands/npm-adduser/index.html | 2 +- .../public/cli-commands/npm-audit/index.html | 2 +- .../public/cli-commands/npm-bin/index.html | 2 +- .../public/cli-commands/npm-bugs/index.html | 2 +- .../public/cli-commands/npm-build/index.html | 2 +- .../public/cli-commands/npm-bundle/index.html | 2 +- .../public/cli-commands/npm-cache/index.html | 2 +- .../public/cli-commands/npm-ci/index.html | 2 +- .../cli-commands/npm-completion/index.html | 2 +- .../public/cli-commands/npm-config/index.html | 2 +- .../public/cli-commands/npm-dedupe/index.html | 2 +- .../cli-commands/npm-deprecate/index.html | 2 +- .../cli-commands/npm-dist-tag/index.html | 2 +- .../public/cli-commands/npm-docs/index.html | 2 +- .../public/cli-commands/npm-doctor/index.html | 2 +- .../public/cli-commands/npm-edit/index.html | 2 +- .../cli-commands/npm-explore/index.html | 2 +- .../public/cli-commands/npm-fund/index.html | 2 +- .../cli-commands/npm-help-search/index.html | 2 +- .../public/cli-commands/npm-help/index.html | 2 +- .../public/cli-commands/npm-hook/index.html | 2 +- .../public/cli-commands/npm-init/index.html | 2 +- .../npm-install-ci-test/index.html | 2 +- .../cli-commands/npm-install-test/index.html | 2 +- .../cli-commands/npm-install/index.html | 2 +- .../public/cli-commands/npm-link/index.html | 2 +- .../public/cli-commands/npm-logout/index.html | 2 +- .../public/cli-commands/npm-ls/index.html | 2 +- .../public/cli-commands/npm-org/index.html | 2 +- .../cli-commands/npm-outdated/index.html | 2 +- .../public/cli-commands/npm-owner/index.html | 2 +- .../public/cli-commands/npm-pack/index.html | 2 +- .../public/cli-commands/npm-ping/index.html | 2 +- .../public/cli-commands/npm-prefix/index.html | 2 +- .../cli-commands/npm-profile/index.html | 2 +- .../public/cli-commands/npm-prune/index.html | 2 +- .../cli-commands/npm-publish/index.html | 2 +- .../cli-commands/npm-rebuild/index.html | 2 +- .../public/cli-commands/npm-repo/index.html | 2 +- .../cli-commands/npm-restart/index.html | 2 +- .../public/cli-commands/npm-root/index.html | 2 +- .../cli-commands/npm-run-script/index.html | 2 +- .../public/cli-commands/npm-search/index.html | 2 +- .../cli-commands/npm-shrinkwrap/index.html | 2 +- .../public/cli-commands/npm-star/index.html | 2 +- .../public/cli-commands/npm-stars/index.html | 2 +- .../public/cli-commands/npm-start/index.html | 2 +- .../public/cli-commands/npm-stop/index.html | 2 +- .../public/cli-commands/npm-team/index.html | 2 +- .../public/cli-commands/npm-test/index.html | 2 +- .../public/cli-commands/npm-token/index.html | 2 +- .../cli-commands/npm-uninstall/index.html | 2 +- .../cli-commands/npm-unpublish/index.html | 2 +- .../public/cli-commands/npm-update/index.html | 2 +- .../cli-commands/npm-version/index.html | 2 +- .../public/cli-commands/npm-view/index.html | 2 +- .../public/cli-commands/npm-whoami/index.html | 2 +- .../docs/public/cli-commands/npm/index.html | 2 +- .../public/configuring-npm/folders/index.html | 2 +- .../public/configuring-npm/install/index.html | 2 +- .../public/configuring-npm/npmrc/index.html | 2 +- .../configuring-npm/package-json/index.html | 2 +- .../package-lock-json/index.html | 2 +- .../configuring-npm/package-locks/index.html | 2 +- .../shrinkwrap-json/index.html | 2 +- .../docs/public/using-npm/config/index.html | 2 +- .../public/using-npm/developers/index.html | 2 +- .../docs/public/using-npm/disputes/index.html | 2 +- .../npm/docs/public/using-npm/orgs/index.html | 2 +- .../docs/public/using-npm/registry/index.html | 2 +- .../docs/public/using-npm/removal/index.html | 2 +- .../docs/public/using-npm/scope/index.html | 2 +- .../docs/public/using-npm/scripts/index.html | 2 +- .../docs/public/using-npm/semver/index.html | 2 +- deps/npm/docs/src/components/FoundTypo.js | 4 +- deps/npm/man/man1/npm-README.1 | 2 +- deps/npm/man/man1/npm-access.1 | 2 +- deps/npm/man/man1/npm-adduser.1 | 2 +- deps/npm/man/man1/npm-audit.1 | 2 +- deps/npm/man/man1/npm-bin.1 | 2 +- deps/npm/man/man1/npm-bugs.1 | 2 +- deps/npm/man/man1/npm-build.1 | 2 +- deps/npm/man/man1/npm-bundle.1 | 2 +- deps/npm/man/man1/npm-cache.1 | 2 +- deps/npm/man/man1/npm-ci.1 | 2 +- deps/npm/man/man1/npm-completion.1 | 2 +- deps/npm/man/man1/npm-config.1 | 2 +- deps/npm/man/man1/npm-dedupe.1 | 2 +- deps/npm/man/man1/npm-deprecate.1 | 2 +- deps/npm/man/man1/npm-dist-tag.1 | 2 +- deps/npm/man/man1/npm-docs.1 | 2 +- deps/npm/man/man1/npm-doctor.1 | 2 +- deps/npm/man/man1/npm-edit.1 | 2 +- deps/npm/man/man1/npm-explore.1 | 2 +- deps/npm/man/man1/npm-fund.1 | 2 +- deps/npm/man/man1/npm-help-search.1 | 2 +- deps/npm/man/man1/npm-help.1 | 2 +- deps/npm/man/man1/npm-hook.1 | 2 +- deps/npm/man/man1/npm-init.1 | 2 +- deps/npm/man/man1/npm-install-ci-test.1 | 2 +- deps/npm/man/man1/npm-install-test.1 | 2 +- deps/npm/man/man1/npm-install.1 | 2 +- deps/npm/man/man1/npm-link.1 | 2 +- deps/npm/man/man1/npm-logout.1 | 2 +- deps/npm/man/man1/npm-ls.1 | 2 +- deps/npm/man/man1/npm-org.1 | 2 +- deps/npm/man/man1/npm-outdated.1 | 2 +- deps/npm/man/man1/npm-owner.1 | 2 +- deps/npm/man/man1/npm-pack.1 | 2 +- deps/npm/man/man1/npm-ping.1 | 2 +- deps/npm/man/man1/npm-prefix.1 | 2 +- deps/npm/man/man1/npm-profile.1 | 2 +- deps/npm/man/man1/npm-prune.1 | 2 +- deps/npm/man/man1/npm-publish.1 | 2 +- deps/npm/man/man1/npm-rebuild.1 | 2 +- deps/npm/man/man1/npm-repo.1 | 2 +- deps/npm/man/man1/npm-restart.1 | 2 +- deps/npm/man/man1/npm-root.1 | 2 +- deps/npm/man/man1/npm-run-script.1 | 2 +- deps/npm/man/man1/npm-search.1 | 2 +- deps/npm/man/man1/npm-shrinkwrap.1 | 2 +- deps/npm/man/man1/npm-star.1 | 2 +- deps/npm/man/man1/npm-stars.1 | 2 +- deps/npm/man/man1/npm-start.1 | 2 +- deps/npm/man/man1/npm-stop.1 | 2 +- deps/npm/man/man1/npm-team.1 | 2 +- deps/npm/man/man1/npm-test.1 | 2 +- deps/npm/man/man1/npm-token.1 | 2 +- deps/npm/man/man1/npm-uninstall.1 | 2 +- deps/npm/man/man1/npm-unpublish.1 | 2 +- deps/npm/man/man1/npm-update.1 | 2 +- deps/npm/man/man1/npm-version.1 | 2 +- deps/npm/man/man1/npm-view.1 | 2 +- deps/npm/man/man1/npm-whoami.1 | 2 +- deps/npm/man/man1/npm.1 | 2 +- deps/npm/man/man5/folders.5 | 2 +- deps/npm/man/man5/install.5 | 2 +- deps/npm/man/man5/npmrc.5 | 2 +- deps/npm/man/man5/package-json.5 | 2 +- deps/npm/man/man5/package-lock-json.5 | 2 +- deps/npm/man/man5/package-locks.5 | 2 +- deps/npm/man/man5/shrinkwrap-json.5 | 2 +- deps/npm/man/man7/config.7 | 2 +- deps/npm/man/man7/developers.7 | 2 +- deps/npm/man/man7/disputes.7 | 2 +- deps/npm/man/man7/orgs.7 | 2 +- deps/npm/man/man7/registry.7 | 2 +- deps/npm/man/man7/removal.7 | 2 +- deps/npm/man/man7/scope.7 | 2 +- deps/npm/man/man7/scripts.7 | 2 +- deps/npm/man/man7/semver.7 | 2 +- deps/npm/node_modules/ini/ini.js | 86 +++++++++++-------- deps/npm/node_modules/ini/package.json | 53 ++++++------ deps/npm/package.json | 3 +- deps/npm/test/tap/legacy-platform-all.js | 3 + 157 files changed, 237 insertions(+), 216 deletions(-) diff --git a/deps/npm/AUTHORS b/deps/npm/AUTHORS index ad3066625fc9cc..6e8890bc3c0e31 100644 --- a/deps/npm/AUTHORS +++ b/deps/npm/AUTHORS @@ -708,3 +708,5 @@ Sandra TatareviΔ‡ovΓ‘ Antoine du Hamel Assaf Sapir Lukas Spieß +Jim Fisher +Xavier Guimard diff --git a/deps/npm/docs/public/cli-commands/npm-access/index.html b/deps/npm/docs/public/cli-commands/npm-access/index.html index 7d824700f4ed87..deb456d9eabb90 100644 --- a/deps/npm/docs/public/cli-commands/npm-access/index.html +++ b/deps/npm/docs/public/cli-commands/npm-access/index.html @@ -141,7 +141,7 @@

npm publish
  • npm config
  • npm registry
  • -

    πŸ‘€ Found a typo? Let us know!

    The current stable version of npm is here. To upgrade, run: npm install npm@latest -g

    To report bugs or submit feature requests for the docs, please post here. Submit npm issues here.