Skip to content

Commit 59953b9

Browse files
authored
chore: Updating next to version 15 to fix security issue (#2165)
* Updating next to version 15 to fix security issue Security issue - https://vercel.com/changelog/cve-2025-57822 * Added Changeset Updated next package to version 15 to address a security issue.
1 parent c89eeaa commit 59953b9

File tree

7 files changed

+911
-1084
lines changed

7 files changed

+911
-1084
lines changed

.changeset/early-trains-explain.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@faustwp/blocks": patch
3+
"@faustwp/core": patch
4+
---
5+
6+
chore: Updating next to version 15 to fix security issue

examples/next/block-support/package-lock.json

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

examples/next/block-support/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"dependencies": {
1414
"@apollo/client": "^3.8.8",
15-
"@faustwp/blocks": "^6.1.2",
16-
"@faustwp/cli": "^3.2.3",
17-
"@faustwp/core": "^3.2.3",
15+
"@faustwp/blocks": "^6.1.3",
16+
"@faustwp/cli": "^3.2.5",
17+
"@faustwp/core": "^3.2.4",
1818
"classnames": "^2.5.1",
1919
"graphql": "^16.10.0",
20-
"next": "^15.3.3",
20+
"next": "^15.5.2",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",
2323
"sass": "^1.54.9"
@@ -37,7 +37,7 @@
3737
},
3838
"overrides": {
3939
"@babel/runtime": "7.27.0",
40-
"puppeteer": "^24.10",
40+
"puppeteer": "^24.10",
4141
"puppeteer-core": "^24.10",
4242
"webpack-dev-server": "^5.2"
4343
},

0 commit comments

Comments
 (0)