Skip to content

Commit bd438b7

Browse files
authored
Fix/next vulnerability 20250322 (#96)
* bump next version * bump other dependencies
1 parent a3a4b6e commit bd438b7

2 files changed

Lines changed: 765 additions & 555 deletions

File tree

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,41 +15,41 @@
1515
"prepare": "husky"
1616
},
1717
"dependencies": {
18-
"@mantine/core": "^7.16.2",
19-
"@mantine/form": "^7.17.1",
20-
"@mantine/hooks": "^7.16.2",
21-
"@tabler/icons-react": "^3.29.0",
22-
"@vercel/analytics": "^1.4.1",
18+
"@mantine/core": "^7.17.2",
19+
"@mantine/form": "^7.17.2",
20+
"@mantine/hooks": "^7.17.2",
21+
"@tabler/icons-react": "^3.31.0",
22+
"@vercel/analytics": "^1.5.0",
2323
"@vercel/postgres": "^0.10.0",
24-
"@vercel/speed-insights": "^1.1.0",
24+
"@vercel/speed-insights": "^1.2.0",
2525
"bcrypt": "^5.1.1",
2626
"clsx": "^2.1.1",
2727
"dotenv": "^16.4.7",
28-
"eslint": "^9.19.0",
29-
"next": "^15.1.6",
28+
"eslint": "^9.23.0",
29+
"next": "^15.2.3",
3030
"next-auth": "5.0.0-beta.25",
3131
"react": "^19.0.0",
3232
"react-dom": "^19.0.0",
3333
"react-icons": "^5.5.0",
3434
"sharp": "^0.33.5",
3535
"uuid": "^11.1.0",
36-
"zod": "^3.24.1"
36+
"zod": "^3.24.2"
3737
},
3838
"devDependencies": {
39-
"@playwright/test": "^1.50.1",
39+
"@playwright/test": "^1.51.1",
4040
"@types/bcrypt": "^5.0.2",
41-
"@types/node": "^22.13.0",
42-
"@types/react": "^19.0.8",
41+
"@types/node": "^22.13.11",
42+
"@types/react": "^19.0.12",
4343
"@types/react-dom": "^19.0.4",
4444
"eslint-config-next": "15.1.4",
4545
"eslint-config-prettier": "^9.1.0",
4646
"husky": "^9.1.7",
47-
"lint-staged": "^15.4.3",
48-
"postcss": "^8.5.1",
47+
"lint-staged": "^15.5.0",
48+
"postcss": "^8.5.3",
4949
"postcss-preset-mantine": "^1.17.0",
5050
"postcss-simple-vars": "^7.0.1",
5151
"prettier": "3.5.2",
52-
"typescript": "^5.7.3"
52+
"typescript": "^5.8.2"
5353
},
5454
"lint-staged": {
5555
"**/*": "prettier --write --ignore-unknown"

0 commit comments

Comments
 (0)