From ac2da2c080d88186e13a92014afa2330c77e5c74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 21:01:58 +0000 Subject: [PATCH] NPM(deps): Bump @wordpress/html-entities from 4.4.0 to 4.6.0 Bumps [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) from 4.4.0 to 4.6.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.6.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 027ed1577..1e6d1ee26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@wordpress/compose": "^7.5.0", "@wordpress/dom-ready": "^4.5.0", "@wordpress/element": "^6.3.0", - "@wordpress/html-entities": "^4.4.0", + "@wordpress/html-entities": "^4.6.0", "@wordpress/i18n": "^5.4.0", "@wordpress/icons": "^10.5.0", "classnames": "^2.5.1", @@ -6026,9 +6026,9 @@ } }, "node_modules/@wordpress/html-entities": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.4.0.tgz", - "integrity": "sha512-EXOo+eBYeKKuBFgRleQYfK3fdXy5gzFdHtxbPPDunsETYkdapgX4pr/epDLmi9Uk3fcdFMwFre2o2s6LkLke4A==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.6.0.tgz", + "integrity": "sha512-ypTlGwDKw7jpmu9rneErkkq9dFHXzju8SGdEWkVAeqhRS9Ifri9DvmrovASB2c5IPY+Ijwh4YlVkx1yNBRHr5w==", "dependencies": { "@babel/runtime": "^7.16.0" }, diff --git a/package.json b/package.json index ecba2c9a2..4fc12fa6d 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@wordpress/compose": "^7.5.0", "@wordpress/dom-ready": "^4.5.0", "@wordpress/element": "^6.3.0", - "@wordpress/html-entities": "^4.4.0", + "@wordpress/html-entities": "^4.6.0", "@wordpress/i18n": "^5.4.0", "@wordpress/icons": "^10.5.0", "classnames": "^2.5.1",