From 6b2c5fbdb7d414483d9e306ef234acb4cd7ea67c Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Sat, 13 Sep 2025 19:24:41 +0200 Subject: [PATCH 1/2] 4.4.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afc2f8b6..ee8abb52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug", - "version": "4.4.1", + "version": "4.4.3", "repository": { "type": "git", "url": "git://github.com/debug-js/debug.git" From 6704cea64eb6943f74fc82159401731acb170b3c Mon Sep 17 00:00:00 2001 From: Mark Amery Date: Thu, 29 Jan 2026 16:27:54 +0000 Subject: [PATCH 2/2] Fix broken repository URL in package.json (#1003) GitHub hasn't supported the git protocol [since 2022](https://github.blog/security/application-security/improving-git-protocol-security-github/#no-more-unauthenticated-git), so this URL is broken. (This is a common error affecting many projects and I'm opening PRs in bulk to fix it.) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee8abb52..4a69a13c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "4.4.3", "repository": { "type": "git", - "url": "git://github.com/debug-js/debug.git" + "url": "https://github.com/debug-js/debug.git" }, "description": "Lightweight debugging utility for Node.js and the browser", "keywords": [