From c50802e793e010226cdd65c5137f964b4375fe28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 14:53:54 +0000 Subject: [PATCH] Bump entities from 5.0.0 to 6.0.0 Bumps [entities](https://github.com/fb55/entities) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/fb55/entities/releases) - [Commits](https://github.com/fb55/entities/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: entities dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",