From 0b63cdc82a9c62f5bfc34f814ede32619a8ce2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:12:04 +0000 Subject: [PATCH] NPM(deps): Bump @wordpress/html-entities from 3.52.0 to 3.53.0 Bumps [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) from 3.52.0 to 3.53.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.53.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 ddb29dc70..24daec2fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@wordpress/compose": "^6.27.0", "@wordpress/dom-ready": "^3.52.0", "@wordpress/element": "^5.26.0", - "@wordpress/html-entities": "^3.50.0", + "@wordpress/html-entities": "^3.53.0", "@wordpress/i18n": "^4.49.0", "@wordpress/icons": "^9.43.0", "classnames": "^2.5.1", @@ -6041,9 +6041,9 @@ } }, "node_modules/@wordpress/html-entities": { - "version": "3.52.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.52.0.tgz", - "integrity": "sha512-wL9utg0ukbvKHX3nPRApvVnij6+8Wen1SgBiQzQwh+3SNpJdI5RsYDH0dlUnI4RZw3tmi7t21ZOAOYA1oZiyKw==", + "version": "3.53.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.53.0.tgz", + "integrity": "sha512-fqO6oJnBs1hLNtRLQLIYkKcnISpwf/ts4hOcBr+SN1pusTM3Om9fSUYjjRwXzjnqQsm/Tqjnh3GyDNzmmyuz5w==", "dependencies": { "@babel/runtime": "^7.16.0" }, diff --git a/package.json b/package.json index db799d59b..830512605 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@wordpress/compose": "^6.27.0", "@wordpress/dom-ready": "^3.52.0", "@wordpress/element": "^5.26.0", - "@wordpress/html-entities": "^3.50.0", + "@wordpress/html-entities": "^3.53.0", "@wordpress/i18n": "^4.49.0", "@wordpress/icons": "^9.43.0", "classnames": "^2.5.1",