From 898552e84b680c7e1831aef63c5b8e28e058cde9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 08:36:05 +0000 Subject: [PATCH] chore(deps): bump html-entities from 1.4.0 to 2.6.0 Bumps [html-entities](https://github.com/mdevils/html-entities) from 1.4.0 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/v1.4.0...v2.6.0) --- updated-dependencies: - dependency-name: html-entities dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9bfae1..3975737 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/lodash": "^4.14.182", "axios": "^0.19.2", "currency-codes": "^1.5.1", - "html-entities": "^1.3.1", + "html-entities": "^2.6.0", "jsonpath": "^1.0.2", "lodash": "^4.17.21", "moment": "^2.24.0",