Skip to content

Commit 23da236

Browse files
authored
Merge pull request #398 from wpengine/security-next-updates-sept-2025
chore: Update dependencies in example and plugin package.json files
2 parents aeb24b2 + 49b7073 commit 23da236

File tree

15 files changed

+6979
-1055
lines changed

15 files changed

+6979
-1055
lines changed

examples/next/apollo-client-data-fetch/example-app/package-lock.json

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

examples/next/apollo-client-data-fetch/example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"crypto-hash": "^3.1.0",
1414
"debounce": "^2.2.0",
1515
"graphql": "^16.10.0",
16-
"next": "15.2.4",
16+
"next": "^15.5.2",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0"
1919
},

examples/next/client-multisite-app-router-fetch-data/example-app/package-lock.json

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

examples/next/client-multisite-app-router-fetch-data/example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prettier": "prettier --write ."
1111
},
1212
"dependencies": {
13-
"next": "15.2.4",
13+
"next": "^15.5.2",
1414
"prettier": "^3.5.3",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"

examples/next/custom-sitemap-apollo/example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@apollo/client": "^3.13.5",
13-
"next": "15.2.4",
13+
"next": "^15.5.2",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},

0 commit comments

Comments
 (0)