File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 65
65
"rollup-plugin-commonjs" : " ^9.1.0" ,
66
66
"rollup-plugin-json" : " ^3.0.0" ,
67
67
"rollup-plugin-node-resolve" : " ^3.2.0" ,
68
- "rollup-plugin-uglify" : " ^5 .0.2 " ,
68
+ "rollup-plugin-uglify" : " ^6 .0.0 " ,
69
69
"rollup-watch" : " ^4.3.1"
70
70
},
71
71
"jest" : {
Original file line number Diff line number Diff line change @@ -4031,13 +4031,14 @@ rollup-plugin-node-resolve@^3.2.0:
4031
4031
is-module "^1.0.0"
4032
4032
resolve "^1.1.6"
4033
4033
4034
- rollup-plugin-uglify@^5 .0.2 :
4035
- version "5 .0.2 "
4036
- resolved "https://registry.yarnpkg.com/rollup-plugin-uglify/-/rollup-plugin-uglify-5 .0.2 .tgz#3d7985faa9760a933eb451fcfb7f54bf76c0651d "
4034
+ rollup-plugin-uglify@^6 .0.0 :
4035
+ version "6 .0.0 "
4036
+ resolved "https://registry.yarnpkg.com/rollup-plugin-uglify/-/rollup-plugin-uglify-6 .0.0 .tgz#15aa8919e5cdc63b7cfc9319c781788b40084ce4 "
4037
4037
dependencies :
4038
4038
" @babel/code-frame" " ^7.0.0"
4039
4039
jest-worker "^23.2.0"
4040
- uglify-js "^3.4.8"
4040
+ serialize-javascript "^1.5.0"
4041
+ uglify-js "^3.4.9"
4041
4042
4042
4043
rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.2.0, rollup-pluginutils@^2.3.0 :
4043
4044
version "2.3.1"
@@ -4109,6 +4110,10 @@ sax@^1.2.4:
4109
4110
version "5.5.1"
4110
4111
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.1.tgz#7dfdd8814bdb7cabc7be0fb1d734cfb66c940477"
4111
4112
4113
+ serialize-javascript@^1.5.0 :
4114
+ version "1.5.0"
4115
+ resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.5.0.tgz#1aa336162c88a890ddad5384baebc93a655161fe"
4116
+
4112
4117
set-blocking@^2.0.0, set-blocking@~2.0.0 :
4113
4118
version "2.0.0"
4114
4119
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -4476,7 +4481,7 @@ uglify-js@^2.6:
4476
4481
optionalDependencies :
4477
4482
uglify-to-browserify "~1.0.0"
4478
4483
4479
- uglify-js@^3.4.8 :
4484
+ uglify-js@^3.4.9 :
4480
4485
version "3.4.9"
4481
4486
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.9.tgz#af02f180c1207d76432e473ed24a28f4a782bae3"
4482
4487
dependencies :
You can’t perform that action at this time.
0 commit comments