From 498f0d8f0a63dc7fcf5631e049d967a38d558968 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 03:01:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9479c13..5c6956a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "test": "npm run lint && npm run security-check && npm run coverage && npm run compile" }, "dependencies": { - "botbuilder": "^3.0.0", + "botbuilder": "^4.0.6", "bunyan": "^1.0.0", "lodash": "^4.0.0", "restify": "^6.0.0",