From 1ba54120257bebaaa4adf0b00dec135df23c7e6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:36:52 +0000 Subject: [PATCH] NPM(deps): Bump @wordpress/html-entities from 4.11.0 to 4.12.0 Bumps [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) from 4.11.0 to 4.12.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.12.0/packages/html-entities) --- updated-dependencies: - dependency-name: "@wordpress/html-entities" 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 c49b7f583..b8a275ad8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@wordpress/compose": "^7.12.0", "@wordpress/dom-ready": "^4.12.0", "@wordpress/element": "^6.11.0", - "@wordpress/html-entities": "^4.11.0", + "@wordpress/html-entities": "^4.12.0", "@wordpress/i18n": "^5.12.0", "@wordpress/icons": "^10.12.0", "ajv": "^8.17.1", @@ -6741,9 +6741,9 @@ } }, "node_modules/@wordpress/html-entities": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.11.0.tgz", - "integrity": "sha512-OMpq/oP7CvfMojedgeI9unIAx0wuB8n10JwM72xi0CI/NYuymAcaOoD3OGkmS+4i6IW/geC3AooyWwRduzY85Q==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.12.0.tgz", + "integrity": "sha512-PDhyRJPP1T3JXVBYRHdTXtq7R0QQgZeGA5m2OTcOhAgNgZTXUrKD0CuLutTqmilgtePUJl67GIcB3pdBwd42HQ==", "dependencies": { "@babel/runtime": "7.25.7" }, diff --git a/package.json b/package.json index a40a4fb21..c2627b461 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@wordpress/compose": "^7.12.0", "@wordpress/dom-ready": "^4.12.0", "@wordpress/element": "^6.11.0", - "@wordpress/html-entities": "^4.11.0", + "@wordpress/html-entities": "^4.12.0", "@wordpress/i18n": "^5.12.0", "@wordpress/icons": "^10.12.0", "ajv": "^8.17.1",