Skip to content

Commit

Permalink
Bump @xmldom/xmldom from 0.9.0 to 0.9.3
Browse files Browse the repository at this point in the history
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.0 to 0.9.3.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](xmldom/xmldom@0.9.0...0.9.3)

---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wydengyre committed Oct 12, 2024
1 parent 33da83f commit e4b07bf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20241011.0",
"@tsconfig/strictest": "2.0.5",
"@types/node": "22.7.5",
"@xmldom/xmldom": "0.9.0",
"@xmldom/xmldom": "0.9.3",
"esbuild": "0.24.0",
"puppeteer": "23.5.3",
"tsx": "4.19.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/epub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { DOMParser, MIME_TYPE } from "@xmldom/xmldom";
import { compile as compileHtmlConvert } from "html-to-text";
import JSZip, { type JSZipObject } from "jszip";

import type { Document, Element } from "@xmldom/xmldom";

export { epubToText };

async function epubToText(epubBytes: ArrayBuffer): Promise<string> {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@bitextual/hunalign": "^0.0.3",
"@xmldom/xmldom": "^0.9.0",
"@xmldom/xmldom": "^0.9.3",
"html-to-text": "^9.0.5",
"jszip": "^3.10.1"
}
Expand Down

0 comments on commit e4b07bf

Please sign in to comment.