From 96d81502e12776ebae4c198160de357750290de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:37:15 +0000 Subject: [PATCH] Bump @wordpress/html-entities from 3.24.0 to 3.51.0 Bumps [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) from 3.24.0 to 3.51.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@3.51.0/packages/html-entities) --- updated-dependencies: - dependency-name: "@wordpress/html-entities" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++------------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49db6d625c4..67c8c0c63d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -126,7 +126,7 @@ "@wordpress/e2e-tests": "^4.6.0", "@wordpress/element": "5.22.0", "@wordpress/env": "8.2.0", - "@wordpress/html-entities": "3.24.0", + "@wordpress/html-entities": "3.51.0", "@wordpress/i18n": "4.45.0", "@wordpress/is-shallow-equal": "4.24.0", "@wordpress/prettier-config": "1.4.0", @@ -13423,18 +13423,6 @@ "node": ">=12" } }, - "node_modules/@types/wordpress__editor/node_modules/@wordpress/html-entities": { - "version": "3.44.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.44.0.tgz", - "integrity": "sha512-qE1Bv9b2k6KNnDHzd9Yr6Bw2kfb20dz/tXuPUWYqzdfo1QyjJxK6X1x1y3LdA3g5FQSw/vQYK/xTEI6AMkuzPg==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.16.0" - }, - "engines": { - "node": ">=12" - } - }, "node_modules/@types/wordpress__editor/node_modules/@wordpress/is-shallow-equal": { "version": "4.44.0", "resolved": "https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-4.44.0.tgz", @@ -18991,8 +18979,9 @@ } }, "node_modules/@wordpress/html-entities": { - "version": "3.24.0", - "license": "GPL-2.0-or-later", + "version": "3.51.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.51.0.tgz", + "integrity": "sha512-3LBqSN5d0aTa0MKgen60RfuwZZnANrUw3tQ3pI4H+hXWSazSi1joyxBPmM1fxNuEO7QMnq1I3pU6ywF9Ok6OOw==", "dependencies": { "@babel/runtime": "^7.16.0" }, @@ -56896,15 +56885,6 @@ "@wordpress/deprecated": "^3.44.0" } }, - "@wordpress/html-entities": { - "version": "3.44.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.44.0.tgz", - "integrity": "sha512-qE1Bv9b2k6KNnDHzd9Yr6Bw2kfb20dz/tXuPUWYqzdfo1QyjJxK6X1x1y3LdA3g5FQSw/vQYK/xTEI6AMkuzPg==", - "dev": true, - "requires": { - "@babel/runtime": "^7.16.0" - } - }, "@wordpress/is-shallow-equal": { "version": "4.44.0", "resolved": "https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-4.44.0.tgz", @@ -61053,7 +61033,9 @@ } }, "@wordpress/html-entities": { - "version": "3.24.0", + "version": "3.51.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.51.0.tgz", + "integrity": "sha512-3LBqSN5d0aTa0MKgen60RfuwZZnANrUw3tQ3pI4H+hXWSazSi1joyxBPmM1fxNuEO7QMnq1I3pU6ywF9Ok6OOw==", "requires": { "@babel/runtime": "^7.16.0" } diff --git a/package.json b/package.json index f699dc33584..4bf2bd79e59 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "@wordpress/e2e-tests": "^4.6.0", "@wordpress/element": "5.22.0", "@wordpress/env": "8.2.0", - "@wordpress/html-entities": "3.24.0", + "@wordpress/html-entities": "3.51.0", "@wordpress/i18n": "4.45.0", "@wordpress/is-shallow-equal": "4.24.0", "@wordpress/prettier-config": "1.4.0",