diff --git a/package-lock.json b/package-lock.json index 727a97e4a..4ac28c98b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@wordpress/compose": "^7.8.0", "@wordpress/dom-ready": "^4.6.0", "@wordpress/element": "^6.8.0", - "@wordpress/html-entities": "^4.6.0", + "@wordpress/html-entities": "^4.8.0", "@wordpress/i18n": "^5.7.0", "@wordpress/icons": "^10.8.0", "ajv": "^8.17.1", @@ -6467,10 +6467,9 @@ } }, "node_modules/@wordpress/html-entities": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.7.0.tgz", - "integrity": "sha512-dVhbaGyQaDFwMoZn5PT+d6amO3VYurVQN/bkUl6h6SeBNOsTY1DqUVzO0rLxFp8Is/4MOms61sFJL7nvWtkxaA==", - "license": "GPL-2.0-or-later", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.8.0.tgz", + "integrity": "sha512-kJZg83oKZLvXz4jmZUoqPxXTDeoGxy1yV2nyqVWuEXoGRVFzBSPZRxVf7Rn6R06WU/0bGpjMH2ZDrj9MlMoWqA==", "dependencies": { "@babel/runtime": "^7.16.0" }, diff --git a/package.json b/package.json index 578b3659b..04917d395 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@wordpress/compose": "^7.8.0", "@wordpress/dom-ready": "^4.6.0", "@wordpress/element": "^6.8.0", - "@wordpress/html-entities": "^4.6.0", + "@wordpress/html-entities": "^4.8.0", "@wordpress/i18n": "^5.7.0", "@wordpress/icons": "^10.8.0", "ajv": "^8.17.1",