From 37a8ce5dc49ed783a69ebbf1f77bad7efb51dde3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jul 2025 05:30:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0adfea4..2e713587 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "homepage": "https://github.com/Zooz/predator#readme", "dependencies": { - "artillery": "^1.7.9", + "artillery": "^2.0.22", "aws-sdk": "^2.814.0", "body-parser": "^1.19.0", "cron": "^1.8.1",