diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2019-12-12 16:53:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-12 16:53:14 +0100 |
| commit | 7810b68c82ea9159e575b80058ba598bb28425f7 (patch) | |
| tree | 4e1ef8ed3614c1e540d15730b787c9d5bb0f9585 /web/package.json | |
| parent | a58b8c9cdbfea7bb77d36e646ce14e6f4f1d64f3 (diff) | |
| parent | 1f45e1424284add6266027f24ffe8ff548b72570 (diff) | |
| download | mitmproxy-7810b68c82ea9159e575b80058ba598bb28425f7.tar.gz mitmproxy-7810b68c82ea9159e575b80058ba598bb28425f7.tar.bz2 mitmproxy-7810b68c82ea9159e575b80058ba598bb28425f7.zip | |
Merge pull request #3745 from mhils/v5.x
Prepare 5.0 release
Diffstat (limited to 'web/package.json')
| -rw-r--r-- | web/package.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/web/package.json b/web/package.json index 77b13e8b..187b2980 100644 --- a/web/package.json +++ b/web/package.json @@ -52,21 +52,21 @@ "browserify": "^14.5.0", "envify": "^4.1.0", "eslint": "^4.9.0", - "gulp": "^3.9.1", - "gulp-clean-css": "^3.9.0", - "gulp-eslint": "^4.0.0", - "gulp-less": "^3.3.2", - "gulp-livereload": "^3.8.1", - "gulp-notify": "^3.0.0", + "gulp": "^4.0.2", + "gulp-clean-css": "^4.2.0", + "gulp-eslint": "^6.0.0", + "gulp-less": "^4.0.1", + "gulp-livereload": "^4.0.2", + "gulp-notify": "^3.2.0", "gulp-peg": "^0.2.0", - "gulp-plumber": "^1.1.0", - "gulp-rename": "^1.2.2", - "gulp-sourcemaps": "^2.6.1", + "gulp-plumber": "^1.2.1", + "gulp-rename": "^2.0.0", + "gulp-sourcemaps": "^2.6.5", "gulp-util": "^3.0.8", "jest": "^21.2.1", "uglifyify": "^4.0.4", - "vinyl-buffer": "^1.0.0", - "vinyl-source-stream": "^1.1.0", - "watchify": "^3.9.0" + "vinyl-buffer": "^1.0.1", + "vinyl-source-stream": "^2.0.0", + "watchify": "^3.11.1" } } |
