diff options
author | Adam Spiers <git@adamspiers.org> | 2018-05-17 00:05:57 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2018-05-17 00:05:57 +0100 |
commit | 655f650f6b16c2fcd6754e239850437578b942b0 (patch) | |
tree | 731a3d0fe47fbca67c8b74d8f3b0ec667de2a3ff /git_deps | |
parent | 64071ebba7443400227b889a9f204398f6b1ee0a (diff) | |
download | git-deps-655f650f6b16c2fcd6754e239850437578b942b0.tar.gz |
update dagre based on security advice from npm
Diffstat (limited to 'git_deps')
-rw-r--r-- | git_deps/html/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/git_deps/html/package.json b/git_deps/html/package.json index dccc697..6b8607e 100644 --- a/git_deps/html/package.json +++ b/git_deps/html/package.json @@ -25,14 +25,14 @@ "tests" ], "dependencies": { - "d3-tip": "~0.6.6", + "browserify": "*", + "coffeeify": "~1.0.0", "d3": "~3.5.3", - "webcola": "aspiers/WebCola#git-deps-master", + "d3-tip": "~0.6.6", + "dagre": "^0.8.2", "jquery": "~3.0.0", "noty": "~v2.4.1", - "browserify": "*", - "coffeeify": "~1.0.0", - "dagre": "~0.7.1" + "webcola": "aspiers/WebCola#git-deps-master" }, "devDependencies": { "watchify": "*" |