Skip to content

Commit afeb5e1

Browse files
committed
Update deps
1 parent 198704c commit afeb5e1

File tree

6 files changed

+245
-325
lines changed

6 files changed

+245
-325
lines changed

apps/push-serverless/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@aspida/fetch": "1.14.0",
3434
"@koa/router": "12.0.1",
35-
"@sentry/node": "8.2.1",
35+
"@sentry/node": "8.4.0",
3636
"ajv": "8.13.0",
3737
"api-types": "workspace:^",
3838
"aspida": "1.14.0",

apps/push/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
},
2929
"dependencies": {
3030
"@aspida/fetch": "1.14.0",
31-
"@aws-sdk/client-s3": "3.577.0",
31+
"@aws-sdk/client-s3": "3.583.0",
3232
"@koa/router": "12.0.1",
33-
"@sentry/node": "8.2.1",
33+
"@sentry/node": "8.4.0",
3434
"ajv": "8.13.0",
3535
"api-types": "workspace:^",
3636
"aspida": "1.14.0",

apps/server/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
},
1616
"dependencies": {
1717
"@aspida/fetch": "1.14.0",
18-
"@aws-sdk/client-s3": "3.577.0",
18+
"@aws-sdk/client-s3": "3.583.0",
1919
"@aws-sdk/middleware-endpoint": "3.374.0",
20-
"@aws-sdk/s3-request-presigner": "3.577.0",
21-
"@bull-board/api": "5.18.0",
22-
"@bull-board/koa": "5.18.0",
20+
"@aws-sdk/s3-request-presigner": "3.583.0",
21+
"@bull-board/api": "5.18.3",
22+
"@bull-board/koa": "5.18.3",
2323
"@dotplants/cli": "0.2.3",
2424
"@koa/cors": "5.0.0",
2525
"@koa/multer": "3.0.2",
2626
"@koa/router": "12.0.1",
2727
"@prisma/client": "5.14.0",
28-
"@sentry/node": "8.2.1",
28+
"@sentry/node": "8.4.0",
2929
"ajv": "8.13.0",
3030
"api-types": "workspace:^",
3131
"aspida": "1.14.0",
32-
"bullmq": "5.7.10",
32+
"bullmq": "5.7.12",
3333
"dotenv": "16.4.5",
3434
"ioredis": "5.4.1",
3535
"is-valid-domain": "0.1.6",

apps/video/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@aspida/fetch": "1.14.0",
2929
"@koa/router": "12.0.1",
30-
"@sentry/node": "8.2.1",
30+
"@sentry/node": "8.4.0",
3131
"ajv": "8.13.0",
3232
"api-types": "workspace:^",
3333
"aspida": "1.14.0",

apps/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/dom-screen-wake-lock": "1.0.3",
4848
"@types/jest": "29.5.12",
4949
"@types/node": "20.12.12",
50-
"@types/react": "18.3.2",
50+
"@types/react": "18.3.3",
5151
"@types/react-dom": "18.3.0",
5252
"@typescript-eslint/eslint-plugin": "7.10.0",
5353
"@typescript-eslint/parser": "7.10.0",

0 commit comments

Comments
 (0)