Skip to content

Commit be45963

Browse files
committedNov 20, 2024
deps: sigstore@3.0.0
1 parent fb0bfbd commit be45963

File tree

176 files changed

+1065
-13181
lines changed

Some content is hidden

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

176 files changed

+1065
-13181
lines changed
 

‎DEPENDENCIES.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ graph LR;
321321
isaacs-cliui-->strip-ansi;
322322
isaacs-cliui-->wrap-ansi-cjs;
323323
isaacs-cliui-->wrap-ansi;
324+
isaacs-fs-minipass-->minipass;
324325
jackspeak-->isaacs-cliui["@isaacs/cliui"];
325326
jackspeak-->pkgjs-parseargs["@pkgjs/parseargs"];
326327
libnpmaccess-->nock;
@@ -766,6 +767,7 @@ graph LR;
766767
strip-ansi-->ansi-regex;
767768
tar-->chownr;
768769
tar-->fs-minipass;
770+
tar-->isaacs-fs-minipass["@isaacs/fs-minipass"];
769771
tar-->minipass;
770772
tar-->minizlib;
771773
tar-->mkdirp;
@@ -799,9 +801,9 @@ packages higher up the chain.
799801
- @npmcli/arborist
800802
- @npmcli/metavuln-calculator
801803
- pacote, @npmcli/config, libnpmversion
802-
- @npmcli/run-script, @npmcli/map-workspaces, libnpmhook, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile
804+
- @npmcli/map-workspaces, @npmcli/run-script, libnpmhook, libnpmorg, libnpmsearch, libnpmteam, init-package-json, npm-profile
803805
- @npmcli/package-json, npm-registry-fetch
804806
- @npmcli/git, make-fetch-happen
805-
- npm-pick-manifest, @npmcli/installed-package-contents, cacache, promzard
806-
- @npmcli/docs, npm-package-arg, npm-install-checks, npm-bundled, normalize-package-data, @npmcli/fs, unique-filename, npm-packlist, @npmcli/mock-globals, bin-links, nopt, parse-conflict-json, read-package-json-fast, read
807-
- @npmcli/eslint-config, @npmcli/template-oss, ignore-walk, semver, hosted-git-info, proc-log, validate-npm-package-name, @npmcli/promise-spawn, ini, npm-normalize-package-bin, json-parse-even-better-errors, @npmcli/node-gyp, fs-minipass, ssri, unique-slug, @npmcli/redact, @npmcli/agent, minipass-fetch, @npmcli/name-from-folder, @npmcli/query, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, proggy, minify-registry-metadata, mute-stream, npm-audit-report, npm-user-validate
807+
- @npmcli/installed-package-contents, npm-pick-manifest, cacache, promzard
808+
- @npmcli/docs, @npmcli/fs, npm-bundled, npm-install-checks, npm-package-arg, normalize-package-data, unique-filename, npm-packlist, bin-links, nopt, parse-conflict-json, read-package-json-fast, @npmcli/mock-globals, read
809+
- @npmcli/eslint-config, @npmcli/template-oss, ignore-walk, semver, npm-normalize-package-bin, @npmcli/name-from-folder, @npmcli/promise-spawn, ini, hosted-git-info, proc-log, validate-npm-package-name, json-parse-even-better-errors, fs-minipass, ssri, unique-slug, @npmcli/node-gyp, @npmcli/redact, @npmcli/agent, minipass-fetch, @npmcli/query, cmd-shim, read-cmd-shim, write-file-atomic, abbrev, proggy, minify-registry-metadata, mute-stream, npm-audit-report, npm-user-validate

‎mock-registry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
]
4747
},
4848
"devDependencies": {
49-
"@npmcli/arborist": "^7.1.0",
49+
"@npmcli/arborist": "^7.5.4",
5050
"@npmcli/eslint-config": "^5.0.1",
5151
"@npmcli/template-oss": "4.23.3",
5252
"json-stringify-safe": "^5.0.1",

0 commit comments

Comments
 (0)
Please sign in to comment.