From 9656ec6525301d2a93ecb54fb33da243e2eee970 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 03:06:34 +0000 Subject: [PATCH] Update html-to-text to version 9.0.2 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index be1f713..2352494 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.2", "jimp": "^0.16.2", "js-yaml": "^4.1.0", "moment": "^2.29.4", diff --git a/yarn.lock b/yarn.lock index f50a9b2..5a25908 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1559,9 +1559,9 @@ 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.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/html-to-text/-/html-to-text-9.0.2.tgz#b0365a586787ca5e415508e6ccd96513d3aba606" dependencies: "@selderee/plugin-htmlparser2" "^0.10.0" deepmerge "^4.2.2"