Package updates.

This commit is contained in:
baldo 2021-01-25 20:52:22 +01:00
parent 5ae2ac7029
commit 5558171f9b
2 changed files with 870 additions and 2117 deletions

2957
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -32,21 +32,21 @@
"async": "^3.1.0", "async": "^3.1.0",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"command-line-args": "^5.1.1", "command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0", "command-line-usage": "^6.1.1",
"compression": "^1.7.3", "compression": "^1.7.3",
"deep-extend": "^0.6.0", "deep-extend": "^0.6.0",
"express": "^4.17.1", "express": "^4.17.1",
"glob": "^7.1.6", "glob": "^7.1.6",
"graceful-fs": "^4.2.3", "graceful-fs": "^4.2.3",
"html-to-text": "^5.1.1", "html-to-text": "^6.0.0",
"http-auth": "^4.1.2", "http-auth": "^4.1.2",
"http-auth-connect": "^1.0.4", "http-auth-connect": "^1.0.4",
"http-errors": "^1.7.3", "http-errors": "^1.7.3",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"moment": "^2.27.0", "moment": "^2.29.1",
"ng-admin": "^1.0.13", "ng-admin": "^1.0.13",
"node-cron": "^2.0.1", "node-cron": "^2.0.1",
"nodemailer": "^6.4.11", "nodemailer": "^6.4.17",
"nodemailer-html-to-text": "^3.1.0", "nodemailer-html-to-text": "^3.1.0",
"request": "^2.88.2", "request": "^2.88.2",
"scribe-js": "^2.0.4", "scribe-js": "^2.0.4",
@ -55,22 +55,22 @@
"sqlite": "^3.0.6" "sqlite": "^3.0.6"
}, },
"devDependencies": { "devDependencies": {
"@types/async": "^3.2.0", "@types/async": "^3.2.5",
"@types/command-line-args": "^5.0.0", "@types/command-line-args": "^5.0.0",
"@types/command-line-usage": "^5.0.1", "@types/command-line-usage": "^5.0.1",
"@types/compression": "^1.7.0", "@types/compression": "^1.7.0",
"@types/deep-extend": "^0.4.31", "@types/deep-extend": "^0.4.31",
"@types/express": "^4.17.8", "@types/express": "^4.17.11",
"@types/glob": "^7.1.3", "@types/glob": "^7.1.3",
"@types/graceful-fs": "^4.1.3", "@types/graceful-fs": "^4.1.4",
"@types/html-to-text": "^5.1.1", "@types/html-to-text": "^6.0.0",
"@types/jest": "^26.0.13", "@types/jest": "^26.0.20",
"@types/lodash": "^4.14.161", "@types/lodash": "^4.14.168",
"@types/node": "^14.6.4", "@types/node": "^14.14.22",
"@types/node-cron": "^2.0.3", "@types/node-cron": "^2.0.3",
"@types/nodemailer": "^6.4.0", "@types/nodemailer": "^6.4.0",
"@types/request": "^2.48.4", "@types/request": "^2.48.4",
"bower": "^1.8.8", "bower": "^1.8.12",
"escape-string-regexp": "^4.0.0", "escape-string-regexp": "^4.0.0",
"grunt": "^1.3.0", "grunt": "^1.3.0",
"grunt-autoprefixer": "^3.0.4", "grunt-autoprefixer": "^3.0.4",
@ -98,12 +98,12 @@
"grunt-usemin": "^3.1.1", "grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1", "grunt-wiredep": "^3.0.1",
"imagemin-gifsicle": "^7.0.0", "imagemin-gifsicle": "^7.0.0",
"jest": "^26.4.2", "jest": "^26.6.3",
"jshint-stylish": "^2.2.1", "jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^5.1.0", "load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0", "time-grunt": "^2.0.0",
"ts-jest": "^26.3.0", "ts-jest": "^26.4.4",
"typescript": "^4.0.2" "typescript": "^4.1.3"
}, },
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"