From ebb1863c5d80a9639ea428dd723f28e54ab150d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:48:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0dc1e6..dee852f 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": "^9.0.0", "schema-inspector": "^1.6.8", "snyk": "^1.83.0" },