summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-02-11 12:16:08 +0100
committerSamy Pessé <samypesse@gmail.com>2016-12-22 11:46:18 +0100
commit1f1f85210d3f9770f3ed196dd18cdc308fa7e101 (patch)
tree4168c1038a5c7fd75d5049795ec35eb9a84d8cf9 /packages/gitbook-asciidoc
parent6729977826c039ffe69f1b900f622006df427574 (diff)
downloadgitbook-1f1f85210d3f9770f3ed196dd18cdc308fa7e101.zip
gitbook-1f1f85210d3f9770f3ed196dd18cdc308fa7e101.tar.gz
gitbook-1f1f85210d3f9770f3ed196dd18cdc308fa7e101.tar.bz2
Update q and lodash
Diffstat (limited to 'packages/gitbook-asciidoc')
-rwxr-xr-xpackages/gitbook-asciidoc/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gitbook-asciidoc/package.json b/packages/gitbook-asciidoc/package.json
index 2e28b91..4cfdeb0 100755
--- a/packages/gitbook-asciidoc/package.json
+++ b/packages/gitbook-asciidoc/package.json
@@ -5,8 +5,8 @@
"description": "Parse AsciiDoc content for gitbook",
"main": "lib/index.js",
"dependencies": {
- "q": "1.0.1",
- "lodash": "2.4.1",
+ "q": "1.1.2",
+ "lodash": "3.1.0",
"asciidoctor.js": "1.5.2",
"cheerio": "0.18.0"
},