From d2e9e7a154f7514441fa72672ce81bdeb38aa80e Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 11:11:09 +0000 Subject: [PATCH] Update debug to version 4.3.6 --- thunksqueue/package-lock.json | 6 +++--- thunksqueue/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thunksqueue/package-lock.json b/thunksqueue/package-lock.json index d912c1a7b..31e247836 100644 --- a/thunksqueue/package-lock.json +++ b/thunksqueue/package-lock.json @@ -235,9 +235,9 @@ } }, "debug": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", - "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", "requires": { "ms": "2.1.2" } diff --git a/thunksqueue/package.json b/thunksqueue/package.json index 1e61bf6ff..11e50bc31 100644 --- a/thunksqueue/package.json +++ b/thunksqueue/package.json @@ -10,7 +10,7 @@ "command-line-args": "^5.1.1", "command-line-usage": "^6.1.3", "config": "^3.3.9", - "debug": "^4.3.2", + "debug": "^4.3.6", "assert": "^2.0.0", "fs": "^0.0.2", "mkdirp": "^1.0.4",