Update node modules

This commit is contained in:
Samy Pessé
2016-04-08 16:34:53 +02:00
parent bd4ef2354e
commit 1df522e6ec
+10 -10
View File
@@ -9,7 +9,7 @@
"cheerio": "0.20.0",
"chokidar": "1.4.3",
"cp": "0.2.0",
"cpr": "1.0.0",
"cpr": "1.1.1",
"crc": "3.4.0",
"deprecated": "0.0.1",
"destroy": "1.0.4",
@@ -18,7 +18,7 @@
"error": "7.0.2",
"escape-string-regexp": "1.0.5",
"eslint": "^2.2.0",
"front-matter": "2.0.6",
"front-matter": "2.0.7",
"gitbook-asciidoc": "1.1.0",
"gitbook-markdown": "1.2.0",
"gitbook-plugin-fontsettings": "1.0.2",
@@ -30,34 +30,34 @@
"github-slugid": "1.0.1",
"graceful-fs": "4.1.3",
"i18n-t": "1.0.0",
"ignore": "3.0.3",
"ignore": "3.0.14",
"json-schema-defaults": "0.1.1",
"jsonschema": "1.1.0",
"juice": "1.10.0",
"lodash": "3.10.1",
"merge-defaults": "0.2.1",
"mkdirp": "0.5.1",
"moment": "2.11.2",
"npm": "3.7.5",
"moment": "2.12.0",
"npm": "3.8.6",
"npmi": "1.0.1",
"nunjucks": "2.4.1",
"nunjucks-autoescape": "1.0.1",
"q": "1.4.1",
"read-installed": "^4.0.3",
"request": "2.69.0",
"resolve": "0.6.3",
"request": "2.70.0",
"resolve": "1.1.7",
"rmdir": "1.2.0",
"semver": "5.1.0",
"send": "0.13.1",
"send": "0.13.2",
"spawn-cmd": "0.0.2",
"tiny-lr": "0.2.1",
"tmp": "0.0.28",
"urijs": "1.17.1"
},
"devDependencies": {
"eslint": "2.2.0",
"eslint": "2.7.0",
"mocha": "2.4.5",
"should": "8.2.2"
"should": "8.3.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --bail --timeout 15000 ./test/all.js",