From 343d64a77cea54f881858fd2c5bcfe788f6527fd Mon Sep 17 00:00:00 2001 From: Shreyaschorge Date: Thu, 18 Sep 2025 20:58:47 +0530 Subject: [PATCH] Enfore resolutions --- bin/init.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/init.js b/bin/init.js index 9c204d5..a2c3c2b 100644 --- a/bin/init.js +++ b/bin/init.js @@ -584,7 +584,9 @@ export async function init( "supports-color": "10.2.0", "strip-ansi": "7.1.0", "chalk": "5.6.0", - "ansi-styles": "6.2.1" + "ansi-styles": "6.2.1", + 'axios@^1': '>=1 <2', + 'axios@^0': '>=0 <1', }; // npm v8.3+ overrides