Update deps, remove PGP

This commit is contained in:
Darren Clarke 2023-09-27 11:13:19 +02:00
parent 79653705fe
commit 58ce48b031
56 changed files with 1057 additions and 5100 deletions

View file

@ -18,9 +18,9 @@
},
"devDependencies": {
"@types/figlet": "^1.5.6",
"@types/lodash": "^4.14.198",
"@types/lodash": "^4.14.199",
"@types/node": "*",
"@types/uuid": "^9.0.3",
"@types/uuid": "^9.0.4",
"camelcase-keys": "^9.0.0",
"pg-monitor": "^2.0.0",
"tsc-watch": "^6.0.4",
@ -40,11 +40,11 @@
"@promster/server": "^9.0.0",
"@promster/types": "^5.0.0",
"@types/convict": "^6.1.4",
"@types/hapi__glue": "^6.1.6",
"@types/hapi__glue": "^6.1.7",
"@types/hapi__hapi": "^20.0.13",
"@types/hapi__inert": "^5.2.6",
"@types/hapi__vision": "^5.5.4",
"@types/hapipal__schmervice": "^2.0.3",
"@types/hapi__inert": "^5.2.7",
"@types/hapi__vision": "^5.5.5",
"@types/hapipal__schmervice": "^2.0.4",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"convict": "^6.2.4",
@ -52,13 +52,13 @@
"figlet": "^1.6.0",
"hapi-pino": "^12.1.0",
"http-terminator": "^3.2.0",
"joi": "^17.10.1",
"joi": "^17.10.2",
"lodash": "^4.17.21",
"next-auth": "^4.23.1",
"pg-promise": "^11.5.4",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
"prom-client": "^14.x.x",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
}
}