Skip to content

Commit 435e83f

Browse files
committed
Merge pull-request #1120
2 parents 903dd70 + 1ca301c commit 435e83f

File tree

16 files changed

+157
-246
lines changed

16 files changed

+157
-246
lines changed

.changeset/clean-spies-repeat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@turnkey/sdk-react": patch
3+
---
4+
5+
Bump `Next.js` dependency to `15.5.7` to address [Next.js RCE vulnerability in React flight protocol](https://github.com/advisories/GHSA-9qr9-h5gf-34mp)

examples/import-export-with-iframe-stamper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint-config-next": "14.2.25",
2121
"esm": "^3.2.25",
2222
"install": "^0.13.0",
23-
"next": "15.5.2",
23+
"next": "15.5.7",
2424
"npm": "^9.7.2",
2525
"react": "18.3.1",
2626
"react-dom": "18.3.1",

examples/import-export-with-rwk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/node": "20.3.1",
1717
"@types/react": "18.2.14",
1818
"@types/react-dom": "18.2.6",
19-
"next": "15.5.2",
19+
"next": "15.5.7",
2020
"react": "18.3.1",
2121
"react-dom": "18.3.1",
2222
"react-hook-form": "7.45.1",

examples/magic-link-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/react": "18.2.14",
1616
"@types/react-dom": "18.2.6",
1717
"dotenv": "16.0.3",
18-
"next": "15.5.2",
18+
"next": "15.5.7",
1919
"react": "18.2.0",
2020
"react-dom": "18.2.0",
2121
"tailwindcss": "4.1.13",

examples/oauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/node": "20.3.1",
1818
"@types/react": "18.2.14",
1919
"@types/react-dom": "18.2.6",
20-
"next": "15.5.2",
20+
"next": "15.5.7",
2121
"react": "18.3.1",
2222
"react-dom": "18.3.1",
2323
"react-hook-form": "7.45.1",

examples/otp-auth/with-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/node": "20.3.1",
2020
"@types/react": "18.2.14",
2121
"@types/react-dom": "18.2.6",
22-
"next": "15.5.2",
22+
"next": "15.5.7",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1",
2525
"react-hook-form": "7.45.1",

examples/otp-auth/without-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/node": "20.3.1",
2020
"@types/react": "18.2.14",
2121
"@types/react-dom": "18.2.6",
22-
"next": "15.5.2",
22+
"next": "15.5.7",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1",
2525
"react-hook-form": "7.45.1",

examples/wallet-auth/with-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/node": "20.3.1",
2020
"@types/react": "18.2.14",
2121
"@types/react-dom": "18.2.6",
22-
"next": "15.5.2",
22+
"next": "15.5.7",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1",
2525
"react-hook-form": "7.45.1",

examples/wallet-auth/without-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/node": "20.3.1",
2020
"@types/react": "18.2.14",
2121
"@types/react-dom": "18.2.6",
22-
"next": "15.5.2",
22+
"next": "15.5.7",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1",
2525
"react-hook-form": "7.45.1",

examples/with-0x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@tanstack/react-query": "^5.90.2",
1313
"@turnkey/react-wallet-kit": "workspace:*",
1414
"@turnkey/viem": "workspace:*",
15-
"next": "15.5.4",
15+
"next": "15.5.7",
1616
"react": "19.1.0",
1717
"react-dom": "19.1.0",
1818
"viem": "^2.37.11",

0 commit comments

Comments
 (0)