From 07680d1e25612ec6c6796c895a25f34dbeb5fe4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:03:33 +0000 Subject: [PATCH] build(deps): Bump @wordpress/html-entities from 4.43.0 to 4.45.0 Bumps [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) from 4.43.0 to 4.45.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/html-entities/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/html-entities@4.45.0/packages/html-entities) --- updated-dependencies: - dependency-name: "@wordpress/html-entities" dependency-version: 4.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8307afc..ca4708eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@wordpress/format-library": "^5.41.0", "@wordpress/global-styles-engine": "^1.9.0", "@wordpress/hooks": "^4.38.0", - "@wordpress/html-entities": "^4.38.0", + "@wordpress/html-entities": "^4.45.0", "@wordpress/i18n": "^6.11.0", "@wordpress/icons": "^11.5.0", "@wordpress/is-shallow-equal": "^5.38.0", @@ -9245,9 +9245,9 @@ } }, "node_modules/@wordpress/html-entities": { - "version": "4.43.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.43.0.tgz", - "integrity": "sha512-z7C782VfH3E5dWYO4VOtN8EEhzfID2kiJmGTINiVPD8kywxp5BsBU2KJSSPvkUjqOCMNJ2XhkYPgADKi9O1U7A==", + "version": "4.45.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.45.0.tgz", + "integrity": "sha512-7W95xaOv4UgMSWlEmyO7YkBsUae3QlQu3GKENVH7Pt/osbJGSPInAJ1ruO4oeUwGPygWOL7b7IzRsgTNP0M/Wg==", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index a04270fd..bf9c3280 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@wordpress/format-library": "^5.41.0", "@wordpress/global-styles-engine": "^1.9.0", "@wordpress/hooks": "^4.38.0", - "@wordpress/html-entities": "^4.38.0", + "@wordpress/html-entities": "^4.45.0", "@wordpress/i18n": "^6.11.0", "@wordpress/icons": "^11.5.0", "@wordpress/is-shallow-equal": "^5.38.0",