From b53991f70b12644ab2813d3193173510c96c9c75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 12:49:30 +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" } }