Skip to content

Commit 3fe2756

Browse files
authored
fix: update next.js version to 16.0.7 in package.json (#4282)
Update next.js version to 16.0.7 in package.json and pnpm-lock.yaml files (CVE-2025-66478)
1 parent 3431751 commit 3fe2756

3 files changed

Lines changed: 58 additions & 59 deletions

File tree

apps/eds-color-palette-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@equinor/eds-utils": "workspace:^",
3030
"colorjs.io": "^0.5.2",
3131
"lucide-react": "^0.546.0",
32-
"next": "16.0.0",
32+
"next": "16.0.7",
3333
"react": "^19.2.0",
3434
"react-dom": "^19.2.0"
3535
},

apps/eds-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@next/mdx": "^16.0.0",
2020
"@types/mdx": "^2.0.13",
2121
"github-markdown-css": "^5.8.1",
22-
"next": "^16.0.0",
22+
"next": "16.0.7",
2323
"react": "^19.2.0",
2424
"react-dom": "^19.2.0",
2525
"remark-gfm": "^4.0.1"

pnpm-lock.yaml

Lines changed: 56 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)