From 5bf662ab05443c0b640776afcf5e3db5f2f0a647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 00:08:02 +0000 Subject: [PATCH] feat(deps): bump jw-epub-parser from 3.0.1 to 3.1.0 Bumps [jw-epub-parser](https://github.com/sws2apps/jw-epub-parser) from 3.0.1 to 3.1.0. - [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.1...v3.1.0) --- updated-dependencies: - dependency-name: jw-epub-parser dependency-type: direct:production update-type: version-update:semver-minor ... 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 87dd55b029..4cfeda655f 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.1", + "jw-epub-parser": "^3.1.0", "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.1", - "resolved": "https://registry.npmjs.org/jw-epub-parser/-/jw-epub-parser-3.0.1.tgz", - "integrity": "sha512-srZFbRPJJasx0G1TMY3r/3IAgJz/dMKViOPWcSFnbxHHOQLNyUIvogU4OLsw3BKzN07vv8E7ueNXhZhd1Pnaig==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jw-epub-parser/-/jw-epub-parser-3.1.0.tgz", + "integrity": "sha512-HsrRkwiQ9FRlduTJv6PL1Cbd7OWnyunx47mDmU5OMVtyqOZ9dP4/Imgqq+bgLDN4VtjRDiv6+M7uzb1p+6qsSQ==", "dependencies": { "dateformat": "^5.0.3", "global-jsdom": "^9.1.0", diff --git a/package.json b/package.json index b1d071759b..f4a33d456c 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.1", + "jw-epub-parser": "^3.1.0", "mui-one-time-password-input": "^2.0.0", "qrcode": "^1.5.3", "react": "^18.2.0",