From ac4d92f382b3856ea28197e52412cf00a02555a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 20:53:26 +0000 Subject: [PATCH] Update dependency axios to ^0.32.0 [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..b3f1f4b 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.32.0" } }