From 7d04a38f0b49ee5d2f9e45c2feb0e00f6e046820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:48:07 +0000 Subject: [PATCH] feat(deps): bump jw-epub-parser from 3.8.0 to 3.8.1 Bumps [jw-epub-parser](https://github.com/sws2apps/jw-epub-parser) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/sws2apps/jw-epub-parser/releases) - [Changelog](https://github.com/sws2apps/jw-epub-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/sws2apps/jw-epub-parser/compare/v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: jw-epub-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 694b3d72e1..2956d18afb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "html2pdf.js": "^0.10.1", "i18next": "^23.7.11", "interweave": "^13.1.0", - "jw-epub-parser": "^3.8.0", + "jw-epub-parser": "^3.8.1", "mui-one-time-password-input": "^2.0.1", "qrcode": "^1.5.3", "react": "^18.2.0", @@ -11084,9 +11084,9 @@ } }, "node_modules/jw-epub-parser": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/jw-epub-parser/-/jw-epub-parser-3.8.0.tgz", - "integrity": "sha512-iwY4bjjPU1P/X5buKTmZOa929gz29/cB34ZUVfQKgQ+ryYTUPK8Wnn0K3yuFqxKOw6uf5diD4wG32EdoK/JJOg==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/jw-epub-parser/-/jw-epub-parser-3.8.1.tgz", + "integrity": "sha512-tyH1uaHqOZgmcA6hWVRVVMpqTFLTsrRCPcPS7BQb0A5UBScNtsS/gwhTSZ28hhqipJWEtI3rSl9g4SCdy+zDuA==", "dependencies": { "jszip": "^3.9.1", "node-html-parser": "^6.1.6", diff --git a/package.json b/package.json index 1b0ad5be91..ec149cd4a1 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "html2pdf.js": "^0.10.1", "i18next": "^23.7.11", "interweave": "^13.1.0", - "jw-epub-parser": "^3.8.0", + "jw-epub-parser": "^3.8.1", "mui-one-time-password-input": "^2.0.1", "qrcode": "^1.5.3", "react": "^18.2.0",