diff --git a/package-lock.json b/package-lock.json index f37fae5..dfcb9ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "classnames": "^2.5.1", "cross-spawn": "^7.0.6", "dompurify": "^3.2.3", - "entities": "^5.0.0", + "entities": "^6.0.0", "lodash": "^4.17.21", "prompts": "^2.4.2", "prop-types": "^15.8.1", @@ -15219,9 +15219,9 @@ } }, "node_modules/entities": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-5.0.0.tgz", - "integrity": "sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.0.tgz", + "integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==", "engines": { "node": ">=0.12" }, diff --git a/package.json b/package.json index b71491c..2f207a6 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "classnames": "^2.5.1", "cross-spawn": "^7.0.6", "dompurify": "^3.2.3", - "entities": "^5.0.0", + "entities": "^6.0.0", "lodash": "^4.17.21", "prompts": "^2.4.2", "prop-types": "^15.8.1",