From 3f60c035980801d6f4a5db3902d73ec65a965792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:03:47 +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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36ab5bc..e8a460d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "chia-daemon": "^0.12.3", "command-line-args": "^6.0.1", "command-line-usage": "^7.0.3", - "debug": "^4.4.0", + "debug": "^4.4.3", "lodash": "^4.17.21" }, "bin": { @@ -531,9 +531,9 @@ "dev": true }, "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==", "dependencies": { "ms": "^2.1.3" }, @@ -2097,9 +2097,9 @@ "dev": true }, "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==", "requires": { "ms": "^2.1.3" } diff --git a/package.json b/package.json index 120781b..4aef311 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "chia-daemon": "^0.12.3", "command-line-args": "^6.0.1", "command-line-usage": "^7.0.3", - "debug": "^4.4.0", + "debug": "^4.4.3", "lodash": "^4.17.21" }, "devDependencies": {