From c41f0757f5f3d9c0dac117606c6312c8c889a3ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Aug 2024 14:16:32 +0000 Subject: [PATCH] feat: upgrade axios from 0.21.4 to 1.7.3 Snyk has created this PR to upgrade axios from 0.21.4 to 1.7.3. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/cachiman/project/771637c0-364c-43b6-a002-d7bd9e075769?utm_source=github&utm_medium=referral&page=upgrade-pr --- e2e/worker/counter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/worker/counter/package.json b/e2e/worker/counter/package.json index 6f532d77f6b..07e41a005fe 100644 --- a/e2e/worker/counter/package.json +++ b/e2e/worker/counter/package.json @@ -8,6 +8,6 @@ }, "dependencies": { "@aws-sdk/client-sqs": "^3.27.0", - "axios": "^0.21.1" + "axios": "^1.7.3" } } \ No newline at end of file