From 49e945292e7917e5b9766ad5cdf824d8c28d1520 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Jul 2025 19:49:18 +0000 Subject: [PATCH] fix: project-skeletons/restify/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10773732 --- project-skeletons/restify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-skeletons/restify/package.json b/project-skeletons/restify/package.json index 901b5090..a7b08dc3 100644 --- a/project-skeletons/restify/package.json +++ b/project-skeletons/restify/package.json @@ -9,7 +9,7 @@ "main": "app.js", "dependencies": { "restify": "^4.0.2", - "swagger-restify-mw": "^0.1.0" + "swagger-restify-mw": "^0.6.0" }, "devDependencies": { "should": "^7.1.0",