From db8db722753988b747279d96fb0c4441af084fc3 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 16 May 2018 17:01:18 +0100 Subject: update JQuery to 3.0.x According to GitHub this will avoid a couple of known security vulnerabilities, although I don't think they are likely to have much impact in this context anyway. --- git_deps/html/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_deps/html/package.json b/git_deps/html/package.json index d4dfcd7..19aef4a 100644 --- a/git_deps/html/package.json +++ b/git_deps/html/package.json @@ -28,7 +28,7 @@ "d3-tip": "~0.6.6", "d3": "~3.5.3", "webcola": "aspiers/WebCola#git-deps-master", - "jquery": "~2.1.3", + "jquery": "~3.0.0", "noty": "~v2.4.1", "browserify": "*", "coffeeify" : "~1.0.0", -- cgit