diff --git a/package-lock.json b/package-lock.json index 0ab4acf45..13397434c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@wordpress/compose": "^7.16.0", "@wordpress/dom-ready": "^4.16.0", "@wordpress/element": "^6.15.1", - "@wordpress/html-entities": "^4.15.0", + "@wordpress/html-entities": "^4.16.0", "@wordpress/i18n": "^5.16.0", "@wordpress/icons": "^10.16.0", "@wordpress/url": "^4.16.0", @@ -7110,9 +7110,10 @@ } }, "node_modules/@wordpress/html-entities": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.15.0.tgz", - "integrity": "sha512-fdvNXWHtylrVMurRXd9OXVR79FvyCgk7ypGSKyWkVplAaW2GR31t+vWAYhlufSB13dWcG/CRSngMnT30b4/7/w==", + "version": "4.16.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.16.0.tgz", + "integrity": "sha512-wnCtif4GsQ3gZgINN2GK6+yLH+vIsW3ASvUfdUlxYMcvMagNhJsqaE6dqsnKkezD8q/WNL7zv82BDyGSLKeHNQ==", + "license": "GPL-2.0-or-later", "dependencies": { "@babel/runtime": "7.25.7" }, diff --git a/package.json b/package.json index 31bb572c2..322da3a86 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@wordpress/compose": "^7.16.0", "@wordpress/dom-ready": "^4.16.0", "@wordpress/element": "^6.15.1", - "@wordpress/html-entities": "^4.15.0", + "@wordpress/html-entities": "^4.16.0", "@wordpress/i18n": "^5.16.0", "@wordpress/icons": "^10.16.0", "@wordpress/url": "^4.16.0",