diff --git a/package-lock.json b/package-lock.json
index b3c769b6751ec..bf401dff528fe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9991,7 +9991,7 @@
     },
     "workspaces/arborist": {
       "name": "@npmcli/arborist",
-      "version": "5.2.0",
+      "version": "5.2.1",
       "license": "ISC",
       "dependencies": {
         "@isaacs/string-locale-compare": "^1.1.0",
diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md
index 215daa44631f0..1124ef165b343 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+### [5.2.1](https://github.com/npm/cli/compare/arborist-v5.2.0...arborist-v5.2.1) (2022-06-01)
+
+
+### Bug Fixes
+
+* **arborist:** use rawSpec for bundled and shrinkwrapped deps ([#4963](https://github.com/npm/cli/issues/4963)) ([646b6b5](https://github.com/npm/cli/commit/646b6b5d05de937beb8202e5fd8b8daf3e58e902))
+
 ## [5.2.0](https://github.com/npm/cli/compare/arborist-v5.1.1...arborist-v5.2.0) (2022-05-10)
 
 
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index e6d2d9613c206..baae74e25ac7b 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@npmcli/arborist",
-  "version": "5.2.0",
+  "version": "5.2.1",
   "description": "Manage node_modules trees",
   "dependencies": {
     "@isaacs/string-locale-compare": "^1.1.0",