From a38bc89de8489c2fd0a27dd67cf2b430fa2c7081 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Tue, 20 Dec 2022 00:15:00 +0000 Subject: [PATCH] Update dependency @lesjoursfr/html-to-epub to v3.1.1 --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 45aa39f..6ec3545 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lint": "eslint ." }, "dependencies": { - "@lesjoursfr/html-to-epub": "3.1.0", + "@lesjoursfr/html-to-epub": "3.1.1", "node-html-parser": "6.1.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 2677900..c33f738 100644 --- a/yarn.lock +++ b/yarn.lock @@ -36,17 +36,17 @@ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== -"@lesjoursfr/html-to-epub@3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@lesjoursfr/html-to-epub/-/html-to-epub-3.1.0.tgz#c557b6395c52e8b0cd680ac32cf0702694d107fe" - integrity sha512-ktS4bBl/Qd4HjIVTZzCz8mnxBS+DfR8YS+3HX5S0kt70RNy6KmI99yjZnRS1P2vUNJIlpB9tjCRCIeLnPbWgZw== +"@lesjoursfr/html-to-epub@3.1.1": + version "3.1.1" + resolved "https://registry.yarnpkg.com/@lesjoursfr/html-to-epub/-/html-to-epub-3.1.1.tgz#f95f06ed7353e8acdec60729af86ecfa0cca50a8" + integrity sha512-o2JX1VfXxUH7ucgCqhZFwteDaCdnSNPf6pCRLlbCK2Tc1o/M0U7u92AMw6wjaN3oVPKjBzrQM/Sixk3GtAQRBg== dependencies: archiver "^5.3.1" - axios "^1.1.3" + axios "^1.2.1" diacritics "^1.3.0" ejs "^3.1.8" entities "^4.4.0" - fs-extra "^10.1.0" + fs-extra "^11.1.0" mime "^3.0.0" rehype-parse "^8.0.4" rehype-stringify "^9.0.3" @@ -168,10 +168,10 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== -axios@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35" - integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA== +axios@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a" + integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0" @@ -628,10 +628,10 @@ fs-constants@^1.0.0: resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== -fs-extra@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" - integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== +fs-extra@^11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed" + integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"