diff --git a/app/about/page.tsx b/app/about/page.tsx
index 1414c4c..0b87daa 100644
--- a/app/about/page.tsx
+++ b/app/about/page.tsx
@@ -135,7 +135,7 @@ export default function About() {
{key === "Mobile Devices" && (
}
>
Pixel 9 Pro XL
diff --git a/package.json b/package.json
index 5510745..a152f5d 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.485.0",
- "next": "^15.5.0",
+ "next": "^15.5.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^15.7.2",
@@ -31,7 +31,7 @@
"@tailwindcss/postcss": "^4.1.12",
"@types/node": "^20.19.11",
"@types/react": "^19.1.11",
- "@types/react-dom": "^19.1.7",
+ "@types/react-dom": "^19.1.8",
"eslint": "^9.34.0",
"eslint-config-next": "15.1.3",
"postcss": "^8.5.6",