diff --git a/package-lock.json b/package-lock.json index 21abcb20..d12daa99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,12 +6,12 @@ "packages": { "": { "name": "loopback-connector", - "version": "6.2.7", + "version": "6.2.8", "license": "MIT", "dependencies": { "async": "^3.2.6", "bluebird": "^3.7.2", - "debug": "^4.4.2", + "debug": "^4.4.1", "msgpack5": "^6.0.2", "strong-globalize": "^6.0.6", "uuid": "^11.1.0" @@ -1823,9 +1823,9 @@ } }, "node_modules/debug": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.2.tgz", - "integrity": "sha512-IQeXCZhGRpFiLI3MYlCGLjNssUBiE8G21RMyNH35KFsxIvhrMeh5jXuG82woDZrYX9pgqHs+GF5js2Ducn4y4A==", + "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 8ef72be0..a628d4db 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "async": "^3.2.6", "bluebird": "^3.7.2", - "debug": "^4.4.2", + "debug": "^4.4.1", "msgpack5": "^6.0.2", "strong-globalize": "^6.0.6", "uuid": "^11.1.0"