From e9dd42d6c3372e91bd73fc2e675e6cc1ce49aa9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 07:04:09 +0000 Subject: [PATCH] fix: Node/cards-RichCards/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- Node/cards-RichCards/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node/cards-RichCards/package.json b/Node/cards-RichCards/package.json index a4ca22462a..b29a8e6a84 100644 --- a/Node/cards-RichCards/package.json +++ b/Node/cards-RichCards/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "botbuilder": "^3.8.2", - "restify": "^4.3.0", + "restify": "^8.1.0", "dotenv-extended": "^1.0.4" } }