diff --git a/package-lock.json b/package-lock.json index f3e70566..6a4a65f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "async": "^3.2.6", "bluebird": "^3.7.2", - "debug": "^4.4.1", + "debug": "^4.4.2", "msgpack5": "^6.0.2", "strong-globalize": "^6.0.6", "uuid": "^11.1.0" @@ -1823,9 +1823,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 ba270897..28f32177 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "async": "^3.2.6", "bluebird": "^3.7.2", - "debug": "^4.4.1", + "debug": "^4.4.2", "msgpack5": "^6.0.2", "strong-globalize": "^6.0.6", "uuid": "^11.1.0"