From 64d9586e6eade16ecdb7e499a4935cfeaab1ce84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 02:14:10 +0000 Subject: [PATCH] feat(deps): bump jw-epub-parser from 3.1.0 to 3.2.0 Bumps [jw-epub-parser](https://github.com/sws2apps/jw-epub-parser) from 3.1.0 to 3.2.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.1.0...v3.2.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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 179ff30d..bab40c0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sws2apps-api", - "version": "2.75.1", + "version": "2.76.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sws2apps-api", - "version": "2.75.1", + "version": "2.76.0", "license": "MIT", "dependencies": { "@crowdin/crowdin-api-client": "^1.25.0", @@ -27,7 +27,7 @@ "i18next": "^23.5.1", "is-online": "^10.0.0", "jsdom": "^22.1.0", - "jw-epub-parser": "^3.1.0", + "jw-epub-parser": "^3.2.0", "node-2fa": "^2.0.3", "node-fetch": "^3.3.2", "node-html-parser": "^6.1.10", @@ -8891,9 +8891,9 @@ } }, "node_modules/jw-epub-parser": { - "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==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jw-epub-parser/-/jw-epub-parser-3.2.0.tgz", + "integrity": "sha512-KawCPWYevjSCd2NRmcNzjvTO1X7V22XZGc2+jYCN/cDP6MPzstCD83dtU54ixlyvre/HOUcYlvP041f7yDhmXg==", "dependencies": { "dateformat": "^5.0.3", "global-jsdom": "^9.1.0", @@ -22743,9 +22743,9 @@ } }, "jw-epub-parser": { - "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==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jw-epub-parser/-/jw-epub-parser-3.2.0.tgz", + "integrity": "sha512-KawCPWYevjSCd2NRmcNzjvTO1X7V22XZGc2+jYCN/cDP6MPzstCD83dtU54ixlyvre/HOUcYlvP041f7yDhmXg==", "requires": { "dateformat": "^5.0.3", "global-jsdom": "^9.1.0", diff --git a/package.json b/package.json index 8dec12fa..d2ce8486 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "i18next": "^23.5.1", "is-online": "^10.0.0", "jsdom": "^22.1.0", - "jw-epub-parser": "^3.1.0", + "jw-epub-parser": "^3.2.0", "node-2fa": "^2.0.3", "node-fetch": "^3.3.2", "node-html-parser": "^6.1.10",