From 992d7a509905785bc6e9db4d0313988a279cc8ff Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 17:21:30 +0000 Subject: [PATCH] Update html-to-text to version 9.0.3 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index be1f713..a522ead 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "homepage": "https://github.com/ACGNTaiwan/AutoChangeGroupPhoto#readme", "dependencies": { "convert-units": "^2.3.4", - "html-to-text": "^9.0.1", + "html-to-text": "^9.0.3", "jimp": "^0.16.2", "js-yaml": "^4.1.0", "moment": "^2.29.4", diff --git a/yarn.lock b/yarn.lock index f50a9b2..b5e343e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1559,12 +1559,13 @@ has@^1.0.3: dependencies: function-bind "^1.1.1" -html-to-text@^9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/html-to-text/-/html-to-text-9.0.1.tgz#2b5096ef064afdd3ecaaaab06657027aa7115fcb" +html-to-text@^9.0.3: + version "9.0.3" + resolved "https://registry.yarnpkg.com/html-to-text/-/html-to-text-9.0.3.tgz#331368f32fcb270c59dbd3a7fdb32813d2a490bc" dependencies: "@selderee/plugin-htmlparser2" "^0.10.0" deepmerge "^4.2.2" + dom-serializer "^2.0.0" htmlparser2 "^8.0.1" selderee "^0.10.0"