From 2a1495280513aff3873a4797ad91ba2ed64dba92 Mon Sep 17 00:00:00 2001 From: Anna Bocharova Date: Wed, 25 Sep 2024 22:36:25 +0200 Subject: [PATCH] Testing compatibility with express 5 and express-zod-api 20.14 (#297) --- tests/compat/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/compat/package.json b/tests/compat/package.json index d6606b9..c936fea 100644 --- a/tests/compat/package.json +++ b/tests/compat/package.json @@ -5,8 +5,8 @@ "type": "module", "dependencies": { "zod-sockets": "link:../..", - "express": "^4.18.2", - "express-zod-api": "^20.0.0-beta.1", + "express": "^5.0.0", + "express-zod-api": "^20.14.0", "http-errors": "^2.0.0" } }