Skip to content

Commit bdef022

Browse files
renovate-bothansl
authored andcommittedDec 20, 2018
build: update tree-kill to version 1.2.1
1 parent 7beb07b commit bdef022

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
 

‎packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"style-loader": "0.23.1",
4545
"stylus": "0.54.5",
4646
"stylus-loader": "3.0.2",
47-
"tree-kill": "1.2.0",
47+
"tree-kill": "1.2.1",
4848
"terser-webpack-plugin": "1.1.0",
4949
"webpack": "4.23.1",
5050
"webpack-dev-middleware": "3.4.0",

‎packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@angular-devkit/core": "0.0.0",
2525
"enhanced-resolve": "4.1.0",
2626
"rxjs": "6.3.3",
27-
"tree-kill": "1.2.0",
27+
"tree-kill": "1.2.1",
2828
"webpack-sources": "1.2.0"
2929
},
3030
"peerDependencies": {

‎yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9714,7 +9714,12 @@ tough-cookie@~2.4.3:
97149714
psl "^1.1.24"
97159715
punycode "^1.4.1"
97169716

9717-
tree-kill@1.2.0, tree-kill@^1.2.0:
9717+
tree-kill@1.2.1:
9718+
version "1.2.1"
9719+
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.1.tgz#5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a"
9720+
integrity sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==
9721+
9722+
tree-kill@^1.2.0:
97189723
version "1.2.0"
97199724
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.0.tgz#5846786237b4239014f05db156b643212d4c6f36"
97209725
integrity sha512-DlX6dR0lOIRDFxI0mjL9IYg6OTncLm/Zt+JiBhE5OlFcAR8yc9S7FFXU9so0oda47frdM/JFsk7UjNt9vscKcg==

0 commit comments

Comments
 (0)
Please sign in to comment.