Update deps

This commit is contained in:
Darren Clarke 2024-05-08 07:32:29 +02:00
parent 0499287555
commit 42a5e09c94
15 changed files with 661 additions and 1989 deletions

View file

@ -12,7 +12,7 @@
"@hapi/wreck": "^18.1.0",
"bridge-common": "*",
"fluent-ffmpeg": "^2.1.2",
"graphile-worker": "^0.16.5",
"graphile-worker": "^0.16.6",
"html-to-text": "^9.0.5",
"jest": "^29.7.0",
"kysely": "^0.27.3",
@ -21,11 +21,11 @@
"twilio": "^5.0.4"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@babel/core": "7.24.5",
"@babel/preset-env": "7.24.5",
"@babel/preset-typescript": "7.24.1",
"@types/fluent-ffmpeg": "^2.1.24",
"dotenv-cli": "^7.4.1",
"dotenv-cli": "^7.4.2",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"ts-config": "*",