From 31d2131798463346332e392b39478a1cfacc4bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:21:12 +0000 Subject: [PATCH] chore(deps): bump entities from 5.0.0 to 6.0.1 Bumps [entities](https://github.com/fb55/entities) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/fb55/entities/releases) - [Commits](https://github.com/fb55/entities/compare/v5.0.0...v6.0.1) --- updated-dependencies: - dependency-name: entities dependency-version: 6.0.1 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 659335265..756e53c8a 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.1", "font-awesome": "^4.7.0", "jquery": "^3.7.1", "katex": "^0.16.21", @@ -3658,9 +3658,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.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", + "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", + "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, diff --git a/package.json b/package.json index 733dc8d83..8cc42343d 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.1", "font-awesome": "^4.7.0", "jquery": "^3.7.1", "katex": "^0.16.21",