From a9e933485dc84a5ec9a11ba549a5c5768494c2ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 14:44:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54c28aa..975b55b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "cross-env": "3.1.3", "date-fns": "1.10.0", "debounce": "^1.0.0", - "express": "4.14.0", + "express": "4.22.0", "immutable": "3.8.1", "invariant": "2.2.1", "ip": "1.1.3",