From b78bc6b952f2f942a25d3a3c260d53c430fb4bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 18:27:04 +0000 Subject: [PATCH] build(deps): bump @xmldom/xmldom from 0.7.5 to 0.7.6 in /extension Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.6. - [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.6) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- extension/package-lock.json | 14 +++++++------- extension/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/extension/package-lock.json b/extension/package-lock.json index 9025392e..580df05f 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -9,7 +9,7 @@ "version": "1.27.209291511", "license": "MIT", "dependencies": { - "@xmldom/xmldom": "^0.7.5", + "@xmldom/xmldom": "^0.7.6", "adm-zip": "^0.5.5", "applicationinsights": "^2.2.0", "compare-versions": "^3.6.0", @@ -1536,9 +1536,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz", - "integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==", + "version": "0.7.6", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.6.tgz", + "integrity": "sha512-HHXP9hskkFQHy8QxxUXkS7946FFIhYVfGqsk0WLwllmexN9x/+R4UBLvurHEuyXRfVEObVR8APuQehykLviwSQ==", "engines": { "node": ">=10.0.0" } @@ -8234,9 +8234,9 @@ "requires": {} }, "@xmldom/xmldom": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz", - "integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==" + "version": "0.7.6", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.6.tgz", + "integrity": "sha512-HHXP9hskkFQHy8QxxUXkS7946FFIhYVfGqsk0WLwllmexN9x/+R4UBLvurHEuyXRfVEObVR8APuQehykLviwSQ==" }, "@xtuc/ieee754": { "version": "1.2.0", diff --git a/extension/package.json b/extension/package.json index b0a0ed34..df38d3a5 100644 --- a/extension/package.json +++ b/extension/package.json @@ -744,7 +744,7 @@ "coverage:report": "npx nyc report --reporter=lcov --reporter=text-summary --check-coverage" }, "dependencies": { - "@xmldom/xmldom": "^0.7.5", + "@xmldom/xmldom": "^0.7.6", "adm-zip": "^0.5.5", "applicationinsights": "^2.2.0", "compare-versions": "^3.6.0",