From a0b5c4148e26d68d99357f049b8722bbddca0569 Mon Sep 17 00:00:00 2001 From: "renovate-pagopa[bot]" <164534245+renovate-pagopa[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 06:04:59 +0000 Subject: [PATCH] Bump axios from 0.27.2 to 1.7.0 --- integration-test/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-test/src/package.json b/integration-test/src/package.json index cbd2c86..429ba09 100644 --- a/integration-test/src/package.json +++ b/integration-test/src/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@cucumber/cucumber": "^8.4.0", - "axios": "^0.27.2", + "axios": "^1.0.0", "dotenv": "^16.0.2", "dotenv-cli": "^3.2.0", "npx": "^10.2.2"