Skip to content

Commit 454f078

Browse files
chore(deps): update dependency rollup-plugin-terser to v5.2.0 (#751)
Co-authored-by: WhiteSource Renovate <[email protected]>
1 parent cf7f774 commit 454f078

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"rollup-plugin-commonjs": "10.1.0",
6262
"rollup-plugin-node-resolve": "5.2.0",
6363
"rollup-plugin-replace": "2.2.0",
64-
"rollup-plugin-terser": "5.1.3",
64+
"rollup-plugin-terser": "5.2.0",
6565
"semantic-release": "15.14.0",
6666
"ts-jest": "24.3.0",
6767
"typescript": "3.5.3"

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7259,18 +7259,18 @@ [email protected]:
72597259
magic-string "^0.25.2"
72607260
rollup-pluginutils "^2.6.0"
72617261

7262-
rollup-plugin-terser@5.1.3:
7263-
version "5.1.3"
7264-
resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-5.1.3.tgz#5f4c4603b12b4f8d093f4b6f31c9aa5eba98a223"
7265-
integrity sha512-FuFuXE5QUJ7snyxHLPp/0LFXJhdomKlIx/aK7Tg88Yubsx/UU/lmInoJafXJ4jwVVNcORJ1wRUC5T9cy5yk0wA==
7262+
rollup-plugin-terser@5.2.0:
7263+
version "5.2.0"
7264+
resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-5.2.0.tgz#ba758adf769347b7f1eaf9ef35978d2e207dccc7"
7265+
integrity sha512-jQI+nYhtDBc9HFRBz8iGttQg7li9klmzR62RG2W2nN6hJ/FI2K2ItYQ7kJ7/zn+vs+BP1AEccmVRjRN989I+Nw==
72667266
dependencies:
7267-
"@babel/code-frame" "^7.0.0"
7268-
jest-worker "^24.6.0"
7269-
rollup-pluginutils "^2.8.1"
7267+
"@babel/code-frame" "^7.5.5"
7268+
jest-worker "^24.9.0"
7269+
rollup-pluginutils "^2.8.2"
72707270
serialize-javascript "^2.1.2"
7271-
terser "^4.1.0"
7271+
terser "^4.6.2"
72727272

7273-
rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
7273+
rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
72747274
version "2.8.2"
72757275
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
72767276
integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==
@@ -8036,10 +8036,10 @@ term-size@^1.2.0:
80368036
dependencies:
80378037
execa "^0.7.0"
80388038

8039-
terser@^4.1.0:
8040-
version "4.4.3"
8041-
resolved "https://registry.yarnpkg.com/terser/-/terser-4.4.3.tgz#401abc52b88869cf904412503b1eb7da093ae2f0"
8042-
integrity sha512-0ikKraVtRDKGzHrzkCv5rUNDzqlhmhowOBqC0XqUHFpW+vJ45+20/IFBcebwKfiS2Z9fJin6Eo+F1zLZsxi8RA==
8039+
terser@^4.6.2:
8040+
version "4.6.2"
8041+
resolved "https://registry.yarnpkg.com/terser/-/terser-4.6.2.tgz#cb1cf055e7f70caa5863f00ba3e67dc3c97b5150"
8042+
integrity sha512-6FUjJdY2i3WZAtYBtnV06OOcOfzl+4hSKYE9wgac8rkLRBToPDDrBB2AcHwQD/OKDxbnvhVy2YgOPWO2SsKWqg==
80438043
dependencies:
80448044
commander "^2.20.0"
80458045
source-map "~0.6.1"

0 commit comments

Comments
 (0)