diff --git a/package-lock.json b/package-lock.json index 0728aad9e..55e1bbb66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "async": "^3.2.6", "change-case": "^4.1.2", - "debug": "^4.4.0", + "debug": "^4.4.1", "depd": "^2.0.0", "inflection": "^3.0.2", "lodash": "^4.17.21", @@ -1764,9 +1764,9 @@ } }, "node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", "license": "MIT", "dependencies": { "ms": "^2.1.3" diff --git a/package.json b/package.json index 61c481338..dde4dcb2e 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "dependencies": { "async": "^3.2.6", "change-case": "^4.1.2", - "debug": "^4.4.0", + "debug": "^4.4.1", "depd": "^2.0.0", "inflection": "^3.0.2", "lodash": "^4.17.21",