diff --git a/package-lock.json b/package-lock.json index 8ef5fe1d..8aeb58f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "async": "^3.2.5", - "debug": "^4.3.5", + "debug": "^4.3.6", "lodash": "^4.17.21", "loopback-connector": "^6.1.7", "mysql2": "^3.6.3", @@ -812,9 +812,9 @@ } }, "node_modules/debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", "license": "MIT", "dependencies": { "ms": "2.1.2" diff --git a/package.json b/package.json index 2c149922..7094d743 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ ], "dependencies": { "async": "^3.2.5", - "debug": "^4.3.5", + "debug": "^4.3.6", "lodash": "^4.17.21", "loopback-connector": "^6.1.7", "mysql2": "^3.6.3",