From 74db7bb27f65004e012ce9e43762ecdb1528c85d Mon Sep 17 00:00:00 2001 From: Colin Murphy Date: Wed, 3 Sep 2025 09:19:58 +0100 Subject: [PATCH 1/2] Updated @faustwp/core Addresses security issues for https://vercel.com/changelog/cve-2025-57822 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0427ad4..4f0ca56 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@apollo/client": "^3.13.8", "@faustwp/cli": "^3.2.3", - "@faustwp/core": "^3.2.3", + "@faustwp/core": "^3.2.6", "graphql": "^16.10.0", "next": "^15.3.1", "prettier": "^3.5.3", From a72f9596bc8946890b699f8f2d0746dbe78fe408 Mon Sep 17 00:00:00 2001 From: Colin Murphy Date: Wed, 3 Sep 2025 09:24:50 +0100 Subject: [PATCH 2/2] Updated next version too --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f0ca56..d0b85e8 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@faustwp/cli": "^3.2.3", "@faustwp/core": "^3.2.6", "graphql": "^16.10.0", - "next": "^15.3.1", + "next": "^15.5.2", "prettier": "^3.5.3", "react": "^19.1.0", "react-dom": "^19.1.0"