From 7d0ca6c0ac821ff4c8cc1921e33643f1e0429f5e Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers <359867+desrosj@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:05:51 -0400 Subject: [PATCH] Update the pinned `gutenberg` hash. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4d3f3823f0d99..c3150ce358e34 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://develop.svn.wordpress.org/trunk" }, "gutenberg": { - "ref": "f4d8a5803aa2fbe26e7d9af4d17e80a622b7bab8" + "ref": "7b7fa2bc97a8029a302bd6511cf0d206b5953172" }, "engines": { "node": ">=20.10.0", @@ -145,4 +145,4 @@ "sync-gutenberg-packages": "grunt sync-gutenberg-packages", "postsync-gutenberg-packages": "grunt wp-packages:sync-stable-blocks && grunt build --dev && grunt build" } -} \ No newline at end of file +}