From 41c7722cae69149d3334cd5ab6a130248c9be28e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:31:46 +0000 Subject: [PATCH] Bump jsdom from 0.10.5 to 16.5.0 in /code/txtweb Bumps [jsdom](https://github.com/jsdom/jsdom) from 0.10.5 to 16.5.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/0.10.5...16.5.0) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/txtweb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/txtweb/package.json b/code/txtweb/package.json index 94a5b6c..757b13b 100644 --- a/code/txtweb/package.json +++ b/code/txtweb/package.json @@ -10,7 +10,7 @@ "ejs": "0.8.5", "mysql": "2.1.0", "moment": "*", - "jsdom": "0.10.5", + "jsdom": "16.5.0", "html-to-text": "*" } }