Update server dependencies.

This commit is contained in:
baldo 2022-09-27 14:29:18 +02:00
commit e50a8c4c6a
2 changed files with 39 additions and 39 deletions

View file

@ -43,8 +43,8 @@
"glob": "^8.0.3",
"graceful-fs": "^4.2.9",
"html-to-text": "^8.2.1",
"http-auth": "^4.1.9",
"http-auth-connect": "^1.0.5",
"http-auth": "^4.2.0",
"http-auth-connect": "^1.0.6",
"http-errors": "^2.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
@ -72,12 +72,12 @@
"@types/html-to-text": "^8.1.1",
"@types/jest": "^29.0.3",
"@types/lodash": "^4.14.185",
"@types/node": "^18.7.18",
"@types/node": "^18.7.23",
"@types/node-cron": "^3.0.4",
"@types/nodemailer": "^6.4.6",
"@types/request": "^2.48.8",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.1",
"@vue/eslint-config-typescript": "^11.0.2",
"bower": "^1.8.13",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.22.0",
@ -107,9 +107,9 @@
"load-grunt-tasks": "^5.1.0",
"prettier": "^2.7.1",
"time-grunt": "^2.0.0",
"ts-jest": "^29.0.1",
"ts-jest": "^29.0.2",
"typescript": "^4.8.3",
"yarn-audit-fix": "^9.3.5"
"yarn-audit-fix": "^9.3.6"
},
"resolutions": {
"grunt-connect-proxy/**/http-proxy": "~1.18.1",