From d61034ecd8d58e1717eae2f41a6bbce243001b0b Mon Sep 17 00:00:00 2001 From: KaustubhKumar05 Date: Tue, 20 Aug 2024 13:23:04 +0530 Subject: [PATCH] fix: axios semver --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed89260efc..52db340ecb 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "resolutions": { "loader-utils": "^2.0.4", - "axios": "1.7.4" + "axios": "^1.7.4" }, "workspaces": [ "packages/*",