Skip to content

Commit

Permalink
dependency update - xmldom
Browse files Browse the repository at this point in the history
  • Loading branch information
modestysn committed Nov 11, 2022
1 parent 7f4ce48 commit 779c5b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf2json",
"version": "3.0.0",
"version": "3.0.1",
"description": "PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js",
"keywords": [
"pdf",
Expand Down Expand Up @@ -44,14 +44,14 @@
},
"engines": {
"node": ">=14.18.0",
"npm": ">=6.14.15"
"npm": ">=8.12.1"
},
"type": "module",
"bin": {
"pdf2json": "./bin/pdf2json"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.3"
"@xmldom/xmldom": "^0.8.6"
},
"devDependencies": {},
"bundledDependencies": [
Expand Down

0 comments on commit 779c5b9

Please sign in to comment.