Skip to content

Commit 7a49397

Browse files
alan-agius4clydin
authored andcommitted
fix(@angular-devkit/build-angular): update terser to 5.11.0
This brings in a fix for RegExp with unicode. See: https://github.com/terser/terser/blob/master/CHANGELOG.md#v5110
1 parent 480cbe1 commit 7a49397

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"symbol-observable": "4.0.0",
211211
"tar": "^6.1.6",
212212
"temp": "^0.9.0",
213-
"terser": "5.10.0",
213+
"terser": "5.11.0",
214214
"text-table": "0.2.0",
215215
"tree-kill": "1.2.2",
216216
"ts-node": "^10.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"source-map-support": "0.5.21",
6262
"stylus": "0.56.0",
6363
"stylus-loader": "6.2.0",
64-
"terser": "5.10.0",
64+
"terser": "5.11.0",
6565
"text-table": "0.2.0",
6666
"tree-kill": "1.2.2",
6767
"tslib": "2.3.1",

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2759,7 +2759,7 @@ acorn@^7.1.0, acorn@^7.1.1:
27592759
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
27602760
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
27612761

2762-
acorn@^8.4.1, acorn@^8.7.0:
2762+
acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.0:
27632763
version "8.7.0"
27642764
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
27652765
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
@@ -10517,6 +10517,16 @@ [email protected], terser@^5.7.2:
1051710517
source-map "~0.7.2"
1051810518
source-map-support "~0.5.20"
1051910519

10520+
10521+
version "5.11.0"
10522+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.11.0.tgz#2da5506c02e12cd8799947f30ce9c5b760be000f"
10523+
integrity sha512-uCA9DLanzzWSsN1UirKwylhhRz3aKPInlfmpGfw8VN6jHsAtu8HJtIpeeHHK23rxnE/cDc+yvmq5wqkIC6Kn0A==
10524+
dependencies:
10525+
acorn "^8.5.0"
10526+
commander "^2.20.0"
10527+
source-map "~0.7.2"
10528+
source-map-support "~0.5.20"
10529+
1052010530
test-exclude@^6.0.0:
1052110531
version "6.0.0"
1052210532
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"

0 commit comments

Comments
 (0)