From 0c27e0d54ed10f3e961b2a499edc7579bde18c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:43:59 +0000 Subject: [PATCH] Bump debug in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [debug](https://github.com/debug-js/debug). Updates `debug` from 4.4.2 to 4.4.3 - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/commits/4.4.3) --- updated-dependencies: - dependency-name: debug dependency-version: 4.4.3 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07edd94d..4ba342c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6418,9 +6418,9 @@ } }, "node_modules/debug": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.2.tgz", - "integrity": "sha512-IQeXCZhGRpFiLI3MYlCGLjNssUBiE8G21RMyNH35KFsxIvhrMeh5jXuG82woDZrYX9pgqHs+GF5js2Ducn4y4A==", + "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"