diff --git a/package.json b/package.json index acc0de13..95f9ec2d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "ngx-toastr": "^14.0.0", "node-abi": "^3.2.0", "node-sass": "^7.0.1", - "npmlog": "5.0.1", + "npmlog": "6.0.0", "npx": "^10.2.2", "patch-package": "^6.4.7", "pug": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index b1b282aa..80e682bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5680,17 +5680,7 @@ npm@5.1.0: gauge "~2.7.3" set-blocking "~2.0.0" -npmlog@5.0.1, npmlog@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0" - integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw== - dependencies: - are-we-there-yet "^2.0.0" - console-control-strings "^1.1.0" - gauge "^3.0.0" - set-blocking "^2.0.0" - -npmlog@^6.0.0: +npmlog@6.0.0, npmlog@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-6.0.0.tgz#ba9ef39413c3d936ea91553db7be49c34ad0520c" integrity sha512-03ppFRGlsyUaQFbGC2C8QWJN/C/K7PsfyD9aQdhVKAQIH4sQBc8WASqFBP7O+Ut4d2oo5LoeoboB3cGdBZSp6Q== @@ -5700,6 +5690,16 @@ npmlog@^6.0.0: gauge "^4.0.0" set-blocking "^2.0.0" +npmlog@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0" + integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw== + dependencies: + are-we-there-yet "^2.0.0" + console-control-strings "^1.1.0" + gauge "^3.0.0" + set-blocking "^2.0.0" + npx@^10.2.2: version "10.2.2" resolved "https://registry.npmjs.org/npx/-/npx-10.2.2.tgz"