diff --git a/thunksqueue/package-lock.json b/thunksqueue/package-lock.json index b1a2e657d..4d8f34434 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.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", "requires": { "ms": "2.1.2" } diff --git a/thunksqueue/package.json b/thunksqueue/package.json index 0b020056e..7a67d9e5b 100644 --- a/thunksqueue/package.json +++ b/thunksqueue/package.json @@ -10,7 +10,7 @@ "command-line-args": "^5.1.1", "command-line-usage": "^6.0.0", "config": "^3.3.1", - "debug": "^4.3.2", + "debug": "^4.3.3", "assert": "^2.0.0", "fs": "^0.0.2", "mkdirp": "^1.0.4",