diff --git a/package-lock.json b/package-lock.json index cf05c05b..dacaa951 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 d5f8d83c..1fd1a5cf 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",