From 1c29fcf188cc82cc7cfad64525e923dce29f5a75 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Tue, 13 Feb 2024 12:14:56 -0800 Subject: [PATCH] docs: bump supported knex version in ESM doc Refs: #3659 --- docs/esm.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/esm.asciidoc b/docs/esm.asciidoc index c386cadd4cc..d984b3881e2 100644 --- a/docs/esm.asciidoc +++ b/docs/esm.asciidoc @@ -93,7 +93,7 @@ Automatic instrumentation of ES modules is currently limited as described here. | `http` | | See <> above. | | `https` | | See <> above. | | `ioredis` | >=2 <6 | | -| `knex` | >=0.20.0 <3 | Also, only with pg@8. | +| `knex` | >=0.20.0 <4 | Also, only with pg@8. | | `pg` | ^8 | | |=======================================================================