From e1b9a3fafce2422265357070267b7df78cdde1de Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 3 Apr 2024 14:25:36 +0000
Subject: [PATCH] chore: release 10.5.1

---
 .release-please-manifest.json         | 26 +++++++-------
 AUTHORS                               |  5 +++
 CHANGELOG.md                          | 52 +++++++++++++++++++++++++++
 package-lock.json                     | 28 +++++++--------
 package.json                          |  2 +-
 workspaces/arborist/CHANGELOG.md      | 17 +++++++++
 workspaces/arborist/package.json      |  2 +-
 workspaces/config/CHANGELOG.md        |  6 ++++
 workspaces/config/package.json        |  2 +-
 workspaces/libnpmaccess/CHANGELOG.md  |  6 ++++
 workspaces/libnpmaccess/package.json  |  2 +-
 workspaces/libnpmdiff/CHANGELOG.md    |  9 +++++
 workspaces/libnpmdiff/package.json    |  2 +-
 workspaces/libnpmexec/CHANGELOG.md    |  9 +++++
 workspaces/libnpmexec/package.json    |  2 +-
 workspaces/libnpmfund/CHANGELOG.md    |  6 ++++
 workspaces/libnpmfund/package.json    |  2 +-
 workspaces/libnpmhook/CHANGELOG.md    |  6 ++++
 workspaces/libnpmhook/package.json    |  2 +-
 workspaces/libnpmorg/CHANGELOG.md     |  6 ++++
 workspaces/libnpmorg/package.json     |  2 +-
 workspaces/libnpmpack/CHANGELOG.md    |  6 ++++
 workspaces/libnpmpack/package.json    |  2 +-
 workspaces/libnpmpublish/CHANGELOG.md |  6 ++++
 workspaces/libnpmpublish/package.json |  2 +-
 workspaces/libnpmsearch/CHANGELOG.md  |  6 ++++
 workspaces/libnpmsearch/package.json  |  2 +-
 workspaces/libnpmteam/CHANGELOG.md    |  6 ++++
 workspaces/libnpmteam/package.json    |  2 +-
 29 files changed, 186 insertions(+), 40 deletions(-)

diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 3c2a298378ef6..81747839c7f73 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,16 +1,16 @@
 {
-  ".": "10.5.0",
-  "workspaces/arborist": "7.4.0",
-  "workspaces/libnpmaccess": "8.0.2",
-  "workspaces/libnpmdiff": "6.0.7",
-  "workspaces/libnpmexec": "7.0.8",
-  "workspaces/libnpmfund": "5.0.5",
-  "workspaces/libnpmhook": "10.0.1",
-  "workspaces/libnpmorg": "6.0.2",
-  "workspaces/libnpmpack": "6.0.7",
-  "workspaces/libnpmpublish": "9.0.4",
-  "workspaces/libnpmsearch": "7.0.1",
-  "workspaces/libnpmteam": "6.0.1",
+  ".": "10.5.1",
+  "workspaces/arborist": "7.4.1",
+  "workspaces/libnpmaccess": "8.0.3",
+  "workspaces/libnpmdiff": "6.0.8",
+  "workspaces/libnpmexec": "7.0.9",
+  "workspaces/libnpmfund": "5.0.6",
+  "workspaces/libnpmhook": "10.0.2",
+  "workspaces/libnpmorg": "6.0.3",
+  "workspaces/libnpmpack": "6.0.8",
+  "workspaces/libnpmpublish": "9.0.5",
+  "workspaces/libnpmsearch": "7.0.2",
+  "workspaces/libnpmteam": "6.0.2",
   "workspaces/libnpmversion": "5.0.2",
-  "workspaces/config": "8.2.0"
+  "workspaces/config": "8.2.1"
 }
diff --git a/AUTHORS b/AUTHORS
index 899103363d697..07b66620081d9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -923,3 +923,8 @@ GoodDaisy <90915921+GoodDaisy@users.noreply.github.com>
 Aleks Sobieraj <contact@aleks.tech>
 Roberto Basile <robertobasile84@users.noreply.github.com>
 rveerd <rutgervaneerd@hotmail.com>
+Jason Ho <jasonho353@gmail.com>
+Christian Oliff <christianoliff@pm.me>
+Jamie King <hello@jamieking.me>
+David LJ <mail@davidlj95.com>
+Uiolee <22849383+uiolee@users.noreply.github.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1813a76f97c22..e503c1ca520f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,57 @@
 # Changelog
 
+## [10.5.1](https://github.com/npm/cli/compare/v10.5.0...v10.5.1) (2024-04-03)
+
+### Bug Fixes
+
+* [`17d97d2`](https://github.com/npm/cli/commit/17d97d266807f69cfc2a7a3982e8db126f90c48a) [#7334](https://github.com/npm/cli/pull/7334) use @npmcli/redact for log redactions (@lukekarrys)
+* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) ensure maxSockets is respected (#7324) (@lukekarrys)
+* [`9bffa13`](https://github.com/npm/cli/commit/9bffa13e0b96efe1039d9075fdcb11d5946b2f90) [#7320](https://github.com/npm/cli/pull/7320) query: properly return :missing nodes (#7320) (@wraithgar)
+* [`9d4e85f`](https://github.com/npm/cli/commit/9d4e85f2379eded50b54f4e0b6f307031037f1ec) [#7297](https://github.com/npm/cli/pull/7297) search: include searchlimit option in help output (#7297) (@10xLaCroixDrinker)
+* [`bdb3c28`](https://github.com/npm/cli/commit/bdb3c28167f757060474ef2b82c92f3a1f210972) [#7274](https://github.com/npm/cli/pull/7274) added check for dry-run (#7274) (@cod1r)
+* [`7f1ab88`](https://github.com/npm/cli/commit/7f1ab8822a8d50403338595ab9f218e4d63f37fa) [#7271](https://github.com/npm/cli/pull/7271) more lightweight npm bin discovery in windows (#7271) (@wraithgar)
+
+### Documentation
+
+* [`1da5cf0`](https://github.com/npm/cli/commit/1da5cf0ace30d89edf05833b91ce80467c7864bd) [#7198](https://github.com/npm/cli/pull/7198) add link to engines section (#7198) (@uiolee)
+* [`1114a12`](https://github.com/npm/cli/commit/1114a12f2b4691d403d0863d4dca44f25580f57d) [#7307](https://github.com/npm/cli/pull/7307) fix incorrect npm audit key response link (#7307) (@davidlj95)
+* [`9807caf`](https://github.com/npm/cli/commit/9807cafbaf274eca2a0abbd04a9b2b55e850de9d) [#7304](https://github.com/npm/cli/pull/7304) update audit docs with provenance info (#7304) (@bdehamer)
+* [`e1ecfa7`](https://github.com/npm/cli/commit/e1ecfa7829be91282373862669b92ef42b9e48df) [#7285](https://github.com/npm/cli/pull/7285) Correct capitalization for URL (#7285) (@coliff)
+
+### Dependencies
+
+* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0`
+* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `init-package-json@6.0.2`
+* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `promzard@1.0.1`
+* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `read@3.0.1` (#7327)
+* [`9ccff72`](https://github.com/npm/cli/commit/9ccff72c332e6062e6ebcf8123c7888d8d617091) [#7329](https://github.com/npm/cli/pull/7329) `tar@6.2.1`
+* [`7201a00`](https://github.com/npm/cli/commit/7201a00632f5cedf50101e8411a4b3c514439efb) [#7329](https://github.com/npm/cli/pull/7329) `node-gyp@10.1.0`
+* [`6fd94f2`](https://github.com/npm/cli/commit/6fd94f249f43080ae183da36b971981e8ad00882) [#7329](https://github.com/npm/cli/pull/7329) `minimatch@9.0.4`
+* [`b048592`](https://github.com/npm/cli/commit/b048592a9583dca6f75a9c837edee57ab4e12ab0) [#7329](https://github.com/npm/cli/pull/7329) `ini@4.1.2`
+* [`c54a84a`](https://github.com/npm/cli/commit/c54a84ab5fdd7513913518734c0ece5f3d3e39c9) [#7329](https://github.com/npm/cli/pull/7329) `glob@10.3.12`
+* [`6853531`](https://github.com/npm/cli/commit/6853531da30bc8fecb776c823144766915b5e421) [#7329](https://github.com/npm/cli/pull/7329) `cli-table3@0.6.4`
+* [`c9315cb`](https://github.com/npm/cli/commit/c9315cb240be02babbbd99585f7ef23679e1d963) [#7329](https://github.com/npm/cli/pull/7329) `binary-extensions@2.3.0`
+* [`5bb0031`](https://github.com/npm/cli/commit/5bb003147423a644969c04222e2ba1b6cf407e6f) [#7329](https://github.com/npm/cli/pull/7329) `@sigstore/tuf@2.3.2`
+* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) `agent-base@7.1.1` (@lukekarrys)
+* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
+* [workspace](https://github.com/npm/cli/releases/tag/config-v8.2.1): `@npmcli/config@8.2.1`
+* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v8.0.3): `libnpmaccess@8.0.3`
+* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.8): `libnpmdiff@6.0.8`
+* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.9): `libnpmexec@7.0.9`
+* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.6): `libnpmfund@5.0.6`
+* [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v10.0.2): `libnpmhook@10.0.2`
+* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v6.0.3): `libnpmorg@6.0.3`
+* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.8): `libnpmpack@6.0.8`
+* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.5): `libnpmpublish@9.0.5`
+* [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v7.0.2): `libnpmsearch@7.0.2`
+* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v6.0.2): `libnpmteam@6.0.2`
+
+### Chores
+
+* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) add smoke-test for large prod installs (@lukekarrys)
+* [`0dab381`](https://github.com/npm/cli/commit/0dab3810e6b84e1b4afcc2a315c878fffccb328b) [#7258](https://github.com/npm/cli/pull/7258) `jsdom@24.0.0` (#7258) (@wraithgar)
+* [`af3c48e`](https://github.com/npm/cli/commit/af3c48e074d03caebaa8ed24d39405329f545497) [#7262](https://github.com/npm/cli/pull/7262) test refactor (#7262) (@wraithgar)
+
 ## [10.5.0](https://github.com/npm/cli/compare/v10.4.0...v10.5.0) (2024-02-28)
 
 ### Features
diff --git a/package-lock.json b/package-lock.json
index d4afc5ee58873..0ca0d236eeb12 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "npm",
-  "version": "10.5.0",
+  "version": "10.5.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "npm",
-      "version": "10.5.0",
+      "version": "10.5.1",
       "bundleDependencies": [
         "@isaacs/string-locale-compare",
         "@npmcli/arborist",
@@ -16057,7 +16057,7 @@
     },
     "workspaces/arborist": {
       "name": "@npmcli/arborist",
-      "version": "7.4.0",
+      "version": "7.4.1",
       "license": "ISC",
       "dependencies": {
         "@isaacs/string-locale-compare": "^1.1.0",
@@ -16113,7 +16113,7 @@
     },
     "workspaces/config": {
       "name": "@npmcli/config",
-      "version": "8.2.0",
+      "version": "8.2.1",
       "license": "ISC",
       "dependencies": {
         "@npmcli/map-workspaces": "^3.0.2",
@@ -16136,7 +16136,7 @@
       }
     },
     "workspaces/libnpmaccess": {
-      "version": "8.0.2",
+      "version": "8.0.3",
       "license": "ISC",
       "dependencies": {
         "npm-package-arg": "^11.0.1",
@@ -16154,7 +16154,7 @@
       }
     },
     "workspaces/libnpmdiff": {
-      "version": "6.0.7",
+      "version": "6.0.8",
       "license": "ISC",
       "dependencies": {
         "@npmcli/arborist": "^7.2.1",
@@ -16177,7 +16177,7 @@
       }
     },
     "workspaces/libnpmexec": {
-      "version": "7.0.8",
+      "version": "7.0.9",
       "license": "ISC",
       "dependencies": {
         "@npmcli/arborist": "^7.2.1",
@@ -16207,7 +16207,7 @@
       }
     },
     "workspaces/libnpmfund": {
-      "version": "5.0.5",
+      "version": "5.0.6",
       "license": "ISC",
       "dependencies": {
         "@npmcli/arborist": "^7.2.1"
@@ -16222,7 +16222,7 @@
       }
     },
     "workspaces/libnpmhook": {
-      "version": "10.0.1",
+      "version": "10.0.2",
       "license": "ISC",
       "dependencies": {
         "aproba": "^2.0.0",
@@ -16239,7 +16239,7 @@
       }
     },
     "workspaces/libnpmorg": {
-      "version": "6.0.2",
+      "version": "6.0.3",
       "license": "ISC",
       "dependencies": {
         "aproba": "^2.0.0",
@@ -16257,7 +16257,7 @@
       }
     },
     "workspaces/libnpmpack": {
-      "version": "6.0.7",
+      "version": "6.0.8",
       "license": "ISC",
       "dependencies": {
         "@npmcli/arborist": "^7.2.1",
@@ -16277,7 +16277,7 @@
       }
     },
     "workspaces/libnpmpublish": {
-      "version": "9.0.4",
+      "version": "9.0.5",
       "license": "ISC",
       "dependencies": {
         "ci-info": "^4.0.0",
@@ -16302,7 +16302,7 @@
       }
     },
     "workspaces/libnpmsearch": {
-      "version": "7.0.1",
+      "version": "7.0.2",
       "license": "ISC",
       "dependencies": {
         "npm-registry-fetch": "^16.2.0"
@@ -16318,7 +16318,7 @@
       }
     },
     "workspaces/libnpmteam": {
-      "version": "6.0.1",
+      "version": "6.0.2",
       "license": "ISC",
       "dependencies": {
         "aproba": "^2.0.0",
diff --git a/package.json b/package.json
index a3b3c721b666a..5fcd785d31bff 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "version": "10.5.0",
+  "version": "10.5.1",
   "name": "npm",
   "description": "a package manager for JavaScript",
   "workspaces": [
diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md
index 903966ae79b31..434f86f4e2bee 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,22 @@
 # Changelog
 
+## [7.4.1](https://github.com/npm/cli/compare/arborist-v7.4.0...arborist-v7.4.1) (2024-04-03)
+
+### Bug Fixes
+
+* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) ensure maxSockets is respected (#7324) (@lukekarrys)
+* [`9bffa13`](https://github.com/npm/cli/commit/9bffa13e0b96efe1039d9075fdcb11d5946b2f90) [#7320](https://github.com/npm/cli/pull/7320) query: properly return :missing nodes (#7320) (@wraithgar)
+
+### Dependencies
+
+* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0`
+* [`6fd94f2`](https://github.com/npm/cli/commit/6fd94f249f43080ae183da36b971981e8ad00882) [#7329](https://github.com/npm/cli/pull/7329) `minimatch@9.0.4`
+* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) `agent-base@7.1.1` (@lukekarrys)
+
+### Chores
+
+* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) add smoke-test for large prod installs (@lukekarrys)
+
 ## [7.4.0](https://github.com/npm/cli/compare/arborist-v7.3.1...arborist-v7.4.0) (2024-02-28)
 
 ### Features
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 707e1ad5c06a6..d7c393d99dfa5 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@npmcli/arborist",
-  "version": "7.4.0",
+  "version": "7.4.1",
   "description": "Manage node_modules trees",
   "dependencies": {
     "@isaacs/string-locale-compare": "^1.1.0",
diff --git a/workspaces/config/CHANGELOG.md b/workspaces/config/CHANGELOG.md
index 15ca1cf4dd018..b595c72e81338 100644
--- a/workspaces/config/CHANGELOG.md
+++ b/workspaces/config/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [8.2.1](https://github.com/npm/cli/compare/config-v8.2.0...config-v8.2.1) (2024-04-03)
+
+### Dependencies
+
+* [`b048592`](https://github.com/npm/cli/commit/b048592a9583dca6f75a9c837edee57ab4e12ab0) [#7329](https://github.com/npm/cli/pull/7329) `ini@4.1.2`
+
 ## [8.2.0](https://github.com/npm/cli/compare/config-v8.1.0...config-v8.2.0) (2024-02-28)
 
 ### Features
diff --git a/workspaces/config/package.json b/workspaces/config/package.json
index 43c54d681db16..b5c73e1b13a9b 100644
--- a/workspaces/config/package.json
+++ b/workspaces/config/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@npmcli/config",
-  "version": "8.2.0",
+  "version": "8.2.1",
   "files": [
     "bin/",
     "lib/"
diff --git a/workspaces/libnpmaccess/CHANGELOG.md b/workspaces/libnpmaccess/CHANGELOG.md
index 50dd2503a27af..1ffe80855ad07 100644
--- a/workspaces/libnpmaccess/CHANGELOG.md
+++ b/workspaces/libnpmaccess/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [8.0.3](https://github.com/npm/cli/compare/libnpmaccess-v8.0.2...libnpmaccess-v8.0.3) (2024-04-03)
+
+### Dependencies
+
+* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0`
+
 ## [8.0.2](https://github.com/npm/cli/compare/libnpmaccess-v8.0.1...libnpmaccess-v8.0.2) (2023-12-06)
 
 ### Chores
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index 6a287f78ce34f..81a87d6395455 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -1,6 +1,6 @@
 {
   "name": "libnpmaccess",
-  "version": "8.0.2",
+  "version": "8.0.3",
   "description": "programmatic library for `npm access` commands",
   "author": "GitHub Inc.",
   "license": "ISC",
diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md
index 7119d8e5de3ae..04cdbb1e7ae94 100644
--- a/workspaces/libnpmdiff/CHANGELOG.md
+++ b/workspaces/libnpmdiff/CHANGELOG.md
@@ -1,5 +1,14 @@
 # Changelog
 
+## [6.0.8](https://github.com/npm/cli/compare/libnpmdiff-v6.0.7...libnpmdiff-v6.0.8) (2024-04-03)
+
+### Dependencies
+
+* [`9ccff72`](https://github.com/npm/cli/commit/9ccff72c332e6062e6ebcf8123c7888d8d617091) [#7329](https://github.com/npm/cli/pull/7329) `tar@6.2.1`
+* [`6fd94f2`](https://github.com/npm/cli/commit/6fd94f249f43080ae183da36b971981e8ad00882) [#7329](https://github.com/npm/cli/pull/7329) `minimatch@9.0.4`
+* [`c9315cb`](https://github.com/npm/cli/commit/c9315cb240be02babbbd99585f7ef23679e1d963) [#7329](https://github.com/npm/cli/pull/7329) `binary-extensions@2.3.0`
+* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
+
 ## [6.0.7](https://github.com/npm/cli/compare/libnpmdiff-v6.0.6...libnpmdiff-v6.0.7) (2024-02-28)
 
 ### Dependencies
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index d140b8f34bd91..f6ad40b482a93 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -1,6 +1,6 @@
 {
   "name": "libnpmdiff",
-  "version": "6.0.7",
+  "version": "6.0.8",
   "description": "The registry diff",
   "repository": {
     "type": "git",
diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md
index 908caced39b2d..6603f67fc6907 100644
--- a/workspaces/libnpmexec/CHANGELOG.md
+++ b/workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,14 @@
 # Changelog
 
+## [7.0.9](https://github.com/npm/cli/compare/libnpmexec-v7.0.8...libnpmexec-v7.0.9) (2024-04-03)
+
+### Dependencies
+
+* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `init-package-json@6.0.2`
+* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `promzard@1.0.1`
+* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `read@3.0.1` (#7327)
+* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
+
 ## [7.0.8](https://github.com/npm/cli/compare/libnpmexec-v7.0.7...libnpmexec-v7.0.8) (2024-02-28)
 
 ### Dependencies
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index b6415d36c015f..8b6a9d217a00d 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
 {
   "name": "libnpmexec",
-  "version": "7.0.8",
+  "version": "7.0.9",
   "files": [
     "bin/",
     "lib/"
diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md
index e95c7c1e0f4c4..c923ee186c8f9 100644
--- a/workspaces/libnpmfund/CHANGELOG.md
+++ b/workspaces/libnpmfund/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [5.0.6](https://github.com/npm/cli/compare/libnpmfund-v5.0.5...libnpmfund-v5.0.6) (2024-04-03)
+
+### Dependencies
+
+* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
+
 ## [5.0.5](https://github.com/npm/cli/compare/libnpmfund-v5.0.4...libnpmfund-v5.0.5) (2024-02-28)
 
 ### Dependencies
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index 66889c1fa6d5b..994538c89fce1 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
 {
   "name": "libnpmfund",
-  "version": "5.0.5",
+  "version": "5.0.6",
   "main": "lib/index.js",
   "files": [
     "bin/",
diff --git a/workspaces/libnpmhook/CHANGELOG.md b/workspaces/libnpmhook/CHANGELOG.md
index 117d2775e904d..814f3ae553e9b 100644
--- a/workspaces/libnpmhook/CHANGELOG.md
+++ b/workspaces/libnpmhook/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [10.0.2](https://github.com/npm/cli/compare/libnpmhook-v10.0.1...libnpmhook-v10.0.2) (2024-04-03)
+
+### Dependencies
+
+* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0`
+
 ## [10.0.1](https://github.com/npm/cli/compare/libnpmhook-v10.0.0...libnpmhook-v10.0.1) (2023-12-06)
 
 ### Chores
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index f881d78f7fc0f..7613c1c86fbc1 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -1,6 +1,6 @@
 {
   "name": "libnpmhook",
-  "version": "10.0.1",
+  "version": "10.0.2",
   "description": "programmatic API for managing npm registry hooks",
   "main": "lib/index.js",
   "files": [
diff --git a/workspaces/libnpmorg/CHANGELOG.md b/workspaces/libnpmorg/CHANGELOG.md
index bb03e7a55ce8b..f956c048d2c97 100644
--- a/workspaces/libnpmorg/CHANGELOG.md
+++ b/workspaces/libnpmorg/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [6.0.3](https://github.com/npm/cli/compare/libnpmorg-v6.0.2...libnpmorg-v6.0.3) (2024-04-03)
+
+### Dependencies
+
+* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0`
+
 ## [6.0.2](https://github.com/npm/cli/compare/libnpmorg-v6.0.1...libnpmorg-v6.0.2) (2023-12-06)
 
 ### Chores
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index f7706247dc8dd..49671afd46371 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -1,6 +1,6 @@
 {
   "name": "libnpmorg",
-  "version": "6.0.2",
+  "version": "6.0.3",
   "description": "Programmatic api for `npm org` commands",
   "author": "GitHub Inc.",
   "main": "lib/index.js",
diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md
index 3429fd05111c0..53ea10bbaeeed 100644
--- a/workspaces/libnpmpack/CHANGELOG.md
+++ b/workspaces/libnpmpack/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [6.0.8](https://github.com/npm/cli/compare/libnpmpack-v6.0.7...libnpmpack-v6.0.8) (2024-04-03)
+
+### Dependencies
+
+* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
+
 ## [6.0.7](https://github.com/npm/cli/compare/libnpmpack-v6.0.6...libnpmpack-v6.0.7) (2024-02-28)
 
 ### Dependencies
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 1d504fca4ec9b..d49a17aa39f83 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
 {
   "name": "libnpmpack",
-  "version": "6.0.7",
+  "version": "6.0.8",
   "description": "Programmatic API for the bits behind npm pack",
   "author": "GitHub Inc.",
   "main": "lib/index.js",
diff --git a/workspaces/libnpmpublish/CHANGELOG.md b/workspaces/libnpmpublish/CHANGELOG.md
index 405c16298c928..33cbbc884f827 100644
--- a/workspaces/libnpmpublish/CHANGELOG.md
+++ b/workspaces/libnpmpublish/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [9.0.5](https://github.com/npm/cli/compare/libnpmpublish-v9.0.4...libnpmpublish-v9.0.5) (2024-04-03)
+
+### Dependencies
+
+* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0`
+
 ## [9.0.4](https://github.com/npm/cli/compare/libnpmpublish-v9.0.3...libnpmpublish-v9.0.4) (2024-01-24)
 
 ### Dependencies
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index 77500f573184c..34f642794af40 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -1,6 +1,6 @@
 {
   "name": "libnpmpublish",
-  "version": "9.0.4",
+  "version": "9.0.5",
   "description": "Programmatic API for the bits behind npm publish and unpublish",
   "author": "GitHub Inc.",
   "main": "lib/index.js",
diff --git a/workspaces/libnpmsearch/CHANGELOG.md b/workspaces/libnpmsearch/CHANGELOG.md
index 2bac31e6b7860..5ac7260e79d27 100644
--- a/workspaces/libnpmsearch/CHANGELOG.md
+++ b/workspaces/libnpmsearch/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [7.0.2](https://github.com/npm/cli/compare/libnpmsearch-v7.0.1...libnpmsearch-v7.0.2) (2024-04-03)
+
+### Dependencies
+
+* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0`
+
 ## [7.0.1](https://github.com/npm/cli/compare/libnpmsearch-v7.0.0...libnpmsearch-v7.0.1) (2023-12-06)
 
 ### Chores
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index 70001f1349d07..c27673d2202c0 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -1,6 +1,6 @@
 {
   "name": "libnpmsearch",
-  "version": "7.0.1",
+  "version": "7.0.2",
   "description": "Programmatic API for searching in npm and compatible registries.",
   "author": "GitHub Inc.",
   "main": "lib/index.js",
diff --git a/workspaces/libnpmteam/CHANGELOG.md b/workspaces/libnpmteam/CHANGELOG.md
index 5c971e1b719a8..4e52f3e6098ea 100644
--- a/workspaces/libnpmteam/CHANGELOG.md
+++ b/workspaces/libnpmteam/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [6.0.2](https://github.com/npm/cli/compare/libnpmteam-v6.0.1...libnpmteam-v6.0.2) (2024-04-03)
+
+### Dependencies
+
+* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0`
+
 ## [6.0.1](https://github.com/npm/cli/compare/libnpmteam-v6.0.0...libnpmteam-v6.0.1) (2023-12-06)
 
 ### Chores
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 117d0b0633458..110304fa0a156 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -1,7 +1,7 @@
 {
   "name": "libnpmteam",
   "description": "npm Team management APIs",
-  "version": "6.0.1",
+  "version": "6.0.2",
   "author": "GitHub Inc.",
   "license": "ISC",
   "main": "lib/index.js",