From b1c1cae4c26a4fb757ad913dc9bdadc4166d7473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:40:03 +0000 Subject: [PATCH] chore(deps): 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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index db13a6531..300fcf026 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.2", "domino": "^2.1.6", - "entities": "^5.0.0", + "entities": "^6.0.0", "font-awesome": "^4.7.0", "jquery": "^3.7.1", "katex": "^0.16.21", @@ -3629,9 +3629,10 @@ } }, "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==", + "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, diff --git a/package.json b/package.json index 733dc8d83..51718a0bb 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.2", "domino": "^2.1.6", - "entities": "^5.0.0", + "entities": "^6.0.0", "font-awesome": "^4.7.0", "jquery": "^3.7.1", "katex": "^0.16.21",