From 6d0327b01d53f979ab12eafdef6c5f743b69267c Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 9 Sep 2025 08:44:28 +0200 Subject: [PATCH] fix: downgrade debug package to version 4.4.1 Update the `debug` dependency to version 4.4.1 in both `package.json` and `yarn.lock` to resolve compatibility issues and ensure stability in the application. --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6d8972d..03d02c9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "body-parser": "2.2.0", "cookie-parser": "1.4.7", "cors": "2.8.5", - "debug": "4.4.2", + "debug": "4.4.1", "express": "5.1.0", "https-localhost": "4.7.1", "jsonwebtoken": "9.0.2", diff --git a/yarn.lock b/yarn.lock index cf1d70d..1d9db14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -261,10 +261,10 @@ debug@2.6.9: dependencies: ms "2.0.0" -debug@4.4.2: - version "4.4.2" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.2.tgz#96b480a7fe47cc04fe57f0bf56e058dba2a001fa" - integrity sha512-IQeXCZhGRpFiLI3MYlCGLjNssUBiE8G21RMyNH35KFsxIvhrMeh5jXuG82woDZrYX9pgqHs+GF5js2Ducn4y4A== +debug@4.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b" + integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ== dependencies: ms "^2.1.3"