Update node packages.

This commit is contained in:
baldo 2019-07-12 20:26:19 +02:00
parent 5754250c0d
commit 18daf06673
2 changed files with 871 additions and 674 deletions

1513
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -19,36 +19,36 @@
"ffffng": "server/main.js" "ffffng": "server/main.js"
}, },
"dependencies": { "dependencies": {
"async": "^2.6.1", "async": "^3.1.0",
"body-parser": "^1.18.3", "body-parser": "^1.19.0",
"command-line-args": "^5.0.2", "command-line-args": "^5.1.1",
"command-line-usage": "^5.0.5", "command-line-usage": "^6.0.2",
"compression": "^1.7.3", "compression": "^1.7.3",
"deep-extend": "^0.6.0", "deep-extend": "^0.6.0",
"express": "^4.16.3", "express": "^4.17.1",
"glob": "^7.1.3", "glob": "^7.1.4",
"graceful-fs": "^4.1.11", "graceful-fs": "^4.2.0",
"http-auth": "^3.2.3", "http-auth": "^3.2.3",
"http-errors": "^1.7.1", "http-errors": "^1.7.3",
"lodash": "^4.17.11", "lodash": "^4.17.14",
"moment": "^2.22.2", "moment": "^2.22.2",
"ng-admin": "^1.0.13", "ng-admin": "^1.0.13",
"node-cron": "^2.0.1", "node-cron": "^2.0.1",
"nodemailer": "^6.0.0", "nodemailer": "^6.2.1",
"nodemailer-html-to-text": "^3.0.0", "nodemailer-html-to-text": "^3.0.0",
"request": "^2.88.0", "request": "^2.88.0",
"scribe-js": "^2.0.4", "scribe-js": "^2.0.4",
"serve-static": "^1.13.2", "serve-static": "^1.14.1",
"sqlite": "^3.0.3", "sqlite": "^3.0.3",
"sqlite3": "^4.0.2" "sqlite3": "^4.0.9"
}, },
"devDependencies": { "devDependencies": {
"bower": "^1.8.8", "bower": "^1.8.8",
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^2.0.0",
"grunt": "^1.0.4", "grunt": "^1.0.4",
"grunt-autoprefixer": "^3.0.4", "grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.3.2", "grunt-cli": "^1.3.2",
"grunt-concurrent": "^2.3.1", "grunt-concurrent": "^3.0.0",
"grunt-connect-proxy": "^0.2.0", "grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "^2.0.0", "grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compass": "^1.1.1", "grunt-contrib-compass": "^1.1.1",
@ -56,7 +56,7 @@
"grunt-contrib-connect": "^2.0.0", "grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0", "grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0", "grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.0.0", "grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^3.1.0", "grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^2.0.0", "grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0", "grunt-contrib-uglify": "^4.0.0",
@ -72,7 +72,7 @@
"grunt-wiredep": "^3.0.1", "grunt-wiredep": "^3.0.1",
"imagemin-gifsicle": "^6.0.1", "imagemin-gifsicle": "^6.0.1",
"jshint-stylish": "^2.2.1", "jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^4.0.0", "load-grunt-tasks": "^5.0.0",
"time-grunt": "^2.0.0" "time-grunt": "^2.0.0"
}, },
"engines": { "engines": {