diff options
author | Adam Spiers <git@adamspiers.org> | 2018-05-16 17:01:18 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2018-05-16 17:01:18 +0100 |
commit | db8db722753988b747279d96fb0c4441af084fc3 (patch) | |
tree | d1d6fbc7f1f9cfc3c0da0e61faae43dc9ef951d2 | |
parent | c091a477d14ae74bb7f1e08d7c5bc5c3bcfd7d20 (diff) | |
download | git-deps-1.0.0rc4.tar.gz |
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.
-rw-r--r-- | git_deps/html/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |