Node updates.
This commit is contained in:
parent
13733b8857
commit
2f4092bf70
994
package-lock.json
generated
994
package-lock.json
generated
File diff suppressed because it is too large
Load diff
22
package.json
22
package.json
|
@ -22,25 +22,25 @@
|
|||
"async": "^3.1.0",
|
||||
"body-parser": "^1.19.0",
|
||||
"command-line-args": "^5.1.1",
|
||||
"command-line-usage": "^6.0.2",
|
||||
"command-line-usage": "^6.1.0",
|
||||
"compression": "^1.7.3",
|
||||
"deep-extend": "^0.6.0",
|
||||
"express": "^4.17.1",
|
||||
"glob": "^7.1.4",
|
||||
"graceful-fs": "^4.2.0",
|
||||
"http-auth": "^3.2.3",
|
||||
"glob": "^7.1.6",
|
||||
"graceful-fs": "^4.2.3",
|
||||
"http-auth": "^3.2.4",
|
||||
"http-errors": "^1.7.3",
|
||||
"lodash": "^4.17.14",
|
||||
"lodash": "^4.17.15",
|
||||
"moment": "^2.22.2",
|
||||
"ng-admin": "^1.0.13",
|
||||
"node-cron": "^2.0.1",
|
||||
"nodemailer": "^6.2.1",
|
||||
"nodemailer-html-to-text": "^3.0.0",
|
||||
"nodemailer": "^6.4.2",
|
||||
"nodemailer-html-to-text": "^3.1.0",
|
||||
"request": "^2.88.0",
|
||||
"scribe-js": "^2.0.4",
|
||||
"serve-static": "^1.14.1",
|
||||
"sqlite": "^3.0.3",
|
||||
"sqlite3": "^4.0.9"
|
||||
"sqlite3": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bower": "^1.8.8",
|
||||
|
@ -53,7 +53,7 @@
|
|||
"grunt-contrib-clean": "^2.0.0",
|
||||
"grunt-contrib-compass": "^1.1.1",
|
||||
"grunt-contrib-concat": "^1.0.1",
|
||||
"grunt-contrib-connect": "^2.0.0",
|
||||
"grunt-contrib-connect": "^2.1.0",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-contrib-cssmin": "^3.0.0",
|
||||
"grunt-contrib-htmlmin": "^3.1.0",
|
||||
|
@ -62,7 +62,7 @@
|
|||
"grunt-contrib-uglify": "^4.0.0",
|
||||
"grunt-contrib-watch": "^1.1.0",
|
||||
"grunt-develop": "^0.4.0",
|
||||
"grunt-html2js": "^0.6.0",
|
||||
"grunt-html2js": "^0.7.1",
|
||||
"grunt-newer": "^1.3.0",
|
||||
"grunt-ng-annotate": "^3.0.0",
|
||||
"grunt-replace": "^1.0.1",
|
||||
|
@ -72,7 +72,7 @@
|
|||
"grunt-wiredep": "^3.0.1",
|
||||
"imagemin-gifsicle": "^6.0.1",
|
||||
"jshint-stylish": "^2.2.1",
|
||||
"load-grunt-tasks": "^5.0.0",
|
||||
"load-grunt-tasks": "^5.1.0",
|
||||
"time-grunt": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in a new issue