Skip to content

Commit

Permalink
v2: dependency security upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
modestysn committed Apr 30, 2023
1 parent 560efc4 commit 8c69c9c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 7 deletions.
40 changes: 35 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf2json",
"version": "2.0.1",
"version": "2.0.2",
"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 @@ -48,7 +48,7 @@
"pdf2json": "./bin/pdf2json"
},
"dependencies": {
"@xmldom/xmldom": "^0.7.5"
"@xmldom/xmldom": "^0.8.7"
},
"devDependencies": {},
"bundledDependencies": [
Expand Down

0 comments on commit 8c69c9c

Please sign in to comment.