From d20985d98fc11937ea07ea12bfdff986a7931394 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 22:27:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d33da14eee7..400899d62541 100644 --- a/package.json +++ b/package.json @@ -197,7 +197,7 @@ "regenerator-runtime": "^0.11.0", "rimraf": "^2.5.4", "semver": "^5.0.3", - "serve-static": "^1.13.1", + "serve-static": "^1.16.1", "shell-quote": "1.6.1", "stacktrace-parser": "^0.1.3", "ws": "^1.1.0",