From 67e4aea55045e1049d97f1f757ed92e00d404f80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 05:50:13 +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-AXIOS-6032459 --- 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..285cf7772 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.7.0" } }