Skip to content

Commit 514584c

Browse files
authored
Merge pull request #218 from nvroot/main
Fix CVE-2025-66478
2 parents fc430ca + 9efef36 commit 514584c

File tree

3 files changed

+638
-636
lines changed

3 files changed

+638
-636
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ COPY . .
4949
RUN pnpm build
5050

5151
RUN sed -i -e "s/30000/600000/" \
52-
"node_modules/.pnpm/next@15.5.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/server/lib/router-utils/proxy-request.js" \
53-
"node_modules/.pnpm/next@15.5.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/esm/server/lib/router-utils/proxy-request.js"
52+
"node_modules/.pnpm/next@15.4.8_react-dom@19.1.2_react@19.1.2__react@19.1.2/node_modules/next/dist/server/lib/router-utils/proxy-request.js" \
53+
"node_modules/.pnpm/next@15.4.8_react-dom@19.1.2_react@19.1.2__react@19.1.2/node_modules/next/dist/esm/server/lib/router-utils/proxy-request.js"
5454

5555
# Production runner stage
5656
FROM base AS runner

apps/frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
"clsx": "^2.1.1",
4343
"date-fns": "^4.1.0",
4444
"lucide-react": "^0.515.0",
45-
"next": "^15.4.7",
45+
"next": "^15.4.8",
4646
"next-runtime-env": "^3.3.0",
4747
"next-themes": "^0.4.6",
4848
"postcss": "^8.5.6",
4949
"prismjs": "^1.30.0",
50-
"react": "^19.1.0",
51-
"react-dom": "^19.1.0",
50+
"react": "^19.1.2",
51+
"react-dom": "^19.1.2",
5252
"react-hook-form": "^7.58.0",
5353
"react-syntax-highlighter": "^15.6.1",
5454
"sonner": "^2.0.5",
@@ -62,8 +62,8 @@
6262
"@repo/eslint-config": "workspace:*",
6363
"@repo/typescript-config": "workspace:*",
6464
"@types/node": "^22.15.3",
65-
"@types/react": "19.1.0",
66-
"@types/react-dom": "19.1.1",
65+
"@types/react": "19.1.2",
66+
"@types/react-dom": "19.1.2",
6767
"eslint": "^9.28.0",
6868
"tw-animate-css": "^1.3.4",
6969
"typescript": "5.8.2"

0 commit comments

Comments
 (0)