From 280c9c2ccfcb3eedf69cf0dc3999399ede432a79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Dec 2024 23:03:38 +0000 Subject: [PATCH] fix: packages/webhooks-solidarity-count/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- packages/webhooks-solidarity-count/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webhooks-solidarity-count/package.json b/packages/webhooks-solidarity-count/package.json index 05c52ff1..c8aeb5a7 100644 --- a/packages/webhooks-solidarity-count/package.json +++ b/packages/webhooks-solidarity-count/package.json @@ -2,7 +2,7 @@ "name": "bonde-webhooks-solidarity-count", "dependencies": { "@elastic/ecs-pino-format": "^1.3.0", - "axios": "^0.19.2", + "axios": "^1.7.8", "components": "workspace:^0.0.3", "dotenv": "^8.6.0", "elastic-apm-node": "^3.21.1",