From a9631314d3c8d78bae592e26fb7404c5b69c47d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Nov 2023 23:39:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SWAGGERUIDIST-6056393 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 274d4a22..062bcc24 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "python-restx authors", "license": "BSD-3-Clause", "dependencies": { - "swagger-ui-dist": "^3.4.0", + "swagger-ui-dist": "^4.1.3", "typeface-droid-sans": "0.0.40" } }