From 12503b6316110c01ca5d0d60371baed230cfbd70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:26:10 +0000 Subject: [PATCH] NPM(deps): Bump @wordpress/html-entities from 3.49.0 to 3.50.0 Bumps [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) from 3.49.0 to 3.50.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.50.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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1639d19c0..07e995093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@wordpress/compose": "^6.27.0", "@wordpress/dom-ready": "^3.49.0", "@wordpress/element": "^5.26.0", - "@wordpress/html-entities": "^3.49.0", + "@wordpress/html-entities": "^3.50.0", "@wordpress/i18n": "^4.49.0", "@wordpress/icons": "^9.40.0", "classnames": "^2.5.1", @@ -41,8 +41,8 @@ "tailwindcss": "^3.4.1" }, "engines": { - "node": ">=16", - "npm": ">=7" + "node": ">=20", + "npm": ">=10" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -5856,9 +5856,9 @@ } }, "node_modules/@wordpress/html-entities": { - "version": "3.49.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.49.0.tgz", - "integrity": "sha512-t9/eKhm/JBoRGze9hQOmQPO8TNOjLgIHFGzvca0MSurrR2C0Gy4eVxE/FFHtLBctN8fcgAghhQP06y1lZZ7FfQ==", + "version": "3.50.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.50.0.tgz", + "integrity": "sha512-DBRgShv6FLtDpapoTgmEx//6uHeq+mk5zKhAWAAqu6+/6LqOm/TCoUTxb0E2xtHh4oRBgU5nYC92pObRaczFdQ==", "dependencies": { "@babel/runtime": "^7.16.0" }, @@ -27553,9 +27553,9 @@ } }, "@wordpress/html-entities": { - "version": "3.49.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.49.0.tgz", - "integrity": "sha512-t9/eKhm/JBoRGze9hQOmQPO8TNOjLgIHFGzvca0MSurrR2C0Gy4eVxE/FFHtLBctN8fcgAghhQP06y1lZZ7FfQ==", + "version": "3.50.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.50.0.tgz", + "integrity": "sha512-DBRgShv6FLtDpapoTgmEx//6uHeq+mk5zKhAWAAqu6+/6LqOm/TCoUTxb0E2xtHh4oRBgU5nYC92pObRaczFdQ==", "requires": { "@babel/runtime": "^7.16.0" } diff --git a/package.json b/package.json index 5f56d1c67..d54da5016 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@wordpress/compose": "^6.27.0", "@wordpress/dom-ready": "^3.49.0", "@wordpress/element": "^5.26.0", - "@wordpress/html-entities": "^3.49.0", + "@wordpress/html-entities": "^3.50.0", "@wordpress/i18n": "^4.49.0", "@wordpress/icons": "^9.40.0", "classnames": "^2.5.1",