From 2f196f1a8180df6adba1ebb494394f2b755062e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:11:09 +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 9f338fd..bb4ea2c 100644 --- a/client-side-storage-api-handling/package.json +++ b/client-side-storage-api-handling/package.json @@ -18,6 +18,6 @@ "client-web-storage": "^1.4.5", "cors": "^2.8.5", "cwco": "^1.7.0", - "express": "^4.18.1" + "express": "^5.0.0" } }