Skip to content

Commit db6dd3d

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 cae7bd8 commit db6dd3d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"spdx-satisfies": "^4.0.0",
145145
"tar": "^4.4.4",
146146
"through2": "^2.0.3",
147-
"tree-kill": "^1.2.0",
147+
"tree-kill": "^1.2.2",
148148
"ts-api-guardian": "0.4.6",
149149
"ts-node": "^5.0.0",
150150
"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.5.3",
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
@@ -58,7 +58,7 @@
5858
"style-loader": "1.0.0",
5959
"stylus": "0.54.7",
6060
"stylus-loader": "3.0.2",
61-
"tree-kill": "1.2.1",
61+
"tree-kill": "1.2.2",
6262
"terser": "4.5.1",
6363
"terser-webpack-plugin": "2.2.1",
6464
"webpack": "4.41.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10487,10 +10487,10 @@ tr46@^1.0.1:
1048710487
dependencies:
1048810488
punycode "^2.1.0"
1048910489

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

1049510495
treeify@^1.1.0:
1049610496
version "1.1.0"

0 commit comments

Comments
 (0)