From bb3e3ce0a877d3e332cfe8d727854e4312e80948 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Mar 2026 14:08:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESSRATELIMIT-15440710 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 115ca6b052..0e733c0a6b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "cors": "2.8.6", "deepcopy": "2.1.0", "express": "5.2.1", - "express-rate-limit": "8.2.1", + "express-rate-limit": "8.2.2", "follow-redirects": "1.15.9", "graphql": "16.11.0", "graphql-list-fields": "2.0.4",