Skip to content

Commit ffcde4a

Browse files
authored
fix: security vuln in react and next (#482)
* fix: bump versions to patched version of next and react * fix: match react-dom version * fix: regenerate lock file
1 parent 99d522c commit ffcde4a

File tree

20 files changed

+3580
-3560
lines changed

20 files changed

+3580
-3560
lines changed

examples/all-product-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"class-variance-authority": "^0.7.1",
1818
"clsx": "^2.1.1",
1919
"js-cookie": "^3.0.5",
20-
"next": "15.3.1",
20+
"next": "^15.3.6",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",
2323
"react-hook-form": "^7.54.2",

examples/all-product-types/pnpm-lock.yaml

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

examples/authentication-local-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@epcc-sdk/sdks-shopper": "workspace:*",
13-
"next": "15.3.1",
13+
"next": "^15.3.6",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},

examples/authentication-local-storage/pnpm-lock.yaml

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

examples/authentication-server-cookie/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@epcc-sdk/sdks-shopper": "workspace:*",
13-
"next": "15.3.1",
13+
"next": "^15.3.6",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},

examples/authentication-server-cookie/pnpm-lock.yaml

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

examples/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"cookies-next": "^5.1.0",
3939
"embla-carousel-react": "^8.5.2",
4040
"focus-visible": "^5.2.1",
41-
"next": "15.2.2",
42-
"react": "19.0.0",
43-
"react-dom": "19.0.0",
41+
"next": "^15.2.6",
42+
"react": "^19.0.1",
43+
"react-dom": "^19.0.1",
4444
"react-hook-form": "^7.54.2",
4545
"react-number-format": "^5.4.3",
4646
"react-toastify": "^11.0.5",

examples/core/pnpm-lock.yaml

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

examples/list-products/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@epcc-sdk/sdks-shopper": "workspace:*",
13-
"next": "15.3.1",
13+
"next": "^15.3.6",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},

examples/list-products/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)