From 54aaab47e7080078b74dfe8f9c3415bcc78bb14d Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Fri, 14 Sep 2018 14:36:54 +0100 Subject: [PATCH] build: update pidusage Fixes https://github.com/angular/angular-cli/pull/12022#issuecomment-417278408 --- packages/angular_devkit/benchmark/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/angular_devkit/benchmark/package.json b/packages/angular_devkit/benchmark/package.json index a65131ac623b..0763f807fd36 100644 --- a/packages/angular_devkit/benchmark/package.json +++ b/packages/angular_devkit/benchmark/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular-devkit/core": "0.0.0", "minimist": "^1.2.0", - "pidusage": "^2.0.16", + "pidusage": "^2.0.17", "pidtree": "^0.3.0", "rxjs": "~6.2.0", "tree-kill": "^1.2.0" diff --git a/yarn.lock b/yarn.lock index 99700269a1ea..7cdc64e6bf72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5811,9 +5811,9 @@ pidtree@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b" -pidusage@^2.0.16: - version "2.0.16" - resolved "https://registry.yarnpkg.com/pidusage/-/pidusage-2.0.16.tgz#46e2e3185eaef253ef6303f766f7aae72f74f98c" +pidusage@^2.0.17: + version "2.0.17" + resolved "https://registry.yarnpkg.com/pidusage/-/pidusage-2.0.17.tgz#6b4a2b4a09026f0e9828f7e5627837e4c0672581" dependencies: safe-buffer "^5.1.2" @@ -7546,7 +7546,7 @@ tough-cookie@~2.4.3: psl "^1.1.24" punycode "^1.4.1" -tree-kill@1.2.0: +tree-kill@1.2.0, tree-kill@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.0.tgz#5846786237b4239014f05db156b643212d4c6f36"