aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2019-12-12 16:28:11 +0100
committerMaximilian Hils <git@maximilianhils.com>2019-12-12 16:28:11 +0100
commit60b95d12f2717dede5602cb23e75ef24a4791450 (patch)
tree8bbe1036a037c249c5785c779336ee5a1f0b9074 /web/package.json
parent005cb7cf5a5f93c3a9f9bcac11779d0c947d08bb (diff)
downloadmitmproxy-60b95d12f2717dede5602cb23e75ef24a4791450.tar.gz
mitmproxy-60b95d12f2717dede5602cb23e75ef24a4791450.tar.bz2
mitmproxy-60b95d12f2717dede5602cb23e75ef24a4791450.zip
[web] update gulp to fix nodejs compatibility
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json24
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"
}
}