From 52917c69c548339ca607ef3acd911e97d05f1311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 21:09:55 +0000 Subject: [PATCH] Bump @xmldom/xmldom from 0.7.5 to 0.8.3 Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.8.3. - [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.8.3) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c048e57..8ad6497 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1566,9 +1566,9 @@ "dev": true }, "@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.3", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.3.tgz", + "integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==" }, "JSONStream": { "version": "1.3.5", diff --git a/package.json b/package.json index 62e9a25..dc1ecc7 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "tmp": "0.2.1", "user-settings": "0.2.0", "xlsx": "^0.17.4", - "@xmldom/xmldom": "^0.7.5" + "@xmldom/xmldom": "^0.8.3" }, "devDependencies": { "@types/crypto-js": "^3.1.47",