From b522107d414e63e90b74769efb5d64db2e176a7e Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Wed, 14 Feb 2024 13:54:21 -0800 Subject: [PATCH] docs: bump supported knex version in ESM doc (#3872) Refs: #3659 --- docs/esm.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/esm.asciidoc b/docs/esm.asciidoc index c386cadd4c..d984b3881e 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 | | |=======================================================================