From 61cd51d02a86cb6ca8d510fb3ea3a1ed73f7beec Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Thu, 22 Feb 2024 15:49:41 +0800 Subject: [PATCH] feat: urllib-next alias to npm:urllib (#5299) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 955637b2f0..68a7222ffc 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "onelogger": "^1.0.0", "sendmessage": "^2.0.0", "urllib": "^2.33.0", - "urllib-next": "^3.9.0", + "urllib-next": "npm:urllib@^3.22.4", "utility": "^1.17.0", "ylru": "^1.3.2" },