From 21b1fa8e83268143b13bdb4abbbfb1421bdc566b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 09:14:42 +0000 Subject: [PATCH] deps: bump debug from 4.4.1 to 4.4.3 Bumps [debug](https://github.com/debug-js/debug) from 4.4.1 to 4.4.3. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/4.4.1...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 9842bc03..6fc60b5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@ucanto/principal": "^9.0.2", "@web3-storage/car-block-validator": "^1.2.2", "@web3-storage/w3up-client": "^16.5.2", - "debug": "^4.4.1", + "debug": "^4.4.3", "drand-client": "^1.4.2", "ethers": "^6.15.0", "ipfs-unixfs-exporter": "^13.7.3", @@ -2851,9 +2851,9 @@ } }, "node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "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 2869159d..4104e1d6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@ucanto/principal": "^9.0.2", "@web3-storage/car-block-validator": "^1.2.2", "@web3-storage/w3up-client": "^16.5.2", - "debug": "^4.4.1", + "debug": "^4.4.3", "drand-client": "^1.4.2", "ethers": "^6.15.0", "ipfs-unixfs-exporter": "^13.7.3",