From 09f6c91fdca9cec7fc617e68152e2f1341dcb7b1 Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Wed, 10 Apr 2024 20:31:26 +0000 Subject: [PATCH] deps: upgrade npm to 10.5.2 --- deps/npm/docs/content/commands/npm-audit.md | 2 +- deps/npm/docs/content/commands/npm-ls.md | 2 +- deps/npm/docs/content/commands/npm.md | 2 +- deps/npm/docs/output/commands/npm-audit.html | 2 +- deps/npm/docs/output/commands/npm-ls.html | 2 +- deps/npm/docs/output/commands/npm.html | 2 +- deps/npm/lib/base-command.js | 2 +- deps/npm/lib/commands/owner.js | 3 +- deps/npm/lib/commands/ping.js | 4 +- deps/npm/lib/commands/publish.js | 7 +- deps/npm/lib/commands/unpublish.js | 7 +- deps/npm/lib/utils/error-message.js | 2 +- deps/npm/lib/utils/log-file.js | 42 +- deps/npm/lib/utils/update-notifier.js | 12 +- deps/npm/man/man1/npm-audit.1 | 2 +- deps/npm/man/man1/npm-ls.1 | 2 +- deps/npm/man/man1/npm.1 | 2 +- .../node_modules/@npmcli/agent/lib/agents.js | 5 +- .../node_modules/@npmcli/agent/package.json | 4 +- .../arborist/lib/arborist/build-ideal-tree.js | 4 +- .../@npmcli/arborist/lib/place-dep.js | 4 +- .../@npmcli/arborist/package.json | 3 +- .../config/lib/definitions/definitions.js | 4321 ++++++++--------- .../node_modules/@npmcli/config/lib/index.js | 49 +- .../@npmcli/config/lib/nerf-dart.js | 2 +- .../@npmcli/config/lib/parse-field.js | 2 +- .../@npmcli/config/lib/type-defs.js | 10 +- .../node_modules/@npmcli/config/lib/umask.js | 3 +- .../node_modules/@npmcli/config/package.json | 2 +- deps/npm/node_modules/@npmcli/git/lib/is.js | 4 +- .../npm/node_modules/@npmcli/git/package.json | 2 +- .../@npmcli/map-workspaces/lib/index.js | 143 +- .../@npmcli/map-workspaces/package.json | 8 +- .../@npmcli/package-json/lib/normalize.js | 53 +- .../@npmcli/package-json/package.json | 18 +- .../@sigstore/bundle/dist/build.js | 28 +- .../@sigstore/bundle/dist/bundle.js | 5 +- .../@sigstore/bundle/dist/index.js | 3 +- .../@sigstore/bundle/dist/validate.js | 3 +- .../@sigstore/bundle/package.json | 4 +- .../@sigstore/core/dist/crypto.js | 4 +- .../node_modules/@sigstore/core/package.json | 2 +- .../dist/__generated__/sigstore_trustroot.js | 54 +- .../@sigstore/protobuf-specs/package.json | 6 +- .../@sigstore/sign/dist/bundler/bundle.js | 3 +- .../@sigstore/sign/dist/bundler/dsse.js | 3 +- .../node_modules/@sigstore/sign/package.json | 8 +- .../@sigstore/verify/dist/tlog/intoto.js | 3 +- .../@sigstore/verify/dist/trust/index.js | 11 +- .../@sigstore/verify/package.json | 8 +- deps/npm/node_modules/builtins/index.js | 6 +- deps/npm/node_modules/builtins/package.json | 9 +- deps/npm/node_modules/cidr-regex/package.json | 15 +- deps/npm/node_modules/hasown/package.json | 7 +- deps/npm/node_modules/hasown/tsconfig.json | 49 +- deps/npm/node_modules/is-cidr/LICENSE | 22 - deps/npm/node_modules/is-cidr/package.json | 17 +- deps/npm/node_modules/libnpmdiff/package.json | 2 +- deps/npm/node_modules/libnpmexec/package.json | 2 +- deps/npm/node_modules/libnpmfund/package.json | 2 +- deps/npm/node_modules/libnpmpack/package.json | 2 +- .../postcss-selector-parser/package.json | 5 +- deps/npm/node_modules/sigstore/package.json | 12 +- .../node_modules/socks-proxy-agent/LICENSE | 22 + .../socks-proxy-agent/dist/index.js | 4 + .../socks-proxy-agent/package.json | 4 +- .../socks/build/common/helpers.js | 6 +- deps/npm/node_modules/socks/package.json | 7 +- .../spdx-expression-parse/AUTHORS | 4 + .../spdx-expression-parse/LICENSE | 22 + .../spdx-expression-parse/index.js | 8 + .../spdx-expression-parse/package.json | 39 + .../spdx-expression-parse/parse.js | 138 + .../spdx-expression-parse/scan.js | 131 + .../spdx-expression-parse/package.json | 2 +- .../spdx-expression-parse/scan.js | 4 +- .../spdx-expression-parse/AUTHORS | 4 + .../spdx-expression-parse/LICENSE | 22 + .../spdx-expression-parse/index.js | 8 + .../spdx-expression-parse/package.json | 39 + .../spdx-expression-parse/parse.js | 138 + .../spdx-expression-parse/scan.js | 131 + deps/npm/package.json | 12 +- .../test/lib/commands/config.js.test.cjs | 10 +- .../test/lib/commands/publish.js.test.cjs | 4 + .../tap-snapshots/test/lib/docs.js.test.cjs | 20 +- deps/npm/test/lib/commands/publish.js | 52 + deps/npm/test/lib/commands/unpublish.js | 30 + deps/npm/test/lib/utils/log-file.js | 52 +- 89 files changed, 3333 insertions(+), 2609 deletions(-) delete mode 100644 deps/npm/node_modules/is-cidr/LICENSE create mode 100644 deps/npm/node_modules/socks-proxy-agent/LICENSE create mode 100644 deps/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/AUTHORS create mode 100644 deps/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/LICENSE create mode 100644 deps/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/index.js create mode 100644 deps/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/package.json create mode 100644 deps/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/parse.js create mode 100644 deps/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/scan.js create mode 100644 deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/AUTHORS create mode 100644 deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/LICENSE create mode 100644 deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/index.js create mode 100644 deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/package.json create mode 100644 deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/parse.js create mode 100644 deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/scan.js diff --git a/deps/npm/docs/content/commands/npm-audit.md b/deps/npm/docs/content/commands/npm-audit.md index 7ab0c182d2db96..a7e0db7474315a 100644 --- a/deps/npm/docs/content/commands/npm-audit.md +++ b/deps/npm/docs/content/commands/npm-audit.md @@ -90,7 +90,7 @@ The `sig` is generated using the following template: `${package.name}@${package. Keys response: -- `expires`: null or a simplified extended [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601"): `YYYY-MM-DDTHH:mm:ss.sssZ` +- `expires`: null or a simplified extended [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601): `YYYY-MM-DDTHH:mm:ss.sssZ` - `keydid`: sha256 fingerprint of the public key - `keytype`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI - `scheme`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI diff --git a/deps/npm/docs/content/commands/npm-ls.md b/deps/npm/docs/content/commands/npm-ls.md index 0c6bfe1bf8ac26..9c761e13fa34f0 100644 --- a/deps/npm/docs/content/commands/npm-ls.md +++ b/deps/npm/docs/content/commands/npm-ls.md @@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For example, running `npm ls promzard` in npm's source tree will show: ```bash -npm@10.5.1 /path/to/npm +npm@10.5.2 /path/to/npm └─┬ init-package-json@0.0.4 └── promzard@0.1.5 ``` diff --git a/deps/npm/docs/content/commands/npm.md b/deps/npm/docs/content/commands/npm.md index d69d753e245b27..0e44e3e35e73f6 100644 --- a/deps/npm/docs/content/commands/npm.md +++ b/deps/npm/docs/content/commands/npm.md @@ -14,7 +14,7 @@ Note: This command is unaware of workspaces. ### Version -10.5.1 +10.5.2 ### Description diff --git a/deps/npm/docs/output/commands/npm-audit.html b/deps/npm/docs/output/commands/npm-audit.html index ab20ea72c65208..5e8e9d66bb2e59 100644 --- a/deps/npm/docs/output/commands/npm-audit.html +++ b/deps/npm/docs/output/commands/npm-audit.html @@ -209,7 +209,7 @@

Audit Signatures

Keys response: