From b56441f5173d54445851b2301bf2594e1859e187 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 18:19:34 +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-6124857 --- 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" } }