From c9e5a88c51a50121223cfe998ebab7ba77202c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 15:59:29 -0500 Subject: [PATCH 1/2] build(deps): bump xmldom from 0.4.0 to 0.6.0 in /nodejs-functions (#51) 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) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- nodejs-functions/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodejs-functions/package-lock.json b/nodejs-functions/package-lock.json index c2f70b5..4c36d58 100644 --- a/nodejs-functions/package-lock.json +++ b/nodejs-functions/package-lock.json @@ -5749,9 +5749,9 @@ "dev": true }, "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==", "dev": true }, "xpath.js": { From c6c2fe27bf1d6f713248a78e67bc22bb9f2082e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 21:00:20 +0000 Subject: [PATCH 2/2] build(deps): bump xmldom from 0.4.0 to 0.6.0 in /python-functions 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) Signed-off-by: dependabot[bot] --- python-functions/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-functions/package-lock.json b/python-functions/package-lock.json index 18b4fac..b02f038 100644 --- a/python-functions/package-lock.json +++ b/python-functions/package-lock.json @@ -5749,9 +5749,9 @@ "dev": true }, "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==", "dev": true }, "xpath.js": {