From e3d88c025bd193defef1acbc9b03f4f9a8f1c404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:00:29 +0000 Subject: [PATCH] feat(deps): bump jw-epub-parser from 3.0.0 to 3.0.1 Bumps [jw-epub-parser](https://github.com/sws2apps/jw-epub-parser) from 3.0.0 to 3.0.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.0.0...v3.0.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 abb4c36751..4a1711df14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "html2pdf.js": "^0.10.1", "i18next": "^23.5.1", "interweave": "^13.1.0", - "jw-epub-parser": "^3.0.0", + "jw-epub-parser": "^3.0.1", "mui-one-time-password-input": "^2.0.0", "qrcode": "^1.5.3", "react": "^18.2.0", @@ -11320,9 +11320,9 @@ } }, "node_modules/jw-epub-parser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/jw-epub-parser/-/jw-epub-parser-3.0.0.tgz", - "integrity": "sha512-DBqwy6YDpsN60NZaDb3uHn0Qvj/klRscuojnX5M1WJI6l//YpjV+vUNn/eTtj0iqPQnkcIyXAGIY27UgwTOuzg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/jw-epub-parser/-/jw-epub-parser-3.0.1.tgz", + "integrity": "sha512-srZFbRPJJasx0G1TMY3r/3IAgJz/dMKViOPWcSFnbxHHOQLNyUIvogU4OLsw3BKzN07vv8E7ueNXhZhd1Pnaig==", "dependencies": { "dateformat": "^5.0.3", "global-jsdom": "^9.1.0", diff --git a/package.json b/package.json index e4b032cf27..f91456e293 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "html2pdf.js": "^0.10.1", "i18next": "^23.5.1", "interweave": "^13.1.0", - "jw-epub-parser": "^3.0.0", + "jw-epub-parser": "^3.0.1", "mui-one-time-password-input": "^2.0.0", "qrcode": "^1.5.3", "react": "^18.2.0",