diff --git a/package.json b/package.json index fd315f1e6..b1f0aca8d 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "rimraf": "^3.0.2", "source-map-support": "^0.5.19", "styled-components": "^5.3.5", - "terser": "^5.7.0", + "terser": "^5.15.0", "terser-webpack-plugin": "^5.1.4", "ts-loader": "^9.2.3", "tsconfig-paths-webpack-plugin": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 5414853d5..c3acf591f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6586,10 +6586,10 @@ terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.1.4: serialize-javascript "^6.0.0" terser "^5.7.2" -terser@^5.10.0, terser@^5.7.0, terser@^5.7.2: - version "5.14.2" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.14.2.tgz#9ac9f22b06994d736174f4091aa368db896f1c10" - integrity sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA== +terser@^5.10.0, terser@^5.15.0, terser@^5.7.2: + version "5.15.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.15.0.tgz#e16967894eeba6e1091509ec83f0c60e179f2425" + integrity sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA== dependencies: "@jridgewell/source-map" "^0.3.2" acorn "^8.5.0"