Multiple library updates.
This commit is contained in:
parent
2519cf1030
commit
de261dbde5
40
package.json
40
package.json
|
@ -24,31 +24,31 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "2.0.0-rc.6",
|
"async": "2.4.0",
|
||||||
"body-parser": "1.15.2",
|
"body-parser": "1.17.1",
|
||||||
"command-line-args": "3.0.0",
|
"command-line-args": "4.0.4",
|
||||||
"command-line-usage": "3.0.1",
|
"command-line-usage": "4.0.0",
|
||||||
"compression": "1.6.2",
|
"compression": "1.6.2",
|
||||||
"deep-extend": "0.4.1",
|
"deep-extend": "0.5.0",
|
||||||
"express": "4.14.0",
|
"express": "4.15.2",
|
||||||
"glob": "7.0.5",
|
"glob": "7.1.1",
|
||||||
"graceful-fs": "4.1.4",
|
"graceful-fs": "4.1.11",
|
||||||
"http-auth": "2.4.11",
|
"http-auth": "3.1.3",
|
||||||
"http-errors": "1.5.0",
|
"http-errors": "1.6.1",
|
||||||
"lodash": "4.13.1",
|
"lodash": "4.17.4",
|
||||||
"moment": "2.13.0",
|
"moment": "2.18.1",
|
||||||
"ng-admin": "1.0.6",
|
"ng-admin": "1.0.6",
|
||||||
"ng-di": "0.2.1",
|
"ng-di": "0.2.1",
|
||||||
"node-cron": "1.1.1",
|
"node-cron": "1.1.3",
|
||||||
"nodemailer": "2.4.2",
|
"nodemailer": "2.7.2",
|
||||||
"nodemailer-html-to-text": "2.1.0",
|
"nodemailer-html-to-text": "2.1.0",
|
||||||
"request": "2.72.0",
|
"request": "2.81.0",
|
||||||
"scribe-js": "2.0.4",
|
"scribe-js": "2.0.4",
|
||||||
"serve-static": "1.11.1",
|
"serve-static": "1.12.2",
|
||||||
"sqlite3": "3.1.4"
|
"sqlite3": "3.1.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bower": "1.7.9",
|
"bower": "1.8.0",
|
||||||
"grunt-cli": "1.2.0",
|
"grunt-cli": "1.2.0",
|
||||||
|
|
||||||
"escape-string-regexp": "1.0.5",
|
"escape-string-regexp": "1.0.5",
|
||||||
|
@ -77,9 +77,9 @@
|
||||||
"grunt-usemin": "~3.1.1",
|
"grunt-usemin": "~3.1.1",
|
||||||
"grunt-wiredep": "~3.0.1",
|
"grunt-wiredep": "~3.0.1",
|
||||||
"imagemin-gifsicle": "5.1.0",
|
"imagemin-gifsicle": "5.1.0",
|
||||||
"jshint-stylish": "2.2.0",
|
"jshint-stylish": "2.2.1",
|
||||||
"load-grunt-tasks": "3.5.0",
|
"load-grunt-tasks": "3.5.0",
|
||||||
"time-grunt": "1.3.0"
|
"time-grunt": "1.4.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
|
|
Loading…
Reference in a new issue