From 36f3148dd46c17d0f337c9741356a358d47ba230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 03:42:34 +0000 Subject: [PATCH] Bump xmldom from 0.2.1 to 0.6.0 in /cscfg-vnetsite Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.2.1 to 0.6.0. - [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.2.1...0.6.0) --- updated-dependencies: - dependency-name: xmldom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cscfg-vnetsite/package-lock.json | 6 +++--- cscfg-vnetsite/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cscfg-vnetsite/package-lock.json b/cscfg-vnetsite/package-lock.json index becd02b..1703594 100644 --- a/cscfg-vnetsite/package-lock.json +++ b/cscfg-vnetsite/package-lock.json @@ -364,9 +364,9 @@ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" }, "xmldom": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.2.1.tgz", - "integrity": "sha512-kXXiYvmblIgEemGeB75y97FyaZavx6SQhGppLw5TKWAD2Wd0KAly0g23eVLh17YcpxZpnFym1Qk/eaRjy1APPg==" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz", + "integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==" } } } diff --git a/cscfg-vnetsite/package.json b/cscfg-vnetsite/package.json index 2d4bbd4..76a724b 100644 --- a/cscfg-vnetsite/package.json +++ b/cscfg-vnetsite/package.json @@ -13,7 +13,7 @@ "license": "MIT", "dependencies": { "azure-pipelines-task-lib": "^2.9.3", - "xmldom": "^0.2.1" + "xmldom": "^0.6.0" }, "devDependencies": { "@types/mocha": "^7.0.1",