chore(deps): migrate from @hapi/joi to joi (#273)

As indicated by the deprecation warning on the npm package.
This commit is contained in:
Julian Tölle 2023-05-07 04:11:55 +02:00 committed by GitHub
parent eb8fe11be6
commit c70fc273a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 162 additions and 613 deletions

View file

@ -27,7 +27,6 @@
},
"dependencies": {
"@apricote/nest-pg-boss": "2.0.0",
"@hapi/joi": "17.1.1",
"@narando/nest-axios-interceptor": "2.2.0",
"@nestjs/axios": "0.1.0",
"@nestjs/common": "9.4.0",
@ -62,6 +61,7 @@
"class-validator": "0.14.0",
"cookie-parser": "1.4.6",
"date-fns": "2.30.0",
"joi": "17.9.2",
"lodash": "^4.17.21",
"nest-raven": "9.2.0",
"nestjs-otel": "5.1.2",