mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): migrate from @hapi/joi to joi (#273)
As indicated by the deprecation warning on the npm package.
This commit is contained in:
parent
eb8fe11be6
commit
c70fc273a8
2 changed files with 162 additions and 613 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue