From 161c2a29d879ff7e45c96e7725be539a1a03a631 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Jul 2025 10:11:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d36e669a29..2e643f0ecb7 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "sanitize-html": "^1.14.1", "serialize-error": "2.0.0", "shallowequal": "0.2.2", - "swagger-client": "~3.0.15", + "swagger-client": "~3.10.3", "url-parse": "^1.1.8", "whatwg-fetch": "0.11.1", "worker-loader": "^0.7.1",