diff --git a/package.json b/package.json index 38b03bba..76c345c8 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@types/react-redux": "^7.1.9", "@types/seamless-immutable": "7.1.13", "@types/styled-jsx": "2.2.8", - "@types/terser-webpack-plugin": "4.1.0", + "@types/terser-webpack-plugin": "4.2.0", "@types/uuid": "8.3.0", "@types/webpack": "4.41.22", "@typescript-eslint/eslint-plugin": "4.1.1", diff --git a/yarn.lock b/yarn.lock index 3f21c257..401a8fd4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -873,10 +873,10 @@ resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.5.tgz#9adbc12950582aa65ead76bffdf39fe0c27a3c02" integrity sha512-/gG2M/Imw7cQFp8PGvz/SwocNrmKFjFsm5Pb8HdbHkZ1K8pmuPzOX4VeVoiEecFCVf4CsN1r3/BRvx+6sNqwtQ== -"@types/terser-webpack-plugin@4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@types/terser-webpack-plugin/-/terser-webpack-plugin-4.1.0.tgz#c1c195a19d1850153d5eda3e01b29df0701d0979" - integrity sha512-BOHN8/GPYi0e3ch3LHf+O/pkzbc0WKnNuYdNdDmfi+vbcgXpG9Hq6zEJ0C1HwQyYIowVEqMW08/X23c43a47Pw== +"@types/terser-webpack-plugin@4.2.0": + version "4.2.0" + resolved "https://registry.yarnpkg.com/@types/terser-webpack-plugin/-/terser-webpack-plugin-4.2.0.tgz#fe39917d334287c5cf25abcf370867a31ed59cd6" + integrity sha512-oGfGZzjwKY7s8gAYLZJuVuu9GXuc/ACo7bL/DQg7ROFkEMFQULB1W7qZjQrTXf2SkTfQx7/zcerfuLkUCVFGhg== dependencies: "@types/webpack" "*" terser "^4.6.13"