From 662bdeb295a5b5761bebbc6b3af418247f693cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 13:09:53 +0000 Subject: [PATCH] Bump debug from 4.4.0 to 4.4.1 Bumps [debug](https://github.com/debug-js/debug) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/4.4.0...4.4.1) --- updated-dependencies: - dependency-name: debug dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36ab5bc..2215cbb 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.1", "lodash": "^4.17.21" }, "bin": { @@ -531,9 +531,10 @@ "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.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "license": "MIT", "dependencies": { "ms": "^2.1.3" }, @@ -2097,9 +2098,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.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", "requires": { "ms": "^2.1.3" } diff --git a/package.json b/package.json index 120781b..f7350a7 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.1", "lodash": "^4.17.21" }, "devDependencies": {