Skip to content

Commit f640dac

Browse files
authored
examples(security): Upgrade Next.js versions (#11188)
### Description In accordance with mitigation instructions for GHSA-9qr9-h5gf-34mp, upgrading Next.js to latest in examples.
1 parent 11a141e commit f640dac

File tree

32 files changed

+4314
-1783
lines changed

32 files changed

+4314
-1783
lines changed

examples/basic/apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@repo/ui": "workspace:*",
15-
"next": "^16.0.1",
15+
"next": "^16.0.7",
1616
"react": "^19.2.0",
1717
"react-dom": "^19.2.0"
1818
},

examples/basic/apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@repo/ui": "workspace:*",
15-
"next": "^16.0.1",
15+
"next": "^16.0.7",
1616
"react": "^19.2.0",
1717
"react-dom": "^19.2.0"
1818
},

examples/basic/pnpm-lock.yaml

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

examples/kitchen-sink/apps/storefront/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@repo/logger": "workspace:*",
1515
"@repo/ui": "workspace:*",
16-
"next": "^16.0.1",
16+
"next": "^16.0.7",
1717
"react": "^19.2.0",
1818
"react-dom": "^19.1.0"
1919
},

0 commit comments

Comments
 (0)