From a66d9c876bd87ef9b3bab5d75c5000b536e359f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 17:33:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fa0bf7..6c9f675 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "commander": "^9.2.0", "request": "^2.88.0", - "restify": "^8.6.1" + "restify": "^10.0.0" }, "devDependencies": {}, "scripts": {