From c571492be981ca140b54d4f933362a39ee929c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 20:07:44 +0000 Subject: [PATCH] Bump debug from 4.4.0 to 4.4.3 in /node 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] --- node/package-lock.json | 9 +++++---- node/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/node/package-lock.json b/node/package-lock.json index c221c30..6c94feb 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "cookie-parser": "~1.4.4", "cors": "^2.8.5", - "debug": "~4.4.0", + "debug": "~4.4.3", "express": "^4.21.2", "http-errors": "~2.0.0", "morgan": "^1.10.0", @@ -187,9 +187,10 @@ } }, "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/node/package.json b/node/package.json index b7dd022..758a3a5 100644 --- a/node/package.json +++ b/node/package.json @@ -10,7 +10,7 @@ "dependencies": { "cookie-parser": "~1.4.4", "cors": "^2.8.5", - "debug": "~4.4.0", + "debug": "~4.4.3", "express": "^4.21.2", "http-errors": "~2.0.0", "morgan": "^1.10.0",