From 063c9c0fa42741bb5c658f33f0d5b0ceaf57cc3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 08:01:55 +0000 Subject: [PATCH] Bump entities from 3.0.1 to 4.4.0 Bumps [entities](https://github.com/fb55/entities) from 3.0.1 to 4.4.0. - [Release notes](https://github.com/fb55/entities/releases) - [Commits](https://github.com/fb55/entities/compare/v3.0.1...v4.4.0) --- updated-dependencies: - dependency-name: 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 194439e3b..fbfdc4b72 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ ], "dependencies": { "argparse": "^2.0.1", - "entities": "~3.0.1", + "entities": "~4.4.0", "linkify-it": "^4.0.1", "mdurl": "^1.0.1", "uc.micro": "^1.0.5"