From a4ba5421dd7300d05cab343ac877abab5270b633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 09:02:13 +0000 Subject: [PATCH] Bump debug from 4.4.0 to 4.4.3 Bumps [debug](https://github.com/debug-js/debug) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/4.4.0...4.4.3) --- updated-dependencies: - dependency-name: debug dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2acd7ba..d39afde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/register": "^7.25.9", "cookie-parser": "^1.4.7", "correlation-id": "^5.2.0", - "debug": "~4.4.0", + "debug": "~4.4.3", "esm": "^3.2.25", "express": "^4.21.2", "express-correlation-id": "^3.0.1", @@ -3053,9 +3053,9 @@ } }, "node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "license": "MIT", "dependencies": { "ms": "^2.1.3" diff --git a/package.json b/package.json index 3490867..f338336 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@babel/register": "^7.25.9", "cookie-parser": "^1.4.7", "correlation-id": "^5.2.0", - "debug": "~4.4.0", + "debug": "~4.4.3", "esm": "^3.2.25", "express": "^4.21.2", "express-correlation-id": "^3.0.1",