From 6d3b2909f36bc0c1ebe8cf8c7ac7d363d630e1e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 07:53:58 +0000 Subject: [PATCH] chore(deps-dev): bump html-entities from 2.5.3 to 2.6.0 Bumps [html-entities](https://github.com/mdevils/html-entities) from 2.5.3 to 2.6.0. - [Release notes](https://github.com/mdevils/html-entities/releases) - [Changelog](https://github.com/mdevils/html-entities/blob/main/CHANGELOG.md) - [Commits](https://github.com/mdevils/html-entities/compare/v2.5.3...v2.6.0) --- updated-dependencies: - dependency-name: html-entities dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07db2bc386..d5b9212a6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "eslint-plugin-import": "2.31.0", "fs-extra": "11.3.0", "git-rev-sync": "3.0.2", - "html-entities": "2.5.3", + "html-entities": "2.6.0", "mocha": "11.1.0", "nyc": "17.1.0", "prettier": "3.5.3", @@ -6132,9 +6132,9 @@ } }, "node_modules/html-entities": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.3.tgz", - "integrity": "sha512-D3AfvN7SjhTgBSA8L1BN4FpPzuEd06uy4lHwSoRWr0lndi9BKaNzPLKGOWZ2ocSGguozr08TTb2jhCLHaemruw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz", + "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==", "dev": true, "funding": [ { @@ -14990,9 +14990,9 @@ "dev": true }, "html-entities": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.3.tgz", - "integrity": "sha512-D3AfvN7SjhTgBSA8L1BN4FpPzuEd06uy4lHwSoRWr0lndi9BKaNzPLKGOWZ2ocSGguozr08TTb2jhCLHaemruw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz", + "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==", "dev": true }, "html-escaper": { diff --git a/package.json b/package.json index b5a3e9459f..0f37352a8d 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "eslint-plugin-import": "2.31.0", "fs-extra": "11.3.0", "git-rev-sync": "3.0.2", - "html-entities": "2.5.3", + "html-entities": "2.6.0", "mocha": "11.1.0", "nyc": "17.1.0", "prettier": "3.5.3",