diff --git a/package-lock.json b/package-lock.json index cb518fa..d4e142b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2464,9 +2464,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/package.json b/package.json index f2bfbf9..edd184a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "dependencies": { "chalk": "3.0.0", "commander": "mateodelnorte/commander.js", - "debug": "4.3.2", + "debug": "4.3.6", "meta-git": "1.1.7", "meta-init": "1.2.5", "meta-loop": "1.2.5",