From f1dcd1570ff6aad0bd52940f6ddf96a0738da74d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 21:08:48 +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 d0e05a9..c170b1d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ }, "dependencies": { "lodash": "^4.17.21", - "serve-static": "^1.13.2", + "serve-static": "^1.16.1", "swagger-ui-dist": "^3.22.1" }, "devDependencies": {