fix(security): rce vulnerability in nextjs

This commit is contained in:
Meier Lukas
2025-12-03 18:33:01 +01:00
parent d5d59dd256
commit b40deba9ff
14 changed files with 103 additions and 140 deletions

View File

@@ -49,7 +49,7 @@
"@trpc/server": "^11.7.2",
"@trpc/tanstack-react-query": "^11.7.2",
"lodash.clonedeep": "^4.5.0",
"next": "16.0.5",
"next": "16.0.7",
"react": "19.2.0",
"react-dom": "19.2.0",
"superjson": "2.2.6",

View File

@@ -35,7 +35,7 @@
"bcrypt": "^6.0.0",
"cookies": "^0.9.1",
"ldapts": "8.0.9",
"next": "16.0.5",
"next": "16.0.7",
"next-auth": "5.0.0-beta.30",
"react": "19.2.0",
"react-dom": "19.2.0",

View File

@@ -32,7 +32,7 @@
"@paralleldrive/cuid2": "^3.1.0",
"dayjs": "^1.11.19",
"dns-caching": "^0.2.7",
"next": "16.0.5",
"next": "16.0.7",
"octokit": "^5.0.5",
"react": "19.2.0",
"react-dom": "19.2.0",

View File

@@ -36,7 +36,7 @@
"@mantine/core": "^8.3.9",
"@tabler/icons-react": "^3.35.0",
"dayjs": "^1.11.19",
"next": "16.0.5",
"next": "16.0.7",
"react": "19.2.0",
"react-dom": "19.2.0",
"zod": "^4.1.13"

View File

@@ -40,7 +40,7 @@
"@mantine/core": "^8.3.9",
"@mantine/hooks": "^8.3.9",
"adm-zip": "0.5.16",
"next": "16.0.5",
"next": "16.0.7",
"react": "19.2.0",
"react-dom": "19.2.0",
"superjson": "2.2.6",

View File

@@ -27,7 +27,7 @@
"@homarr/db": "workspace:^0.1.0",
"@homarr/server-settings": "workspace:^0.1.0",
"@mantine/dates": "^8.3.9",
"next": "16.0.5",
"next": "16.0.7",
"react": "19.2.0",
"react-dom": "19.2.0"
},

View File

@@ -38,7 +38,7 @@
"@mantine/spotlight": "^8.3.9",
"@tabler/icons-react": "^3.35.0",
"jotai": "^2.15.1",
"next": "16.0.5",
"next": "16.0.7",
"react": "19.2.0",
"react-dom": "19.2.0",
"use-deep-compare-effect": "^1.8.1"

View File

@@ -32,7 +32,7 @@
"dayjs": "^1.11.19",
"deepmerge": "4.3.1",
"mantine-react-table": "2.0.0-beta.9",
"next": "16.0.5",
"next": "16.0.7",
"next-intl": "4.5.6",
"react": "19.2.0",
"react-dom": "19.2.0"

View File

@@ -35,7 +35,7 @@
"@mantine/hooks": "^8.3.9",
"@tabler/icons-react": "^3.35.0",
"mantine-react-table": "2.0.0-beta.9",
"next": "16.0.5",
"next": "16.0.7",
"react": "19.2.0",
"react-dom": "19.2.0",
"svgson": "^5.3.1"

View File

@@ -72,7 +72,7 @@
"dayjs": "^1.11.19",
"mantine-form-zod-resolver": "^1.3.0",
"mantine-react-table": "2.0.0-beta.9",
"next": "16.0.5",
"next": "16.0.7",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-markdown": "^10.1.0",