Skip to content

Commit 118f698

Browse files
renovate-botclydin
authored andcommitted
build: update terser-webpack-plugin to version 4.2.0
1 parent 245e669 commit 118f698

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"tar": "^6.0.0",
215215
"temp": "^0.9.0",
216216
"terser": "5.3.1",
217-
"terser-webpack-plugin": "4.1.0",
217+
"terser-webpack-plugin": "4.2.0",
218218
"through2": "^4.0.0",
219219
"tree-kill": "1.2.2",
220220
"ts-api-guardian": "0.5.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"stylus": "0.54.8",
6767
"stylus-loader": "3.0.2",
6868
"terser": "5.3.1",
69-
"terser-webpack-plugin": "4.1.0",
69+
"terser-webpack-plugin": "4.2.0",
7070
"tree-kill": "1.2.2",
7171
"webpack": "4.44.1",
7272
"webpack-dev-middleware": "3.7.2",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11458,19 +11458,19 @@ temp@^0.9.0:
1145811458
dependencies:
1145911459
rimraf "~2.6.2"
1146011460

11461-
terser-webpack-plugin@4.1.0:
11462-
version "4.1.0"
11463-
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-4.1.0.tgz#6e9d6ae4e1a900d88ddce8da6a47507ea61f44bc"
11464-
integrity sha512-0ZWDPIP8BtEDZdChbufcXUigOYk6dOX/P/X0hWxqDDcVAQLb8Yy/0FAaemSfax3PAA67+DJR778oz8qVbmy4hA==
11461+
terser-webpack-plugin@4.2.0:
11462+
version "4.2.0"
11463+
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-4.2.0.tgz#6240a71101a55c6823d84e11c8fff380b9dfd26f"
11464+
integrity sha512-Wi0YFbWKG8gBXhbJmrMusRcoXl/C9U5BzIPC2Tn3Si0hejGhhIh0gPf9rEfOCxwigzRPLC8PXv42qDiRTocMXg==
1146511465
dependencies:
1146611466
cacache "^15.0.5"
1146711467
find-cache-dir "^3.3.1"
1146811468
jest-worker "^26.3.0"
1146911469
p-limit "^3.0.2"
11470-
schema-utils "^2.6.6"
11470+
schema-utils "^2.7.1"
1147111471
serialize-javascript "^4.0.0"
1147211472
source-map "^0.6.1"
11473-
terser "^5.0.0"
11473+
terser "^5.3.0"
1147411474
webpack-sources "^1.4.3"
1147511475

1147611476
terser-webpack-plugin@^1.4.3:
@@ -11488,7 +11488,7 @@ terser-webpack-plugin@^1.4.3:
1148811488
webpack-sources "^1.4.0"
1148911489
worker-farm "^1.7.0"
1149011490

11491-
11491+
[email protected], terser@^5.3.0:
1149211492
version "5.3.1"
1149311493
resolved "https://registry.yarnpkg.com/terser/-/terser-5.3.1.tgz#f50fe20ab48b15234fe9bdd86b10148ad5fca787"
1149411494
integrity sha512-yD80f4hdwCWTH5mojzxe1q8bN1oJbsK/vfJGLcPZM/fl+/jItIVNKhFIHqqR71OipFWMLgj3Kc+GIp6CeIqfnA==

0 commit comments

Comments
 (0)