From 76f942449e24662bcf87a207b4dd18dfbbad6bdb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Mar 2024 05:09:02 +0000 Subject: [PATCH] fix: azure-node-line-bot/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- azure-node-line-bot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-node-line-bot/package.json b/azure-node-line-bot/package.json index fa730d2ba..7314c52c4 100644 --- a/azure-node-line-bot/package.json +++ b/azure-node-line-bot/package.json @@ -11,6 +11,6 @@ "serverless-azure-functions": "*" }, "dependencies": { - "@line/bot-sdk": "^6.3.0" + "@line/bot-sdk": "^7.3.0" } }