From 06b7855e612eabaee47bd14285eca5bd97a5659d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 21:29:21 +0000 Subject: [PATCH] fix: samples/typescript_nodejs/13.core-bot/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- samples/typescript_nodejs/13.core-bot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/typescript_nodejs/13.core-bot/package.json b/samples/typescript_nodejs/13.core-bot/package.json index 89374b9bcb..d97fa10d7b 100644 --- a/samples/typescript_nodejs/13.core-bot/package.json +++ b/samples/typescript_nodejs/13.core-bot/package.json @@ -44,7 +44,7 @@ "botbuilder-testing": "~4.15.0", "dotenv": "^8.2.0", "replace": "~1.2.0", - "restify": "~8.6.0" + "restify": "~9.0.0" }, "devDependencies": { "@types/dotenv": "6.1.1",