diff --git a/docs/integrations/webhooks/overview.mdx b/docs/integrations/webhooks/overview.mdx
index a3af734b7..f1d119aad 100644
--- a/docs/integrations/webhooks/overview.mdx
+++ b/docs/integrations/webhooks/overview.mdx
@@ -26,6 +26,10 @@ Accept: application/json
}
```
+
+ To see all available webhook scopes that can be used in the `scope` property, consult the [Webhook Events](/docs/integrations/webhooks/events) reference.
+
+
Webhooks endpoints are available on both the V3 and V2 REST API.
diff --git a/package-lock.json b/package-lock.json
index 4e3f8f486..c59d4cfc5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"eslint-plugin-mdx": "^2.0.5"
},
"engines": {
- "node": ">= 14.0.0"
+ "node": ">= 18.0.0"
}
},
"node_modules/@babel/code-frame": {