From 9e6560f94a67b9fcdd7fbafdb9d5e2add2029dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 11:03:56 +0000 Subject: [PATCH] Bump terser from 5.3.1 to 5.3.2 Bumps [terser](https://github.com/terser/terser) from 5.3.1 to 5.3.2. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.3.1...v5.3.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4a290b54..449e3869 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "redux-devtools-extension": "2.13.8", "resize-observer-polyfill": "1.5.1", "style-loader": "1.2.1", - "terser": "5.3.1", + "terser": "5.3.2", "terser-webpack-plugin": "4.2.0", "ts-node": "9.0.0", "typescript": "4.0.3", diff --git a/yarn.lock b/yarn.lock index accb0084..207244fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7760,10 +7760,10 @@ terser-webpack-plugin@^1.4.3: webpack-sources "^1.4.0" worker-farm "^1.7.0" -terser@5.3.1, terser@^5.3.0: - version "5.3.1" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.3.1.tgz#f50fe20ab48b15234fe9bdd86b10148ad5fca787" - integrity sha512-yD80f4hdwCWTH5mojzxe1q8bN1oJbsK/vfJGLcPZM/fl+/jItIVNKhFIHqqR71OipFWMLgj3Kc+GIp6CeIqfnA== +terser@5.3.2, terser@^5.3.0: + version "5.3.2" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.3.2.tgz#f4bea90eb92945b2a028ceef79181b9bb586e7af" + integrity sha512-H67sydwBz5jCUA32ZRL319ULu+Su1cAoZnnc+lXnenGRYWyLE3Scgkt8mNoAsMx0h5kdo758zdoS0LG9rYZXDQ== dependencies: commander "^2.20.0" source-map "~0.6.1"