Update deps.

This commit is contained in:
baldo 2022-02-07 20:47:48 +01:00
parent 2da00b6a29
commit be10257c0e
2 changed files with 19244 additions and 1212 deletions

20420
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -29,24 +29,24 @@
"server:run": "npm run server:build && node server-build/main.js"
},
"dependencies": {
"async": "^3.2.2",
"body-parser": "^1.19.0",
"command-line-args": "^5.2.0",
"async": "^3.2.3",
"body-parser": "^1.19.1",
"command-line-args": "^5.2.1",
"command-line-usage": "^6.1.1",
"compression": "^1.7.3",
"deep-extend": "^0.6.0",
"express": "^4.17.1",
"express": "^4.17.2",
"glob": "^7.2.0",
"graceful-fs": "^4.2.8",
"html-to-text": "^8.0.0",
"graceful-fs": "^4.2.9",
"html-to-text": "^8.1.0",
"http-auth": "^4.1.9",
"http-auth-connect": "^1.0.5",
"http-errors": "^1.7.3",
"http-errors": "^2.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"ng-admin": "^1.0.13",
"node-cron": "^3.0.0",
"nodemailer": "^6.7.0",
"nodemailer": "^6.7.2",
"nodemailer-html-to-text": "^3.2.0",
"request": "^2.88.2",
"scribe-js": "^2.0.4",
@ -55,7 +55,7 @@
"sqlite": "^3.0.6"
},
"devDependencies": {
"@types/async": "^3.2.9",
"@types/async": "^3.2.12",
"@types/command-line-args": "^5.2.0",
"@types/command-line-usage": "^5.0.2",
"@types/compression": "^1.7.2",
@ -64,13 +64,13 @@
"@types/glob": "^7.2.0",
"@types/graceful-fs": "^4.1.5",
"@types/html-to-text": "^8.0.1",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.6",
"@types/node-cron": "^3.0.0",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.22",
"@types/node-cron": "^3.0.1",
"@types/nodemailer": "^6.4.4",
"@types/request": "^2.48.7",
"bower": "^1.8.12",
"@types/request": "^2.48.8",
"bower": "^1.8.13",
"escape-string-regexp": "^5.0.0",
"grunt": "^1.4.1",
"grunt-autoprefixer": "^3.0.4",
@ -98,12 +98,12 @@
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1",
"imagemin-gifsicle": "^7.0.0",
"jest": "^27.3.1",
"jest": "^27.5.0",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"engines": {
"node": ">=16.0.0"