Skip to content

Commit 7662529

Browse files
clydindgp1130
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 (cherry picked from commit d9c3bb3)
1 parent 6a4e95a commit 7662529

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"spdx-satisfies": "^4.0.0",
120120
"tar": "^4.4.4",
121121
"through2": "^2.0.3",
122-
"tree-kill": "^1.2.0",
122+
"tree-kill": "^1.2.2",
123123
"ts-node": "^5.0.0",
124124
"tslint-no-circular-imports": "^0.6.0",
125125
"tslint-sonarts": "1.9.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.3.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
@@ -42,7 +42,7 @@
4242
"style-loader": "0.23.1",
4343
"stylus": "0.54.5",
4444
"stylus-loader": "3.0.2",
45-
"tree-kill": "1.2.1",
45+
"tree-kill": "1.2.2",
4646
"terser-webpack-plugin": "1.4.3",
4747
"webpack": "4.29.0",
4848
"webpack-dev-middleware": "3.5.1",

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

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10007,15 +10007,10 @@ tough-cookie@~2.4.3:
1000710007
psl "^1.1.24"
1000810008
punycode "^1.4.1"
1000910009

10010-
10011-
version "1.2.1"
10012-
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.1.tgz#5398f374e2f292b9dcc7b2e71e30a5c3bb6c743a"
10013-
integrity sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==
10014-
10015-
tree-kill@^1.2.0:
10016-
version "1.2.0"
10017-
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.0.tgz#5846786237b4239014f05db156b643212d4c6f36"
10018-
integrity sha512-DlX6dR0lOIRDFxI0mjL9IYg6OTncLm/Zt+JiBhE5OlFcAR8yc9S7FFXU9so0oda47frdM/JFsk7UjNt9vscKcg==
10010+
[email protected], tree-kill@^1.2.2:
10011+
version "1.2.2"
10012+
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
10013+
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
1001910014

1002010015
treeify@^1.1.0:
1002110016
version "1.1.0"

0 commit comments

Comments
 (0)