Skip to content

Commit ade727e

Browse files
authored
Merge pull request #3173 from CatPaulKatze/fix/React2Shell
fix: React2Shell vulnerability in NextJS
2 parents 3e1030e + ac1fb6f commit ade727e

File tree

3 files changed

+218
-220
lines changed

3 files changed

+218
-220
lines changed

apps/dokploy/next.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
/** @type {import("next").NextConfig} */
77
const nextConfig = {
88
reactStrictMode: true,
9-
eslint: {
10-
ignoreDuringBuilds: true,
11-
},
129
typescript: {
1310
ignoreBuildErrors: true,
1411
},

apps/dokploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"lucide-react": "^0.469.0",
119119
"micromatch": "4.0.8",
120120
"nanoid": "3.3.11",
121-
"next": "^15.3.2",
121+
"next": "^16.0.7",
122122
"next-i18next": "^15.4.2",
123123
"next-themes": "^0.2.1",
124124
"nextjs-toploader": "^3.9.17",

0 commit comments

Comments
 (0)