From 88deac9e6d4ee8a2a77ade493417fd257724b435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 22:45:18 +0000 Subject: [PATCH] build(deps): Bump @wordpress/html-entities from 4.43.0 to 4.44.0 Bumps [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) from 4.43.0 to 4.44.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.44.0/packages/html-entities) --- updated-dependencies: - dependency-name: "@wordpress/html-entities" dependency-version: 4.44.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 73bee045..a47ff3af 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.44.0", "@wordpress/i18n": "^6.11.0", "@wordpress/icons": "^11.5.0", "@wordpress/is-shallow-equal": "^5.38.0", @@ -9207,9 +9207,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.44.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.44.0.tgz", + "integrity": "sha512-Vejleo4VvES7Ec4qX6p74DL8M6P15p0Law9+A8Wp4Vu8wg4TLtTNZE4Hfet1YoXwY9t6czty+KGISZpEG3Y7RA==", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index d8d33531..1ca36e57 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.44.0", "@wordpress/i18n": "^6.11.0", "@wordpress/icons": "^11.5.0", "@wordpress/is-shallow-equal": "^5.38.0",