diff --git a/package-lock.json b/package-lock.json index 0f019d1fb..ec65b27c0 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.1", + "debug": "^4.4.2", "depd": "^2.0.0", "inflection": "^3.0.2", "lodash": "^4.17.21", @@ -1768,9 +1768,9 @@ } }, "node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.2.tgz", + "integrity": "sha512-IQeXCZhGRpFiLI3MYlCGLjNssUBiE8G21RMyNH35KFsxIvhrMeh5jXuG82woDZrYX9pgqHs+GF5js2Ducn4y4A==", "license": "MIT", "dependencies": { "ms": "^2.1.3" diff --git a/package.json b/package.json index dcb1c21e1..972d95968 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "dependencies": { "async": "^3.2.6", "change-case": "^4.1.2", - "debug": "^4.4.1", + "debug": "^4.4.2", "depd": "^2.0.0", "inflection": "^3.0.2", "lodash": "^4.17.21",