From 229e231caa54c99459ff81146e7207d18e8817c1 Mon Sep 17 00:00:00 2001 From: "renovate-pagopa[bot]" <164534245+renovate-pagopa[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 05:47:48 +0000 Subject: [PATCH] Bump axios from 0.27.2 to 0.28.1 --- 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 fd1a008..31f885a 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": "^0.28.0", "dotenv": "^16.0.2", "dotenv-cli": "^3.2.0", "npx": "^10.2.2"