Skip to content

Commit 1b69112

Browse files
committed
fix: fix the react vulnerabilities
1 parent 6e94ca0 commit 1b69112

3 files changed

Lines changed: 140 additions & 215 deletions

File tree

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@repo/ui": "workspace:*",
13-
"next": "14.2.15",
13+
"next": "14.2.35",
1414
"react": "18.3.1",
1515
"react-dom": "18.3.1"
1616
},
@@ -21,7 +21,7 @@
2121
"@types/react": "^18",
2222
"@types/react-dom": "^18",
2323
"eslint": "^8",
24-
"eslint-config-next": "14.2.6",
24+
"eslint-config-next": "14.2.35",
2525
"typescript": "^5"
2626
}
2727
}

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"gray-matter": "^4.0.3",
3131
"lucide-react": "^0.456.0",
3232
"marked": "^17.0.0",
33-
"next": "16.0.7",
33+
"next": "16.0.10",
3434
"next-auth": "^4.24.11",
3535
"next-themes": "^0.4.3",
3636
"posthog-js": "^1.203.1",
@@ -53,7 +53,7 @@
5353
"@types/sanitize-html": "^2.16.0",
5454
"depcheck": "^1.4.7",
5555
"eslint": "^8",
56-
"eslint-config-next": "16.0.7",
56+
"eslint-config-next": "16.0.10",
5757
"postcss": "^8",
5858
"prettier": "^3.4.1",
5959
"tailwindcss": "^3.4.1",

0 commit comments

Comments
 (0)