From efd96ab48e9f87cedf913c92a2e61ba0edc543ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 20:24:17 +0000 Subject: [PATCH] Bump xmldom from 0.4.0 to 0.6.0 Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.4.0 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.4.0...0.6.0) --- updated-dependencies: - dependency-name: xmldom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c308264..eb538e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "vue2-leaflet": "^2.5.2", "vuetify": "^2.2.11", "vuex": "^3.1.2", - "xmldom": "^0.4.0" + "xmldom": "^0.6.0" }, "devDependencies": { "@types/leaflet": "^1.5.5", @@ -15844,9 +15844,9 @@ } }, "node_modules/xmldom": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.4.0.tgz", - "integrity": "sha512-2E93k08T30Ugs+34HBSTQLVtpi6mCddaY8uO+pMNk1pqSjV5vElzn4mmh6KLxN3hki8rNcHSYzILoh3TEWORvA==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz", + "integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==", "engines": { "node": ">=10.0.0" } @@ -29766,9 +29766,9 @@ } }, "xmldom": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.4.0.tgz", - "integrity": "sha512-2E93k08T30Ugs+34HBSTQLVtpi6mCddaY8uO+pMNk1pqSjV5vElzn4mmh6KLxN3hki8rNcHSYzILoh3TEWORvA==" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz", + "integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==" }, "xtend": { "version": "4.0.2", diff --git a/package.json b/package.json index 28f1510..4f56bd2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "vue2-leaflet": "^2.5.2", "vuetify": "^2.2.11", "vuex": "^3.1.2", - "xmldom": "^0.4.0" + "xmldom": "^0.6.0" }, "devDependencies": { "@types/leaflet": "^1.5.5",