diff --git a/aio/package.json b/aio/package.json index 5a087c91a0..f5aa3ddcc0 100644 --- a/aio/package.json +++ b/aio/package.json @@ -171,9 +171,5 @@ "watchr": "^3.0.1", "xregexp": "^4.0.0", "yargs": "^7.0.2" - }, - "resolutions": { - "//terser-workaround": "Remove once terser@4.3.5 is released (with a fix).", - "@angular-devkit/build-angular/**/terser": "4.3.2" } } diff --git a/aio/yarn.lock b/aio/yarn.lock index cc39b6eddc..8aaddb7da7 100644 --- a/aio/yarn.lock +++ b/aio/yarn.lock @@ -11388,7 +11388,7 @@ terser-webpack-plugin@^1.4.1: webpack-sources "^1.4.0" worker-farm "^1.7.0" -terser@4.3.2, terser@^4.1.2, terser@^4.3.1: +terser@4.3.2: version "4.3.2" resolved "https://registry.yarnpkg.com/terser/-/terser-4.3.2.tgz#ed830de484b0103652799063e605618e80f97f93" integrity sha512-obxk4x19Zlzj9zY4QeXj9iPCb5W8YGn4v3pn4/fHj0Nw8+R7N02Kvwvz9VpOItCZZD8RC+vnYCDL0gP6FAJ7Xg== @@ -11397,6 +11397,15 @@ terser@4.3.2, terser@^4.1.2, terser@^4.3.1: source-map "~0.6.1" source-map-support "~0.5.12" +terser@^4.1.2, terser@^4.3.1: + version "4.3.8" + resolved "https://registry.yarnpkg.com/terser/-/terser-4.3.8.tgz#707f05f3f4c1c70c840e626addfdb1c158a17136" + integrity sha512-otmIRlRVmLChAWsnSFNO0Bfk6YySuBp6G9qrHiJwlLDd4mxe2ta4sjI7TzIR+W1nBMjilzrMcPOz9pSusgx3hQ== + dependencies: + commander "^2.20.0" + source-map "~0.6.1" + source-map-support "~0.5.12" + text-table@~0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"