Fix email replies, update dependencies

This commit is contained in:
Darren Clarke 2023-11-22 11:11:28 +01:00
parent 8d86db882d
commit 7688730e4f
21 changed files with 539 additions and 567 deletions

View file

@ -18,14 +18,14 @@
},
"devDependencies": {
"@types/figlet": "^1.5.8",
"@types/lodash": "^4.14.201",
"@types/lodash": "^4.14.202",
"@types/node": "*",
"@types/uuid": "^9.0.7",
"camelcase-keys": "^9.1.2",
"pg-monitor": "^2.0.0",
"tsc-watch": "^6.0.4",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"dependencies": {
"@digiresilience/hapi-nextauth": "*",
@ -54,9 +54,9 @@
"http-terminator": "^3.2.0",
"joi": "^17.11.0",
"lodash": "^4.17.21",
"next-auth": "^4.24.4",
"next-auth": "^4.24.5",
"pg-promise": "^11.5.4",
"pino": "^8.16.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"prom-client": "^15.x.x",
"uuid": "^9.0.1"