diff --git a/package-lock.json b/package-lock.json index 1c39d8892..e1426f006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@wordpress/compose": "^7.10.0", "@wordpress/dom-ready": "^4.11.0", "@wordpress/element": "^6.8.0", - "@wordpress/html-entities": "^4.8.0", + "@wordpress/html-entities": "^4.11.0", "@wordpress/i18n": "^5.10.0", "@wordpress/icons": "^10.11.0", "ajv": "^8.17.1", @@ -6894,12 +6894,11 @@ } }, "node_modules/@wordpress/html-entities": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.9.0.tgz", - "integrity": "sha512-RaiMecK8Igqb4yreJncSZEBl6DR1eAj8M3mHwrJASJLiiBLcaWg0oi8iiabUEmgGCsIu2pCeXmV+8WO0FRDO5Q==", - "license": "GPL-2.0-or-later", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.11.0.tgz", + "integrity": "sha512-OMpq/oP7CvfMojedgeI9unIAx0wuB8n10JwM72xi0CI/NYuymAcaOoD3OGkmS+4i6IW/geC3AooyWwRduzY85Q==", "dependencies": { - "@babel/runtime": "^7.16.0" + "@babel/runtime": "7.25.7" }, "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index 4ea7d1f4e..e876cb562 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@wordpress/compose": "^7.10.0", "@wordpress/dom-ready": "^4.11.0", "@wordpress/element": "^6.8.0", - "@wordpress/html-entities": "^4.8.0", + "@wordpress/html-entities": "^4.11.0", "@wordpress/i18n": "^5.10.0", "@wordpress/icons": "^10.11.0", "ajv": "^8.17.1",