diff --git a/package-lock.json b/package-lock.json index 9fe0bc2fc..86437605f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@wordpress/compose": "^7.7.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.6.0", "ajv": "^8.17.1", @@ -6473,10 +6473,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 dd58c2167..f745f4048 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@wordpress/compose": "^7.7.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.6.0", "ajv": "^8.17.1",