From 5cb5252624a5b8d603c3e6df5553ba7f164669fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 15:42:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1c9949..1ad8cf1 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/tejashah88/node-alexa-smapi#readme", "dependencies": { - "axios": "^0.19.0" + "axios": "^1.13.5" }, "devDependencies": { "ask-cli": "^1.4.2",