diff --git a/package-lock.json b/package-lock.json index 46e06030e..9e58e8698 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@wordpress/compose": "^6.27.0", "@wordpress/dom-ready": "^3.53.0", "@wordpress/element": "^5.26.0", - "@wordpress/html-entities": "^3.50.0", + "@wordpress/html-entities": "^3.53.0", "@wordpress/i18n": "^4.49.0", "@wordpress/icons": "^9.43.0", "classnames": "^2.5.1", @@ -6041,9 +6041,9 @@ } }, "node_modules/@wordpress/html-entities": { - "version": "3.52.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.52.0.tgz", - "integrity": "sha512-wL9utg0ukbvKHX3nPRApvVnij6+8Wen1SgBiQzQwh+3SNpJdI5RsYDH0dlUnI4RZw3tmi7t21ZOAOYA1oZiyKw==", + "version": "3.53.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.53.0.tgz", + "integrity": "sha512-fqO6oJnBs1hLNtRLQLIYkKcnISpwf/ts4hOcBr+SN1pusTM3Om9fSUYjjRwXzjnqQsm/Tqjnh3GyDNzmmyuz5w==", "dependencies": { "@babel/runtime": "^7.16.0" }, diff --git a/package.json b/package.json index 490e9ea26..0dc4f251c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@wordpress/compose": "^6.27.0", "@wordpress/dom-ready": "^3.53.0", "@wordpress/element": "^5.26.0", - "@wordpress/html-entities": "^3.50.0", + "@wordpress/html-entities": "^3.53.0", "@wordpress/i18n": "^4.49.0", "@wordpress/icons": "^9.43.0", "classnames": "^2.5.1",