diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-10-24 12:46:27 -0700 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2018-10-24 12:47:47 -0700 |
commit | 67a142271f6a590a4307d30ac5c5359632ff21c4 (patch) | |
tree | 34ea6774cce3cc2548b1b71be4d81276340b159d /haddock-api/resources/html/package.json | |
parent | e2cd0a8095e6fe3c5081e73beff0d2e2a1cc00f8 (diff) |
Update JS dependencies
This was done via `npm audit fix`. I think this fixes #903 along with
some more serious vulnerabilities that nobody seems to have noticed.
Diffstat (limited to 'haddock-api/resources/html/package.json')
-rw-r--r-- | haddock-api/resources/html/package.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/haddock-api/resources/html/package.json b/haddock-api/resources/html/package.json index 165c4cb5..e7967351 100644 --- a/haddock-api/resources/html/package.json +++ b/haddock-api/resources/html/package.json @@ -17,17 +17,17 @@ "Alex Biehl <alexbiehl@gmail.com>" ], "dependencies": { - "fuse.js": "^3.1.0", - "preact": "^8.2.5" + "fuse.js": "^3.3.0", + "preact": "^8.3.1" }, "devDependencies": { - "browserify": "^14.4.0", - "gulp": "^3.9.1", - "gulp-sourcemaps": "^2.6.1", - "gulp-uglify": "^3.0.0", - "tsify": "^3.0.3", - "typescript": "^2.5.2", - "vinyl-buffer": "^1.0.0", - "vinyl-source-stream": "^1.1.0" + "browserify": "^14.5.0", + "gulp": "^4.0.0", + "gulp-sourcemaps": "^2.6.4", + "gulp-uglify": "^3.0.1", + "tsify": "^3.0.4", + "typescript": "^2.9.2", + "vinyl-buffer": "^1.0.1", + "vinyl-source-stream": "^2.0.0" } } |