Skip to content

Commit 00f695a

Browse files
Merge pull request #78 from datum-cloud/chore/login-deps-snyk-fixes
fix(deps): bump login app dependencies to clear Snyk findings
2 parents dc3a5c6 + 613dad0 commit 00f695a

2 files changed

Lines changed: 901 additions & 646 deletions

File tree

apps/login/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"*": "prettier --write --ignore-unknown"
2424
},
2525
"dependencies": {
26-
"@headlessui/react": "^2.1.9",
27-
"@heroicons/react": "2.1.3",
28-
"@sentry/nextjs": "^10.34.0",
26+
"@headlessui/react": "^2.2.10",
27+
"@heroicons/react": "2.2.0",
28+
"@sentry/nextjs": "^10.53.1",
2929
"@tailwindcss/forms": "0.5.7",
3030
"@vercel/analytics": "^1.2.2",
3131
"@zitadel/client": "workspace:*",
@@ -36,24 +36,24 @@
3636
"fathom-client": "^3.7.2",
3737
"lucide-react": "0.469.0",
3838
"moment": "^2.29.4",
39-
"next": "16.2.3",
40-
"next-intl": "^4.9.1",
39+
"next": "16.2.6",
40+
"next-intl": "^4.11.2",
4141
"next-themes": "^0.4.6",
4242
"nice-grpc": "2.0.1",
4343
"qrcode.react": "^3.1.0",
44-
"react": "19.2.3",
45-
"react-dom": "19.2.3",
46-
"react-hook-form": "7.39.5",
44+
"react": "19.2.6",
45+
"react-dom": "19.2.6",
46+
"react-hook-form": "7.75.0",
4747
"tinycolor2": "1.4.2",
48-
"uuid": "^11.1.0"
48+
"uuid": "^11.1.1"
4949
},
5050
"devDependencies": {
5151
"@bufbuild/buf": "^1.53.0",
5252
"@testing-library/jest-dom": "^6.6.3",
5353
"@testing-library/react": "^16.3.0",
5454
"@types/ms": "2.1.0",
5555
"@types/node": "^22.14.1",
56-
"@types/react": "19.2.3",
56+
"@types/react": "19.2.14",
5757
"@types/react-dom": "19.2.3",
5858
"@types/tinycolor2": "1.4.3",
5959
"@types/uuid": "^10.0.0",

0 commit comments

Comments
 (0)