From 6e526f8fd5e219e79b744d3165fbb3bdfe49743a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 14:24:35 +0000 Subject: [PATCH] Bump @xmldom/xmldom and pdf2json Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) to 0.7.8 and updates ancestor dependency [pdf2json](https://github.com/modesty/pdf2json). These dependencies need to be updated together. Updates `@xmldom/xmldom` from 0.7.5 to 0.7.8 - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.7.5...0.7.8) Updates `pdf2json` from 1.2.5 to 3.0.0 - [Release notes](https://github.com/modesty/pdf2json/releases) - [Commits](https://github.com/modesty/pdf2json/compare/v1.2.5...v3.0.0) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: indirect - dependency-name: pdf2json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 135 +++++----------------------------------------- package.json | 2 +- 2 files changed, 15 insertions(+), 122 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88c5d9fa..a45f323a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2748,9 +2748,9 @@ } }, "@xmldom/xmldom": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz", - "integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==" + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.5.tgz", + "integrity": "sha512-0dpjDLeCXYThL2YhqZcd/spuwoH+dmnFoND9ZxZkAYxp1IJUB2GP16ow2MJRsjVxy8j1Qv8BJRmN5GKnbDKCmQ==" }, "abab": { "version": "2.0.6", @@ -9889,125 +9889,11 @@ "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==" }, "pdf2json": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/pdf2json/-/pdf2json-1.2.5.tgz", - "integrity": "sha512-pkzyyPpil+jd+qQZVFzO9ZeeNFGZNLv6eNsz/P3l8QDztLkG4e/PhPYwr0IjGEv+PvgfzEniHZMgMCxadF+W3w==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pdf2json/-/pdf2json-3.0.0.tgz", + "integrity": "sha512-BTeaKZJZgmBuFo/52VuAa6FHIE6Hek6yqFTvadoHv6WJ/EBnH6GrD3t5h34o5aNlPbb3vrGd6ANg0J/QT4f1sA==", "requires": { - "@xmldom/xmldom": "^0.7.5", - "async": "^3.2.1", - "lodash": "^4.17.21", - "yargs": "^17.1.1" - }, - "dependencies": { - "@xmldom/xmldom": { - "version": "0.7.5", - "bundled": true - }, - "ansi-regex": { - "version": "5.0.0", - "bundled": true - }, - "ansi-styles": { - "version": "4.3.0", - "bundled": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "async": { - "version": "3.2.1", - "bundled": true - }, - "cliui": { - "version": "7.0.4", - "bundled": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "color-convert": { - "version": "2.0.1", - "bundled": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "bundled": true - }, - "emoji-regex": { - "version": "8.0.0", - "bundled": true - }, - "escalade": { - "version": "3.1.1", - "bundled": true - }, - "get-caller-file": { - "version": "2.0.5", - "bundled": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "bundled": true - }, - "lodash": { - "version": "4.17.21", - "bundled": true - }, - "require-directory": { - "version": "2.1.1", - "bundled": true - }, - "string-width": { - "version": "4.2.2", - "bundled": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "bundled": true, - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "wrap-ansi": { - "version": "7.0.0", - "bundled": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - }, - "y18n": { - "version": "5.0.8", - "bundled": true - }, - "yargs": { - "version": "17.1.1", - "bundled": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.7", - "bundled": true - } + "@xmldom/xmldom": "^0.8.3" } }, "pend": { @@ -12964,6 +12850,13 @@ "requires": { "@xmldom/xmldom": "^0.7.0", "xpath": "0.0.32" + }, + "dependencies": { + "@xmldom/xmldom": { + "version": "0.7.8", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.8.tgz", + "integrity": "sha512-PrJx38EfpitFhwmILRl37jAdBlsww6AZ6rRVK4QS7T7RHLhX7mSs647sTmgr9GIxe3qjXdesmomEgbgaokrVFg==" + } } }, "xml-name-validator": { diff --git a/package.json b/package.json index c7413865..0322bf16 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "moment": "2.29.4", "node-addon-api": "3.0.2", "objects-to-csv": "1.3.6", - "pdf2json": "1.2.5", + "pdf2json": "3.0.0", "perfecto-reporting": "2.5.3", "request": "2.88.2", "saucelabs": "4.7.8",