From 9db5bcca62bb8670d2f1e18adac332a57aef4613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:35:33 +0000 Subject: [PATCH] chore(deps): bump html-entities from 1.4.0 to 2.5.3 Bumps [html-entities](https://github.com/mdevils/html-entities) from 1.4.0 to 2.5.3. - [Release notes](https://github.com/mdevils/html-entities/releases) - [Changelog](https://github.com/mdevils/html-entities/blob/master/CHANGELOG.md) - [Commits](https://github.com/mdevils/html-entities/compare/v1.4.0...v2.5.3) --- 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..9594099 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.5.3", "jsonpath": "^1.0.2", "lodash": "^4.17.21", "moment": "^2.24.0",