From 402ae4cf9667f45b9a4f56a143fd5880835bee7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Jul 2025 08:58:12 +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 - https://snyk.io/vuln/SNYK-JS-ONHEADERS-10773729 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 98b162b0f5..b0b7783793 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "component-closest": "~1.0.1", "component-dom": "1.0.8", "component-spin": "0.1.1", - "compression": "1.6.2", + "compression": "1.8.1", "cookie-parser": "1.4.3", "cors": "~2.8.1", "debug": "~2.6.3", @@ -130,7 +130,7 @@ "is-express-schema-valid": "1.0.2", "jade": "^1.11.0", "jadeify": "~4.6.0", - "jsdom": "~9.12.0", + "jsdom": "~16.6.0", "json-2-csv": "^2.1.0", "jwt-simple": "~0.5.1", "keyboardevent-key-polyfill": "^1.0.1", @@ -178,7 +178,7 @@ "string-natural-compare": "~2.0.2", "striptags": "~3.0.1", "stylus": "~0.54.5", - "superagent": "^2.0.0", + "superagent": "^10.2.2", "t-component": "^1.0.0", "tags-input": "^1.1.1", "through2-concurrent": "~1.1.1",