Skip to content

Commit 9d07109

Browse files
committed
chore(deps): Update next and react version to fix CVE-2025-55184
The dependency update was run with `pnpm update --latest` instead of `pnpm update`, so the major/minor/patch version will be updated instead of patch-only.
1 parent 15a4525 commit 9d07109

File tree

2 files changed

+655
-660
lines changed

2 files changed

+655
-660
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@icons-pack/react-simple-icons": "~13.8.0",
1515
"@mdx-js/loader": "~3.1.1",
1616
"@mdx-js/react": "~3.1.1",
17-
"@next/mdx": "~16.0.7",
17+
"@next/mdx": "~16.1.1",
1818
"@radix-ui/react-collapsible": "~1.1.12",
1919
"@radix-ui/react-dialog": "~1.1.15",
2020
"@radix-ui/react-dropdown-menu": "~2.1.16",
@@ -28,11 +28,11 @@
2828
"embla-carousel-autoplay": "~8.6.0",
2929
"embla-carousel-react": "~8.6.0",
3030
"geist": "~1.5.1",
31-
"lucide-react": "~0.556.0",
32-
"next": "~16.0.7",
31+
"lucide-react": "~0.562.0",
32+
"next": "~16.1.1",
3333
"next-themes": "~0.4.6",
34-
"react": "~19.2.1",
35-
"react-dom": "~19.2.1",
34+
"react": "~19.2.3",
35+
"react-dom": "~19.2.3",
3636
"react-icons": "~5.5.0",
3737
"remark-frontmatter": "~5.0.0",
3838
"remark-mdx-frontmatter": "~5.2.0",
@@ -42,20 +42,20 @@
4242
"devDependencies": {
4343
"@eslint/eslintrc": "~3.3.3",
4444
"@ianvs/prettier-plugin-sort-imports": "~4.7.0",
45-
"@next/bundle-analyzer": "~16.0.7",
46-
"@next/eslint-plugin-next": "~16.0.7",
47-
"@tailwindcss/postcss": "~4.1.17",
48-
"@types/node": "~24.10.1",
49-
"@types/react": "~19.2.7",
45+
"@next/bundle-analyzer": "~16.1.1",
46+
"@next/eslint-plugin-next": "~16.1.1",
47+
"@tailwindcss/postcss": "~4.1.18",
48+
"@types/node": "~25.0.6",
49+
"@types/react": "~19.2.8",
5050
"@types/react-dom": "~19.2.3",
51-
"eslint": "~9.39.1",
52-
"eslint-config-next": "~16.0.7",
51+
"eslint": "~9.39.2",
52+
"eslint-config-next": "~16.1.1",
5353
"eslint-config-prettier": "~10.1.8",
5454
"eslint-plugin-react-hooks": "~7.0.1",
5555
"eslint-plugin-tailwindcss": "4.0.0-beta.0",
5656
"prettier": "~3.7.4",
5757
"prettier-plugin-tailwindcss": "~0.7.2",
58-
"tailwindcss": "~4.1.17",
58+
"tailwindcss": "~4.1.18",
5959
"typescript": "~5.9.3"
6060
}
6161
}

0 commit comments

Comments
 (0)