Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update tree-kill dependency to 1.2.2
Browse files Browse the repository at this point in the history
While the CLI is not affected by the following advisory, this change will address the audit warning and prevent potential future usage of the package within the CLI from being affected.
Advisory: https://www.npmjs.com/advisories/1432
  • Loading branch information
clydin authored and mgechev committed Jan 13, 2020
1 parent 575f547 commit d9c3bb3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"spdx-satisfies": "^4.0.0",
"tar": "^4.4.4",
"through2": "^2.0.3",
"tree-kill": "^1.2.0",
"tree-kill": "^1.2.2",
"ts-api-guardian": "0.4.6",
"ts-node": "^5.0.0",
"tslint-no-circular-imports": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"pidusage": "2.0.17",
"pidtree": "0.3.0",
"rxjs": "6.4.0",
"tree-kill": "^1.2.0"
"tree-kill": "^1.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"style-loader": "1.0.0",
"stylus": "0.54.5",
"stylus-loader": "3.0.2",
"tree-kill": "1.2.1",
"tree-kill": "1.2.2",
"terser": "4.3.9",
"terser-webpack-plugin": "1.4.3",
"webpack": "4.39.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@angular-devkit/core": "0.0.0",
"enhanced-resolve": "4.1.0",
"rxjs": "6.4.0",
"tree-kill": "1.2.1",
"tree-kill": "1.2.2",
"webpack-sources": "1.4.3"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10446,10 +10446,10 @@ tr46@^1.0.1:
dependencies:
punycode "^2.1.0"

tree-kill@1.2.1, tree-kill@^1.2.0:
version "1.2.1"
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.1.tgz#5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a"
integrity sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==
tree-kill@1.2.2, tree-kill@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==

treeify@^1.1.0:
version "1.1.0"
Expand Down

0 comments on commit d9c3bb3

Please sign in to comment.