diff --git a/package-lock.json b/package-lock.json index 8a9961f..e9239a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5415,13 +5415,13 @@ } }, "npmlog": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz", - "integrity": "sha1-0DlQ4OeM4VJ7om0qdZLpNIrD518=", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", "requires": { "are-we-there-yet": "~1.1.2", "console-control-strings": "~1.1.0", - "gauge": "~2.7.1", + "gauge": "~2.7.3", "set-blocking": "~2.0.0" } }, diff --git a/package.json b/package.json index aebe6c0..5b4a7d4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "@parse/node-apn": "3.2.0", "@parse/node-gcm": "1.0.2", - "npmlog": "4.0.2", + "npmlog": "4.1.2", "parse": "2.16.0" }, "engines": {