From 8ead96dbe9663938ea48fdb01229b5c4973d3240 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:27:54 +0000 Subject: [PATCH] Update dependency axios to ^0.28.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..ed660ae 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.28.0" } }