diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 62ea8787e2c8c7..9c1b58d39ab7fd 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2719,13 +2719,25 @@ native modules. It was incomplete so far and instead it's better to rely upon
`require('module').builtinModules`.
-### DEP0143: `module.parent`
+### DEP0143: `Transform._transformState`
+Type: Runtime
+`Transform._transformState` will be removed in future versions where it is
+no longer required due to simplification of the implementation.
+
+
+### DEP0144: `module.parent`
+
Type: Documentation-only (supports [`--pending-deprecation`][])
@@ -2751,12 +2763,12 @@ const moduleParents = Object.values(require.cache)
.filter((m) => m.children.includes(module));
```
-
-### DEP0XXX: `socket.bufferSize`
+
+### DEP0145: `socket.bufferSize`