Update server dependencies

This commit is contained in:
baldo 2022-06-02 12:54:15 +02:00
parent c0fe593dbf
commit 361d7a07a5
2 changed files with 420 additions and 434 deletions

View file

@ -29,7 +29,7 @@
"server:run": "yarn run server:build && node server-build/main.js"
},
"dependencies": {
"async": "^3.2.3",
"async": "^3.2.4",
"body-parser": "^1.19.1",
"command-line-args": "^5.2.1",
"command-line-usage": "^6.1.1",
@ -43,10 +43,10 @@
"http-auth-connect": "^1.0.5",
"http-errors": "^2.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment": "^2.29.4",
"ng-admin": "^1.0.13",
"node-cron": "^3.0.0",
"nodemailer": "^6.7.2",
"node-cron": "^3.0.1",
"nodemailer": "^6.7.7",
"nodemailer-html-to-text": "^3.2.0",
"request": "^2.88.2",
"serve-static": "^1.14.1",
@ -54,7 +54,7 @@
"sqlite": "^3.0.6"
},
"devDependencies": {
"@types/async": "^3.2.12",
"@types/async": "^3.2.15",
"@types/command-line-args": "^5.2.0",
"@types/command-line-usage": "^5.0.2",
"@types/compression": "^1.7.2",
@ -63,10 +63,10 @@
"@types/glob": "^7.2.0",
"@types/graceful-fs": "^4.1.5",
"@types/html-to-text": "^8.0.1",
"@types/jest": "^27.4.0",
"@types/jest": "^28.1.4",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.35",
"@types/node-cron": "^3.0.1",
"@types/node": "^18.0.3",
"@types/node-cron": "^3.0.2",
"@types/nodemailer": "^6.4.4",
"@types/request": "^2.48.8",
"bower": "^1.8.13",
@ -85,7 +85,7 @@
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-develop": "^0.4.0",
"grunt-html2js": "^0.8.0",
@ -97,12 +97,12 @@
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1",
"imagemin-gifsicle": "^7.0.0",
"jest": "^28.1.0",
"jest": "^28.1.2",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0",
"ts-jest": "^28.0.3",
"typescript": "^4.7.2"
"ts-jest": "^28.0.5",
"typescript": "^4.7.4"
},
"engines": {
"node": ">=16.0.0"

830
yarn.lock

File diff suppressed because it is too large Load diff