Skip to content

Commit 400f203

Browse files
chore: bump deps
1 parent 613757f commit 400f203

File tree

4 files changed

+811
-800
lines changed

4 files changed

+811
-800
lines changed

backend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@sendgrid/client": "^8.1.6",
4343
"@sendgrid/mail": "^8.1.6",
4444
"@sentry/cli": "^2.58.2",
45-
"@sentry/node": "^10.27.0",
46-
"@sentry/profiling-node": "^10.27.0",
45+
"@sentry/node": "^10.28.0",
46+
"@sentry/profiling-node": "^10.28.0",
4747
"@tuyau/core": "^0.4.2",
4848
"@tuyau/superjson": "^0.1.2",
4949
"@vinejs/vine": "^4.1.0",
@@ -60,7 +60,7 @@
6060
"qrcode": "^1.5.4",
6161
"qs": "^6.14.0",
6262
"reflect-metadata": "^0.2.2",
63-
"twilio": "^5.10.6",
63+
"twilio": "^5.10.7",
6464
"validator": "^13.15.23"
6565
},
6666
"devDependencies": {
@@ -76,7 +76,7 @@
7676
"@types/chai-as-promised": "^8.0.2",
7777
"@types/cors": "^2.8.19",
7878
"@types/jsonwebtoken": "^9.0.10",
79-
"@types/pdfkit": "^0.17.3",
79+
"@types/pdfkit": "^0.17.4",
8080
"@types/qrcode": "^1.5.6",
8181
"@types/qs": "^6.14.0",
8282
"@types/sinon": "^21.0.0",
@@ -85,11 +85,11 @@
8585
"chai": "^6.2.1",
8686
"chai-as-promised": "^8.0.2",
8787
"hot-hook": "^0.4.0",
88-
"pino-pretty": "^13.1.2",
88+
"pino-pretty": "^13.1.3",
8989
"sinon": "^21.0.0",
9090
"sinon-chai": "^4.0.1",
9191
"ts-node-maintained": "^10.9.6",
92-
"tsx": "^4.20.6"
92+
"tsx": "^4.21.0"
9393
},
9494
"hotHook": {
9595
"boundaries": [

frontend/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@
1717
"@mantine/modals": "^8.3.9",
1818
"@mantine/notifications": "^8.3.9",
1919
"@mantine/tiptap": "^8.3.9",
20-
"@sentry/nextjs": "^10.27.0",
20+
"@sentry/nextjs": "^10.28.0",
2121
"@tabler/icons-react": "^3.35.0",
22-
"@tanstack/react-form": "^1.26.0",
22+
"@tanstack/react-form": "^1.27.0",
2323
"@tanstack/react-query": "^5.90.11",
24-
"@tiptap/react": "^3.11.0",
25-
"@tiptap/starter-kit": "^3.11.0",
24+
"@tiptap/react": "^3.12.1",
25+
"@tiptap/starter-kit": "^3.12.1",
2626
"@tuyau/client": "^0.2.10",
2727
"@tuyau/superjson": "^0.1.2",
28-
"@vercel/analytics": "^1.5.0",
29-
"@vercel/speed-insights": "^1.2.0",
28+
"@vercel/analytics": "^1.6.1",
29+
"@vercel/speed-insights": "^1.3.1",
3030
"@yudiel/react-qr-scanner": "^2.4.1",
3131
"dayjs": "^1.11.19",
3232
"mantine-react-table": "2.0.0-beta.9",
33-
"next": "16.0.5",
33+
"next": "16.0.7",
3434
"papaparse": "^5.5.3",
35-
"react": "19.2.0",
36-
"react-dom": "19.2.0",
35+
"react": "19.2.1",
36+
"react-dom": "19.2.1",
3737
"react-jwt": "^2.0.0",
3838
"react-password-strength-bar": "^0.4.1",
3939
"react-qr-code": "^2.0.18",
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@tanstack/react-query-devtools": "^5.91.1",
4646
"@tsconfig/next": "^2.0.4",
47-
"@types/papaparse": "^5.5.0",
47+
"@types/papaparse": "^5.5.1",
4848
"@types/react": "19.2.7",
4949
"@types/validator": "^13.15.10",
5050
"babel-plugin-react-compiler": "^1.0.0",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"devDependencies": {
1818
"@eslint/js": "^9.39.1",
19-
"@next/eslint-plugin-next": "^16.0.5",
19+
"@next/eslint-plugin-next": "^16.0.7",
2020
"@tanstack/eslint-plugin-query": "^5.91.2",
2121
"@tsconfig/strictest": "^2.0.8",
2222
"@types/node": "^24.10.1",
23-
"@typescript-eslint/parser": "^8.48.0",
23+
"@typescript-eslint/parser": "^8.48.1",
2424
"eslint": "9.39.1",
2525
"eslint-config-prettier": "^10.1.8",
2626
"eslint-import-resolver-typescript": "^4.4.4",
@@ -31,8 +31,8 @@
3131
"eslint-plugin-no-relative-import-paths": "^1.6.1",
3232
"eslint-plugin-react": "^7.37.5",
3333
"eslint-plugin-react-hooks": "^7.0.1",
34-
"prettier": "^3.7.1",
34+
"prettier": "^3.7.4",
3535
"typescript": "^5.9.3",
36-
"typescript-eslint": "^8.48.0"
36+
"typescript-eslint": "^8.48.1"
3737
}
3838
}

0 commit comments

Comments
 (0)