From e83e2dce7e12c2cde189b5515e55a1781ff6f35c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 22:13:10 +0000 Subject: [PATCH] Update dependency axios to ^0.30.3 [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..cca242f 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.30.3" } }