From aa310a6166b3c874e5ad652ac59c55b3741ab174 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 15:17:06 +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 e0dc1e6..57d25dd 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "botbuilder-cognitiveservices": "^1.1.0", "botbuilder-location": "^2.0.0", "dotenv-extended": "^2.0.1", - "restify": "^5.0.0", + "restify": "^10.0.0", "schema-inspector": "^1.6.8", "snyk": "^1.83.0" },