From 9be33ef435032341643bfa2117fbe9acefb8927b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:21:40 +0000 Subject: [PATCH] NPM(deps): Bump @wordpress/html-entities from 4.13.0 to 4.14.0 Bumps [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) from 4.13.0 to 4.14.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.14.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 4730d3d7e..fd5c847cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@wordpress/compose": "^7.13.0", "@wordpress/dom-ready": "^4.14.0", "@wordpress/element": "^6.14.0", - "@wordpress/html-entities": "^4.13.0", + "@wordpress/html-entities": "^4.14.0", "@wordpress/i18n": "^5.13.0", "@wordpress/icons": "^10.14.0", "ajv": "^8.17.1", @@ -6712,9 +6712,9 @@ } }, "node_modules/@wordpress/html-entities": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.13.0.tgz", - "integrity": "sha512-8213NNZdsyPHaYawu8v9xOKfIpX8vfThZ7uBHqeZKHg/DqPrK2jlX89EnI8s+V8cwBj1qHc6Xf78mKGW2iqkuQ==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.14.0.tgz", + "integrity": "sha512-PUpq6Li0TfmldDDyo9lFGrYqtISnloD+xrQ4NHD7vcCMDFBin3w1XXc3gHugsRYt6xHTI0L2rdiiv7PrJIr0UA==", "dependencies": { "@babel/runtime": "7.25.7" }, diff --git a/package.json b/package.json index ec5640be4..37e2115f1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@wordpress/compose": "^7.13.0", "@wordpress/dom-ready": "^4.14.0", "@wordpress/element": "^6.14.0", - "@wordpress/html-entities": "^4.13.0", + "@wordpress/html-entities": "^4.14.0", "@wordpress/i18n": "^5.13.0", "@wordpress/icons": "^10.14.0", "ajv": "^8.17.1",