From 309534d9baa52d600d23eed1e2d8cbf7f8c57775 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 14:45:54 +0000 Subject: [PATCH] Update dependency express to v5 --- client-side-storage-api-handling/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-side-storage-api-handling/package.json b/client-side-storage-api-handling/package.json index b870a0b..91331c7 100644 --- a/client-side-storage-api-handling/package.json +++ b/client-side-storage-api-handling/package.json @@ -15,6 +15,6 @@ "client-web-storage": "^1.4.5", "cors": "^2.8.5", "cwco": "^1.7.0", - "express": "^4.18.1" + "express": "^5.0.0" } }