Skip to content

Commit d9c3bb3

Browse files
clydinmgechev
authored andcommitted
fix(@angular-devkit/build-angular): update tree-kill dependency to 1.2.2
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
1 parent 575f547 commit d9c3bb3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"spdx-satisfies": "^4.0.0",
137137
"tar": "^4.4.4",
138138
"through2": "^2.0.3",
139-
"tree-kill": "^1.2.0",
139+
"tree-kill": "^1.2.2",
140140
"ts-api-guardian": "0.4.6",
141141
"ts-node": "^5.0.0",
142142
"tslint-no-circular-imports": "^0.7.0",

packages/angular_devkit/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"pidusage": "2.0.17",
2020
"pidtree": "0.3.0",
2121
"rxjs": "6.4.0",
22-
"tree-kill": "^1.2.0"
22+
"tree-kill": "^1.2.2"
2323
}
2424
}

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"style-loader": "1.0.0",
5454
"stylus": "0.54.5",
5555
"stylus-loader": "3.0.2",
56-
"tree-kill": "1.2.1",
56+
"tree-kill": "1.2.2",
5757
"terser": "4.3.9",
5858
"terser-webpack-plugin": "1.4.3",
5959
"webpack": "4.39.2",

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.4.0",
27-
"tree-kill": "1.2.1",
27+
"tree-kill": "1.2.2",
2828
"webpack-sources": "1.4.3"
2929
},
3030
"peerDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10446,10 +10446,10 @@ tr46@^1.0.1:
1044610446
dependencies:
1044710447
punycode "^2.1.0"
1044810448

10449-
[email protected].1, tree-kill@^1.2.0:
10450-
version "1.2.1"
10451-
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.1.tgz#5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a"
10452-
integrity sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==
10449+
[email protected].2, tree-kill@^1.2.2:
10450+
version "1.2.2"
10451+
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
10452+
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
1045310453

1045410454
treeify@^1.1.0:
1045510455
version "1.1.0"

0 commit comments

Comments
 (0)