Update dependencies

This commit is contained in:
Darren Clarke 2023-05-25 08:43:35 +00:00
parent 1cb0eeea2b
commit 7aeb903a9e
12 changed files with 941 additions and 3351 deletions

View file

@ -7,7 +7,7 @@
"license": "AGPL-3.0-or-later",
"private": false,
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/jest": "^29.5.1",
"@hapi/basic": "^7.0.1",
"tsconfig-link": "*",
"eslint-config-link": "*",
@ -15,10 +15,10 @@
"babel-preset-link": "*"
},
"dependencies": {
"@hapi/hapi": "^21.3.0",
"@hapi/hoek": "^11.0.1",
"joi": "^17.6.1",
"next-auth": "3.29.0"
"@hapi/hapi": "^21.3.2",
"@hapi/hoek": "^11.0.2",
"joi": "^17.9.2",
"next-auth": "4.22.1"
},
"scripts": {
"build": "tsc -p tsconfig.json",