diff --git a/package-lock.json b/package-lock.json index 5996a743c..a307523a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@wordpress/compose": "^7.5.0", "@wordpress/dom-ready": "^4.5.0", "@wordpress/element": "^6.3.0", - "@wordpress/html-entities": "^4.4.0", + "@wordpress/html-entities": "^4.6.0", "@wordpress/i18n": "^5.4.0", "@wordpress/icons": "^10.5.0", "classnames": "^2.5.1", @@ -6026,9 +6026,9 @@ } }, "node_modules/@wordpress/html-entities": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.4.0.tgz", - "integrity": "sha512-EXOo+eBYeKKuBFgRleQYfK3fdXy5gzFdHtxbPPDunsETYkdapgX4pr/epDLmi9Uk3fcdFMwFre2o2s6LkLke4A==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.6.0.tgz", + "integrity": "sha512-ypTlGwDKw7jpmu9rneErkkq9dFHXzju8SGdEWkVAeqhRS9Ifri9DvmrovASB2c5IPY+Ijwh4YlVkx1yNBRHr5w==", "dependencies": { "@babel/runtime": "^7.16.0" }, diff --git a/package.json b/package.json index 915ed2d39..e74e98658 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@wordpress/compose": "^7.5.0", "@wordpress/dom-ready": "^4.5.0", "@wordpress/element": "^6.3.0", - "@wordpress/html-entities": "^4.4.0", + "@wordpress/html-entities": "^4.6.0", "@wordpress/i18n": "^5.4.0", "@wordpress/icons": "^10.5.0", "classnames": "^2.5.1",