Index | Thread | Search

From:
Volker Schlecht <openbsd-ports@schlecht.dev>
Subject:
[Maintainer Update] lang/node v20.15.0
To:
ports@openbsd.org
Date:
Thu, 20 Jun 2024 23:26:13 +0200

Download raw body.

Thread
I've been sitting on node v20.14.0 just long enough for the v20.15.0 release
to happen :-)

Built and tested on arm64 and amd64, and the diff doesn't look like it'd cause
trouble on any other platform.
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/node/Makefile,v
diff -u -p -r1.135 Makefile
--- Makefile	28 May 2024 19:52:27 -0000	1.135
+++ Makefile	20 Jun 2024 19:47:09 -0000
@@ -5,8 +5,7 @@ USE_WXNEEDED =		Yes
 
 COMMENT = JavaScript runtime built on Chrome's V8 JavaScript engine
 
-NODE_VERSION =		v20.13.1
-REVISION =		0
+NODE_VERSION =		v20.15.0
 PLEDGE_VER =		1.1.3
 DISTFILES =		${DISTNAME}-headers.tar.gz \
 			${DISTNAME}.tar.xz
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/node/distinfo,v
diff -u -p -r1.76 distinfo
--- distinfo	18 May 2024 12:10:12 -0000	1.76
+++ distinfo	20 Jun 2024 19:47:09 -0000
@@ -1,6 +1,6 @@
 SHA256 (node-pledge-1.1.3.tar.gz) = fEaXvLg6hYEJ69K+mgQFizf8DiJY2/DtyFJB/pEanVU=
-SHA256 (node-v20.13.1-headers.tar.gz) = +BYHlm1REnbuwpEjGiMp4rYm1e1z6MtaE2FqajIPYLI=
-SHA256 (node-v20.13.1.tar.xz) = eReGoJAjJBy35PfWXskKqSS7ORQf97ttWh3t9970tOc=
+SHA256 (node-v20.15.0-headers.tar.gz) = DO3j602M+4hVcFM62vhg1TWGA2ocqqeXCTshcjIG/vY=
+SHA256 (node-v20.15.0.tar.xz) = D0p6BRw12V65BejLKqQ8XUArExIDkI/mM+s8+gUO+Qc=
 SIZE (node-pledge-1.1.3.tar.gz) = 3167
-SIZE (node-v20.13.1-headers.tar.gz) = 8760725
-SIZE (node-v20.13.1.tar.xz) = 41770976
+SIZE (node-v20.15.0-headers.tar.gz) = 8773750
+SIZE (node-v20.15.0.tar.xz) = 41868532
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/lang/node/patches/patch-Makefile,v
diff -u -p -r1.20 patch-Makefile
--- patches/patch-Makefile	18 May 2024 12:10:22 -0000	1.20
+++ patches/patch-Makefile	20 Jun 2024 19:47:09 -0000
@@ -1,7 +1,7 @@
 Index: Makefile
 --- Makefile.orig
 +++ Makefile
-@@ -186,7 +186,7 @@ config.gypi: configure configure.py src/node_version.h
+@@ -189,7 +189,7 @@ config.gypi: configure configure.py src/node_version.h
  	fi
  
  .PHONY: install
@@ -10,7 +10,7 @@ Index: Makefile
  	$(PYTHON) tools/install.py $@ --dest-dir '$(DESTDIR)' --prefix '$(PREFIX)'
  
  .PHONY: uninstall
-@@ -433,6 +433,12 @@ test/addons/.buildstamp: $(ADDONS_PREREQS) \
+@@ -436,6 +436,12 @@ test/addons/.buildstamp: $(ADDONS_PREREQS) \
  # Just goes to show that recursive make really is harmful...
  # TODO(bnoordhuis) Force rebuild after gyp update.
  build-addons: | $(NODE_EXE) test/addons/.buildstamp
Index: patches/patch-configure_py
===================================================================
RCS file: /cvs/ports/lang/node/patches/patch-configure_py,v
diff -u -p -r1.5 patch-configure_py
--- patches/patch-configure_py	18 May 2024 12:10:22 -0000	1.5
+++ patches/patch-configure_py	20 Jun 2024 19:47:09 -0000
@@ -1,7 +1,7 @@
 Index: configure.py
 --- configure.py.orig
 +++ configure.py
-@@ -1540,6 +1540,10 @@ def configure_v8(o):
+@@ -1598,6 +1598,10 @@ def configure_v8(o):
      raise Exception(
          'Only one of the --v8-enable-object-print or --v8-disable-object-print options '
          'can be specified at a time.')
Index: patches/patch-node_gyp
===================================================================
RCS file: /cvs/ports/lang/node/patches/patch-node_gyp,v
diff -u -p -r1.22 patch-node_gyp
--- patches/patch-node_gyp	18 May 2024 12:10:22 -0000	1.22
+++ patches/patch-node_gyp	20 Jun 2024 19:47:09 -0000
@@ -13,7 +13,7 @@ Index: node.gyp
          'deps/histogram/histogram.gyp:histogram',
          'deps/uvwasi/uvwasi.gyp:uvwasi',
          'deps/simdutf/simdutf.gyp:simdutf',
-@@ -1056,8 +1056,8 @@
+@@ -1144,8 +1144,8 @@
        'dependencies': [
          '<(node_lib_target_name)',
          'deps/base64/base64.gyp:base64',
@@ -24,7 +24,7 @@ Index: node.gyp
          'deps/histogram/histogram.gyp:histogram',
          'deps/uvwasi/uvwasi.gyp:uvwasi',
          'deps/simdutf/simdutf.gyp:simdutf',
-@@ -1105,6 +1105,10 @@
+@@ -1193,6 +1193,10 @@
          }],
          ['OS=="solaris"', {
            'ldflags': [ '-I<(SHARED_INTERMEDIATE_DIR)' ]
Index: patches/patch-tools_test_py
===================================================================
RCS file: /cvs/ports/lang/node/patches/patch-tools_test_py,v
diff -u -p -r1.14 patch-tools_test_py
--- patches/patch-tools_test_py	18 May 2024 12:10:22 -0000	1.14
+++ patches/patch-tools_test_py	20 Jun 2024 19:47:09 -0000
@@ -1,7 +1,7 @@
 Index: tools/test.py
 --- tools/test.py.orig
 +++ tools/test.py
-@@ -944,9 +944,9 @@ class Context(object):
+@@ -962,9 +962,9 @@ class Context(object):
      if self.vm is not None:
        return self.vm
      if arch == 'none':
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/node/pkg/PLIST,v
diff -u -p -r1.62 PLIST
--- pkg/PLIST	28 May 2024 19:52:30 -0000	1.62
+++ pkg/PLIST	20 Jun 2024 19:47:10 -0000
@@ -112,32 +112,6 @@ include/node/v8-weak-callback-info.h
 include/node/v8.h
 include/node/v8config.h
 lib/node_modules/
-lib/node_modules/@colors/
-lib/node_modules/@colors/colors/
-lib/node_modules/@colors/colors/LICENSE
-lib/node_modules/@colors/colors/examples/
-lib/node_modules/@colors/colors/examples/normal-usage.js
-lib/node_modules/@colors/colors/examples/safe-string.js
-lib/node_modules/@colors/colors/lib/
-lib/node_modules/@colors/colors/lib/colors.js
-lib/node_modules/@colors/colors/lib/custom/
-lib/node_modules/@colors/colors/lib/custom/trap.js
-lib/node_modules/@colors/colors/lib/custom/zalgo.js
-lib/node_modules/@colors/colors/lib/extendStringPrototype.js
-lib/node_modules/@colors/colors/lib/index.js
-lib/node_modules/@colors/colors/lib/maps/
-lib/node_modules/@colors/colors/lib/maps/america.js
-lib/node_modules/@colors/colors/lib/maps/rainbow.js
-lib/node_modules/@colors/colors/lib/maps/random.js
-lib/node_modules/@colors/colors/lib/maps/zebra.js
-lib/node_modules/@colors/colors/lib/styles.js
-lib/node_modules/@colors/colors/lib/system/
-lib/node_modules/@colors/colors/lib/system/has-flag.js
-lib/node_modules/@colors/colors/lib/system/supports-colors.js
-lib/node_modules/@colors/colors/package.json
-lib/node_modules/@colors/colors/safe.js
-lib/node_modules/@colors/colors/themes/
-lib/node_modules/@colors/colors/themes/generic-logging.js
 lib/node_modules/@isaacs/
 lib/node_modules/@isaacs/cliui/
 lib/node_modules/@isaacs/cliui/LICENSE.txt
@@ -269,16 +243,6 @@ lib/node_modules/@npmcli/config/lib/type
 lib/node_modules/@npmcli/config/lib/type-description.js
 lib/node_modules/@npmcli/config/lib/umask.js
 lib/node_modules/@npmcli/config/package.json
-lib/node_modules/@npmcli/disparity-colors/
-lib/node_modules/@npmcli/disparity-colors/LICENSE
-lib/node_modules/@npmcli/disparity-colors/lib/
-lib/node_modules/@npmcli/disparity-colors/lib/index.js
-lib/node_modules/@npmcli/disparity-colors/node_modules/
-lib/node_modules/@npmcli/disparity-colors/node_modules/ansi-styles/
-lib/node_modules/@npmcli/disparity-colors/node_modules/ansi-styles/index.js
-lib/node_modules/@npmcli/disparity-colors/node_modules/ansi-styles/license
-lib/node_modules/@npmcli/disparity-colors/node_modules/ansi-styles/package.json
-lib/node_modules/@npmcli/disparity-colors/package.json
 lib/node_modules/@npmcli/fs/
 lib/node_modules/@npmcli/fs/LICENSE.md
 lib/node_modules/@npmcli/fs/lib/
@@ -315,6 +279,8 @@ lib/node_modules/@npmcli/git/package.jso
 lib/node_modules/@npmcli/installed-package-contents/
 lib/node_modules/@npmcli/installed-package-contents/LICENSE
 lib/node_modules/@npmcli/installed-package-contents/README.md
+lib/node_modules/@npmcli/installed-package-contents/bin/
+lib/node_modules/@npmcli/installed-package-contents/bin/index.js
 lib/node_modules/@npmcli/installed-package-contents/lib/
 lib/node_modules/@npmcli/installed-package-contents/lib/index.js
 lib/node_modules/@npmcli/installed-package-contents/package.json
@@ -363,7 +329,11 @@ lib/node_modules/@npmcli/query/package.j
 lib/node_modules/@npmcli/redact/
 lib/node_modules/@npmcli/redact/LICENSE
 lib/node_modules/@npmcli/redact/lib/
+lib/node_modules/@npmcli/redact/lib/deep-map.js
 lib/node_modules/@npmcli/redact/lib/index.js
+lib/node_modules/@npmcli/redact/lib/matchers.js
+lib/node_modules/@npmcli/redact/lib/server.js
+lib/node_modules/@npmcli/redact/lib/utils.js
 lib/node_modules/@npmcli/redact/package.json
 lib/node_modules/@npmcli/run-script/
 lib/node_modules/@npmcli/run-script/LICENSE
@@ -608,15 +578,6 @@ lib/node_modules/archy/examples/beep.js
 lib/node_modules/archy/examples/multi_line.js
 lib/node_modules/archy/index.js
 lib/node_modules/archy/package.json
-lib/node_modules/are-we-there-yet/
-lib/node_modules/are-we-there-yet/LICENSE.md
-lib/node_modules/are-we-there-yet/lib/
-lib/node_modules/are-we-there-yet/lib/index.js
-lib/node_modules/are-we-there-yet/lib/tracker-base.js
-lib/node_modules/are-we-there-yet/lib/tracker-group.js
-lib/node_modules/are-we-there-yet/lib/tracker-stream.js
-lib/node_modules/are-we-there-yet/lib/tracker.js
-lib/node_modules/are-we-there-yet/package.json
 lib/node_modules/balanced-match/
 lib/node_modules/balanced-match/LICENSE.md
 lib/node_modules/balanced-match/index.js
@@ -708,21 +669,6 @@ lib/node_modules/cli-columns/index.js
 lib/node_modules/cli-columns/license
 lib/node_modules/cli-columns/package.json
 lib/node_modules/cli-columns/test.js
-lib/node_modules/cli-table3/
-lib/node_modules/cli-table3/LICENSE
-lib/node_modules/cli-table3/index.js
-lib/node_modules/cli-table3/package.json
-lib/node_modules/cli-table3/src/
-lib/node_modules/cli-table3/src/cell.js
-lib/node_modules/cli-table3/src/debug.js
-lib/node_modules/cli-table3/src/layout-manager.js
-lib/node_modules/cli-table3/src/table.js
-lib/node_modules/cli-table3/src/utils.js
-lib/node_modules/clone/
-lib/node_modules/clone/LICENSE
-lib/node_modules/clone/clone.iml
-lib/node_modules/clone/clone.js
-lib/node_modules/clone/package.json
 lib/node_modules/cmd-shim/
 lib/node_modules/cmd-shim/LICENSE
 lib/node_modules/cmd-shim/lib/
@@ -739,29 +685,10 @@ lib/node_modules/color-name/
 lib/node_modules/color-name/LICENSE
 lib/node_modules/color-name/index.js
 lib/node_modules/color-name/package.json
-lib/node_modules/color-support/
-lib/node_modules/color-support/LICENSE
-lib/node_modules/color-support/README.md
-lib/node_modules/color-support/bin.js
-lib/node_modules/color-support/browser.js
-lib/node_modules/color-support/index.js
-lib/node_modules/color-support/package.json
-lib/node_modules/columnify/
-lib/node_modules/columnify/LICENSE
-lib/node_modules/columnify/Makefile
-lib/node_modules/columnify/columnify.js
-lib/node_modules/columnify/index.js
-lib/node_modules/columnify/package.json
-lib/node_modules/columnify/utils.js
-lib/node_modules/columnify/width.js
 lib/node_modules/common-ancestor-path/
 lib/node_modules/common-ancestor-path/LICENSE
 lib/node_modules/common-ancestor-path/index.js
 lib/node_modules/common-ancestor-path/package.json
-lib/node_modules/console-control-strings/
-lib/node_modules/console-control-strings/LICENSE
-lib/node_modules/console-control-strings/index.js
-lib/node_modules/console-control-strings/package.json
 lib/node_modules/corepack/
 lib/node_modules/corepack/CHANGELOG.md
 lib/node_modules/corepack/LICENSE.md
@@ -862,11 +789,6 @@ lib/node_modules/debug/src/browser.js
 lib/node_modules/debug/src/common.js
 lib/node_modules/debug/src/index.js
 lib/node_modules/debug/src/node.js
-lib/node_modules/defaults/
-lib/node_modules/defaults/LICENSE
-lib/node_modules/defaults/index.js
-lib/node_modules/defaults/package.json
-lib/node_modules/defaults/test.js
 lib/node_modules/diff/
 lib/node_modules/diff/CONTRIBUTING.md
 lib/node_modules/diff/LICENSE
@@ -979,25 +901,6 @@ lib/node_modules/function-bind/LICENSE
 lib/node_modules/function-bind/implementation.js
 lib/node_modules/function-bind/index.js
 lib/node_modules/function-bind/package.json
-lib/node_modules/gauge/
-lib/node_modules/gauge/LICENSE.md
-lib/node_modules/gauge/lib/
-lib/node_modules/gauge/lib/base-theme.js
-lib/node_modules/gauge/lib/error.js
-lib/node_modules/gauge/lib/has-color.js
-lib/node_modules/gauge/lib/index.js
-lib/node_modules/gauge/lib/plumbing.js
-lib/node_modules/gauge/lib/process.js
-lib/node_modules/gauge/lib/progress-bar.js
-lib/node_modules/gauge/lib/render-template.js
-lib/node_modules/gauge/lib/set-immediate.js
-lib/node_modules/gauge/lib/set-interval.js
-lib/node_modules/gauge/lib/spin.js
-lib/node_modules/gauge/lib/template-item.js
-lib/node_modules/gauge/lib/theme-set.js
-lib/node_modules/gauge/lib/themes.js
-lib/node_modules/gauge/lib/wide-truncate.js
-lib/node_modules/gauge/package.json
 lib/node_modules/glob/
 lib/node_modules/glob/LICENSE
 lib/node_modules/glob/README.md
@@ -1074,10 +977,6 @@ lib/node_modules/graceful-fs/graceful-fs
 lib/node_modules/graceful-fs/legacy-streams.js
 lib/node_modules/graceful-fs/package.json
 lib/node_modules/graceful-fs/polyfills.js
-lib/node_modules/has-unicode/
-lib/node_modules/has-unicode/LICENSE
-lib/node_modules/has-unicode/index.js
-lib/node_modules/has-unicode/package.json
 lib/node_modules/hasown/
 lib/node_modules/hasown/LICENSE
 lib/node_modules/hasown/index.js
@@ -1171,18 +1070,6 @@ lib/node_modules/ip-address/dist/v6/
 lib/node_modules/ip-address/dist/v6/constants.js
 lib/node_modules/ip-address/dist/v6/helpers.js
 lib/node_modules/ip-address/dist/v6/regular-expressions.js
-lib/node_modules/ip-address/node_modules/
-lib/node_modules/ip-address/node_modules/sprintf-js/
-lib/node_modules/ip-address/node_modules/sprintf-js/CONTRIBUTORS.md
-lib/node_modules/ip-address/node_modules/sprintf-js/LICENSE
-lib/node_modules/ip-address/node_modules/sprintf-js/dist/
-lib/node_modules/ip-address/node_modules/sprintf-js/dist/.gitattributes
-lib/node_modules/ip-address/node_modules/sprintf-js/dist/angular-sprintf.min.js
-lib/node_modules/ip-address/node_modules/sprintf-js/dist/sprintf.min.js
-lib/node_modules/ip-address/node_modules/sprintf-js/package.json
-lib/node_modules/ip-address/node_modules/sprintf-js/src/
-lib/node_modules/ip-address/node_modules/sprintf-js/src/angular-sprintf.js
-lib/node_modules/ip-address/node_modules/sprintf-js/src/sprintf.js
 lib/node_modules/ip-address/package.json
 lib/node_modules/ip-regex/
 lib/node_modules/ip-regex/index.js
@@ -1350,9 +1237,11 @@ lib/node_modules/lru-cache/LICENSE
 lib/node_modules/lru-cache/dist/
 lib/node_modules/lru-cache/dist/commonjs/
 lib/node_modules/lru-cache/dist/commonjs/index.js
+lib/node_modules/lru-cache/dist/commonjs/index.min.js
 lib/node_modules/lru-cache/dist/commonjs/package.json
 lib/node_modules/lru-cache/dist/esm/
 lib/node_modules/lru-cache/dist/esm/index.js
+lib/node_modules/lru-cache/dist/esm/index.min.js
 lib/node_modules/lru-cache/dist/esm/package.json
 lib/node_modules/lru-cache/package.json
 lib/node_modules/make-fetch-happen/
@@ -1715,6 +1604,12 @@ lib/node_modules/node-gyp/lib/rebuild.js
 lib/node_modules/node-gyp/lib/remove.js
 lib/node_modules/node-gyp/lib/util.js
 lib/node_modules/node-gyp/macOS_Catalina_acid_test.sh
+lib/node_modules/node-gyp/node_modules/
+lib/node_modules/node-gyp/node_modules/proc-log/
+lib/node_modules/node-gyp/node_modules/proc-log/LICENSE
+lib/node_modules/node-gyp/node_modules/proc-log/lib/
+lib/node_modules/node-gyp/node_modules/proc-log/lib/index.js
+lib/node_modules/node-gyp/node_modules/proc-log/package.json
 lib/node_modules/node-gyp/package.json
 lib/node_modules/node-gyp/release-please-config.json
 lib/node_modules/node-gyp/src/
@@ -2019,9 +1914,13 @@ lib/node_modules/npm/docs/output/using-n
 lib/node_modules/npm/index.js
 lib/node_modules/npm/lib/
 lib/node_modules/npm/lib/arborist-cmd.js
-lib/node_modules/npm/lib/base-command.js
-lib/node_modules/npm/lib/cli-entry.js
+lib/node_modules/npm/lib/base-cmd.js
+lib/node_modules/npm/lib/cli/
 lib/node_modules/npm/lib/cli.js
+lib/node_modules/npm/lib/cli/entry.js
+lib/node_modules/npm/lib/cli/exit-handler.js
+lib/node_modules/npm/lib/cli/update-notifier.js
+lib/node_modules/npm/lib/cli/validate-engines.js
 lib/node_modules/npm/lib/commands/
 lib/node_modules/npm/lib/commands/access.js
 lib/node_modules/npm/lib/commands/adduser.js
@@ -2090,8 +1989,6 @@ lib/node_modules/npm/lib/commands/update
 lib/node_modules/npm/lib/commands/version.js
 lib/node_modules/npm/lib/commands/view.js
 lib/node_modules/npm/lib/commands/whoami.js
-lib/node_modules/npm/lib/es6/
-lib/node_modules/npm/lib/es6/validate-engines.js
 lib/node_modules/npm/lib/lifecycle-cmd.js
 lib/node_modules/npm/lib/npm.js
 lib/node_modules/npm/lib/package-url-cmd.js
@@ -2099,29 +1996,27 @@ lib/node_modules/npm/lib/utils/
 lib/node_modules/npm/lib/utils/audit-error.js
 lib/node_modules/npm/lib/utils/auth.js
 lib/node_modules/npm/lib/utils/cmd-list.js
-lib/node_modules/npm/lib/utils/completion/
 lib/node_modules/npm/lib/utils/completion.fish
 lib/node_modules/npm/lib/utils/completion.sh
-lib/node_modules/npm/lib/utils/completion/installed-deep.js
-lib/node_modules/npm/lib/utils/completion/installed-shallow.js
 lib/node_modules/npm/lib/utils/did-you-mean.js
 lib/node_modules/npm/lib/utils/display.js
 lib/node_modules/npm/lib/utils/error-message.js
-lib/node_modules/npm/lib/utils/exit-handler.js
 lib/node_modules/npm/lib/utils/explain-dep.js
 lib/node_modules/npm/lib/utils/explain-eresolve.js
 lib/node_modules/npm/lib/utils/format-bytes.js
 lib/node_modules/npm/lib/utils/format-search-stream.js
+lib/node_modules/npm/lib/utils/format.js
 lib/node_modules/npm/lib/utils/get-identity.js
+lib/node_modules/npm/lib/utils/get-workspaces.js
+lib/node_modules/npm/lib/utils/installed-deep.js
+lib/node_modules/npm/lib/utils/installed-shallow.js
 lib/node_modules/npm/lib/utils/is-windows.js
 lib/node_modules/npm/lib/utils/log-file.js
-lib/node_modules/npm/lib/utils/log-shim.js
 lib/node_modules/npm/lib/utils/npm-usage.js
 lib/node_modules/npm/lib/utils/open-url-prompt.js
 lib/node_modules/npm/lib/utils/open-url.js
 lib/node_modules/npm/lib/utils/otplease.js
 lib/node_modules/npm/lib/utils/ping.js
-lib/node_modules/npm/lib/utils/pulse-till-done.js
 lib/node_modules/npm/lib/utils/queryable.js
 lib/node_modules/npm/lib/utils/read-user-info.js
 lib/node_modules/npm/lib/utils/reify-finish.js
@@ -2130,12 +2025,10 @@ lib/node_modules/npm/lib/utils/sbom-cycl
 lib/node_modules/npm/lib/utils/sbom-spdx.js
 lib/node_modules/npm/lib/utils/tar.js
 lib/node_modules/npm/lib/utils/timers.js
-lib/node_modules/npm/lib/utils/update-notifier.js
+lib/node_modules/npm/lib/utils/update-workspaces.js
 lib/node_modules/npm/lib/utils/validate-lockfile.js
+lib/node_modules/npm/lib/utils/verify-signatures.js
 lib/node_modules/npm/lib/utils/web-auth.js
-lib/node_modules/npm/lib/workspaces/
-lib/node_modules/npm/lib/workspaces/get-workspaces.js
-lib/node_modules/npm/lib/workspaces/update-workspaces.js
 @mandir lib/node_modules/npm/man/
 lib/node_modules/npm/man/man1/
 @man lib/node_modules/npm/man/man1/npm-access.1
@@ -2226,7 +2119,6 @@ lib/node_modules/npm/man/man7/
 @man lib/node_modules/npm/man/man7/scripts.7
 @man lib/node_modules/npm/man/man7/workspaces.7
 lib/node_modules/npm/node_modules/
-lib/node_modules/npm/node_modules/@colors
 lib/node_modules/npm/node_modules/@isaacs
 lib/node_modules/npm/node_modules/@npmcli
 lib/node_modules/npm/node_modules/@pkgjs
@@ -2239,7 +2131,6 @@ lib/node_modules/npm/node_modules/ansi-r
 lib/node_modules/npm/node_modules/ansi-styles
 lib/node_modules/npm/node_modules/aproba
 lib/node_modules/npm/node_modules/archy
-lib/node_modules/npm/node_modules/are-we-there-yet
 lib/node_modules/npm/node_modules/balanced-match
 lib/node_modules/npm/node_modules/bin-links
 lib/node_modules/npm/node_modules/binary-extensions
@@ -2252,19 +2143,13 @@ lib/node_modules/npm/node_modules/ci-inf
 lib/node_modules/npm/node_modules/cidr-regex
 lib/node_modules/npm/node_modules/clean-stack
 lib/node_modules/npm/node_modules/cli-columns
-lib/node_modules/npm/node_modules/cli-table3
-lib/node_modules/npm/node_modules/clone
 lib/node_modules/npm/node_modules/cmd-shim
 lib/node_modules/npm/node_modules/color-convert
 lib/node_modules/npm/node_modules/color-name
-lib/node_modules/npm/node_modules/color-support
-lib/node_modules/npm/node_modules/columnify
 lib/node_modules/npm/node_modules/common-ancestor-path
-lib/node_modules/npm/node_modules/console-control-strings
 lib/node_modules/npm/node_modules/cross-spawn
 lib/node_modules/npm/node_modules/cssesc
 lib/node_modules/npm/node_modules/debug
-lib/node_modules/npm/node_modules/defaults
 lib/node_modules/npm/node_modules/diff
 lib/node_modules/npm/node_modules/eastasianwidth
 lib/node_modules/npm/node_modules/emoji-regex
@@ -2276,10 +2161,8 @@ lib/node_modules/npm/node_modules/fastes
 lib/node_modules/npm/node_modules/foreground-child
 lib/node_modules/npm/node_modules/fs-minipass
 lib/node_modules/npm/node_modules/function-bind
-lib/node_modules/npm/node_modules/gauge
 lib/node_modules/npm/node_modules/glob
 lib/node_modules/npm/node_modules/graceful-fs
-lib/node_modules/npm/node_modules/has-unicode
 lib/node_modules/npm/node_modules/hasown
 lib/node_modules/npm/node_modules/hosted-git-info
 lib/node_modules/npm/node_modules/http-cache-semantics
@@ -2345,7 +2228,6 @@ lib/node_modules/npm/node_modules/npm-pi
 lib/node_modules/npm/node_modules/npm-profile
 lib/node_modules/npm/node_modules/npm-registry-fetch
 lib/node_modules/npm/node_modules/npm-user-validate
-lib/node_modules/npm/node_modules/npmlog
 lib/node_modules/npm/node_modules/p-map
 lib/node_modules/npm/node_modules/pacote
 lib/node_modules/npm/node_modules/parse-conflict-json
@@ -2353,6 +2235,7 @@ lib/node_modules/npm/node_modules/path-k
 lib/node_modules/npm/node_modules/path-scurry
 lib/node_modules/npm/node_modules/postcss-selector-parser
 lib/node_modules/npm/node_modules/proc-log
+lib/node_modules/npm/node_modules/proggy
 lib/node_modules/npm/node_modules/promise-all-reject-late
 lib/node_modules/npm/node_modules/promise-call-limit
 lib/node_modules/npm/node_modules/promise-inflight
@@ -2361,12 +2244,10 @@ lib/node_modules/npm/node_modules/promza
 lib/node_modules/npm/node_modules/qrcode-terminal
 lib/node_modules/npm/node_modules/read
 lib/node_modules/npm/node_modules/read-cmd-shim
-lib/node_modules/npm/node_modules/read-package-json
 lib/node_modules/npm/node_modules/read-package-json-fast
 lib/node_modules/npm/node_modules/retry
 lib/node_modules/npm/node_modules/safer-buffer
 lib/node_modules/npm/node_modules/semver
-lib/node_modules/npm/node_modules/set-blocking
 lib/node_modules/npm/node_modules/shebang-command
 lib/node_modules/npm/node_modules/shebang-regex
 lib/node_modules/npm/node_modules/signal-exit
@@ -2378,6 +2259,7 @@ lib/node_modules/npm/node_modules/spdx-c
 lib/node_modules/npm/node_modules/spdx-exceptions
 lib/node_modules/npm/node_modules/spdx-expression-parse
 lib/node_modules/npm/node_modules/spdx-license-ids
+lib/node_modules/npm/node_modules/sprintf-js
 lib/node_modules/npm/node_modules/ssri
 lib/node_modules/npm/node_modules/string-width
 lib/node_modules/npm/node_modules/string-width-cjs
@@ -2395,19 +2277,12 @@ lib/node_modules/npm/node_modules/util-d
 lib/node_modules/npm/node_modules/validate-npm-package-license
 lib/node_modules/npm/node_modules/validate-npm-package-name
 lib/node_modules/npm/node_modules/walk-up-path
-lib/node_modules/npm/node_modules/wcwidth
 lib/node_modules/npm/node_modules/which
-lib/node_modules/npm/node_modules/wide-align
 lib/node_modules/npm/node_modules/wrap-ansi
 lib/node_modules/npm/node_modules/wrap-ansi-cjs
 lib/node_modules/npm/node_modules/write-file-atomic
 lib/node_modules/npm/node_modules/yallist
 lib/node_modules/npm/package.json
-lib/node_modules/npmlog/
-lib/node_modules/npmlog/LICENSE.md
-lib/node_modules/npmlog/lib/
-lib/node_modules/npmlog/lib/log.js
-lib/node_modules/npmlog/package.json
 lib/node_modules/p-map/
 lib/node_modules/p-map/index.js
 lib/node_modules/p-map/license
@@ -2493,6 +2368,13 @@ lib/node_modules/proc-log/LICENSE
 lib/node_modules/proc-log/lib/
 lib/node_modules/proc-log/lib/index.js
 lib/node_modules/proc-log/package.json
+lib/node_modules/proggy/
+lib/node_modules/proggy/LICENSE
+lib/node_modules/proggy/lib/
+lib/node_modules/proggy/lib/client.js
+lib/node_modules/proggy/lib/index.js
+lib/node_modules/proggy/lib/tracker.js
+lib/node_modules/proggy/package.json
 lib/node_modules/promise-all-reject-late/
 lib/node_modules/promise-all-reject-late/LICENSE
 lib/node_modules/promise-all-reject-late/index.js
@@ -2552,16 +2434,11 @@ lib/node_modules/read-cmd-shim/LICENSE
 lib/node_modules/read-cmd-shim/lib/
 lib/node_modules/read-cmd-shim/lib/index.js
 lib/node_modules/read-cmd-shim/package.json
-lib/node_modules/read-package-json/
 lib/node_modules/read-package-json-fast/
 lib/node_modules/read-package-json-fast/LICENSE
 lib/node_modules/read-package-json-fast/lib/
 lib/node_modules/read-package-json-fast/lib/index.js
 lib/node_modules/read-package-json-fast/package.json
-lib/node_modules/read-package-json/LICENSE
-lib/node_modules/read-package-json/lib/
-lib/node_modules/read-package-json/lib/read-json.js
-lib/node_modules/read-package-json/package.json
 lib/node_modules/read/LICENSE
 lib/node_modules/read/dist/
 lib/node_modules/read/dist/commonjs/
@@ -2652,10 +2529,6 @@ lib/node_modules/semver/ranges/simplify.
 lib/node_modules/semver/ranges/subset.js
 lib/node_modules/semver/ranges/to-comparators.js
 lib/node_modules/semver/ranges/valid.js
-lib/node_modules/set-blocking/
-lib/node_modules/set-blocking/LICENSE.txt
-lib/node_modules/set-blocking/index.js
-lib/node_modules/set-blocking/package.json
 lib/node_modules/shebang-command/
 lib/node_modules/shebang-command/index.js
 lib/node_modules/shebang-command/license
@@ -2750,6 +2623,21 @@ lib/node_modules/spdx-license-ids/
 lib/node_modules/spdx-license-ids/deprecated.json
 lib/node_modules/spdx-license-ids/index.json
 lib/node_modules/spdx-license-ids/package.json
+lib/node_modules/sprintf-js/
+lib/node_modules/sprintf-js/CONTRIBUTORS.md
+lib/node_modules/sprintf-js/LICENSE
+lib/node_modules/sprintf-js/bower.json
+lib/node_modules/sprintf-js/demo/
+lib/node_modules/sprintf-js/demo/angular.html
+lib/node_modules/sprintf-js/dist/
+lib/node_modules/sprintf-js/dist/.gitattributes
+lib/node_modules/sprintf-js/dist/angular-sprintf.min.js
+lib/node_modules/sprintf-js/dist/sprintf.min.js
+lib/node_modules/sprintf-js/gruntfile.js
+lib/node_modules/sprintf-js/package.json
+lib/node_modules/sprintf-js/src/
+lib/node_modules/sprintf-js/src/angular-sprintf.js
+lib/node_modules/sprintf-js/src/sprintf.js
 lib/node_modules/ssri/
 lib/node_modules/ssri/LICENSE.md
 lib/node_modules/ssri/lib/
@@ -2910,13 +2798,6 @@ lib/node_modules/walk-up-path/dist/mjs/
 lib/node_modules/walk-up-path/dist/mjs/index.js
 lib/node_modules/walk-up-path/dist/mjs/package.json
 lib/node_modules/walk-up-path/package.json
-lib/node_modules/wcwidth/
-lib/node_modules/wcwidth/LICENSE
-lib/node_modules/wcwidth/combining.js
-lib/node_modules/wcwidth/docs/
-lib/node_modules/wcwidth/docs/index.md
-lib/node_modules/wcwidth/index.js
-lib/node_modules/wcwidth/package.json
 lib/node_modules/which/
 lib/node_modules/which/LICENSE
 lib/node_modules/which/README.md
@@ -2942,10 +2823,6 @@ lib/node_modules/which/node_modules/isex
 lib/node_modules/which/node_modules/isexe/dist/mjs/win32.js
 lib/node_modules/which/node_modules/isexe/package.json
 lib/node_modules/which/package.json
-lib/node_modules/wide-align/
-lib/node_modules/wide-align/LICENSE
-lib/node_modules/wide-align/align.js
-lib/node_modules/wide-align/package.json
 lib/node_modules/wrap-ansi/
 lib/node_modules/wrap-ansi-cjs/
 lib/node_modules/wrap-ansi-cjs/index.js