Skip to content

Commit c1770e5

Browse files
authored
Merge pull request #43 from ryanhefner/greenkeeper/rollup-plugin-uglify-6.0.0
Update rollup-plugin-uglify to the latest version 🚀
2 parents 36489f1 + b72ab4c commit c1770e5

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"rollup-plugin-commonjs": "^9.1.0",
6666
"rollup-plugin-json": "^3.0.0",
6767
"rollup-plugin-node-resolve": "^3.2.0",
68-
"rollup-plugin-uglify": "^5.0.2",
68+
"rollup-plugin-uglify": "^6.0.0",
6969
"rollup-watch": "^4.3.1"
7070
},
7171
"jest": {

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4031,13 +4031,14 @@ rollup-plugin-node-resolve@^3.2.0:
40314031
is-module "^1.0.0"
40324032
resolve "^1.1.6"
40334033

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"
40374037
dependencies:
40384038
"@babel/code-frame" "^7.0.0"
40394039
jest-worker "^23.2.0"
4040-
uglify-js "^3.4.8"
4040+
serialize-javascript "^1.5.0"
4041+
uglify-js "^3.4.9"
40414042

40424043
rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.2.0, rollup-pluginutils@^2.3.0:
40434044
version "2.3.1"
@@ -4109,6 +4110,10 @@ sax@^1.2.4:
41094110
version "5.5.1"
41104111
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.1.tgz#7dfdd8814bdb7cabc7be0fb1d734cfb66c940477"
41114112

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+
41124117
set-blocking@^2.0.0, set-blocking@~2.0.0:
41134118
version "2.0.0"
41144119
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -4476,7 +4481,7 @@ uglify-js@^2.6:
44764481
optionalDependencies:
44774482
uglify-to-browserify "~1.0.0"
44784483

4479-
uglify-js@^3.4.8:
4484+
uglify-js@^3.4.9:
44804485
version "3.4.9"
44814486
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.9.tgz#af02f180c1207d76432e473ed24a28f4a782bae3"
44824487
dependencies:

0 commit comments

Comments
 (0)