From 6a940ca66fc63d5654baa095732bbb00fd619020 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 14:05:18 +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-6144788 --- 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" } }