From c57fcdf810f82516ed4dfbc231a01eb2813c6e6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 23:31:28 +0000 Subject: [PATCH] Update dependency axios to ^0.31.1 [SECURITY] --- packages/axios/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/axios/package.json b/packages/axios/package.json index 88efc08..ca3d226 100644 --- a/packages/axios/package.json +++ b/packages/axios/package.json @@ -20,6 +20,6 @@ }, "dependencies": { "@client-fetch/core": "1.0.0", - "axios": "^0.27.0" + "axios": "^0.31.1" } }