From 5daccadc95a0e9cfaa5977e55bdc06789bedcea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 18:25:24 +0000 Subject: [PATCH] Bump xmldom from 0.1.27 to 0.6.0 in /labs/lab-12/solution/library-api-v1 Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.1.27 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/v0.1.27...0.6.0) --- updated-dependencies: - dependency-name: xmldom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../solution/library-api-v1/package-lock.json | 14 +++++++++++--- labs/lab-12/solution/library-api-v1/package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/labs/lab-12/solution/library-api-v1/package-lock.json b/labs/lab-12/solution/library-api-v1/package-lock.json index 843591c..8316258 100644 --- a/labs/lab-12/solution/library-api-v1/package-lock.json +++ b/labs/lab-12/solution/library-api-v1/package-lock.json @@ -51,6 +51,14 @@ "swagger-tools": "0.10.3", "xmldom": "0.1.27", "xpath.js": "1.1.0" + }, + "dependencies": { + "xmldom": { + "version": "0.1.27", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", + "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=", + "dev": true + } } }, "append-field": { @@ -2141,9 +2149,9 @@ "dev": true }, "xmldom": { - "version": "0.1.27", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", - "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.6.0.tgz", + "integrity": "sha512-iAcin401y58LckRZ0TkI4k0VSM1Qg0KGSc3i8rU+xrxe19A/BN1zHyVSJY7uoutVlaTSzYyk/v5AmkewAP7jtg==" }, "xpath": { "version": "0.0.27", diff --git a/labs/lab-12/solution/library-api-v1/package.json b/labs/lab-12/solution/library-api-v1/package.json index 6d28886..8ce55b8 100644 --- a/labs/lab-12/solution/library-api-v1/package.json +++ b/labs/lab-12/solution/library-api-v1/package.json @@ -16,7 +16,7 @@ "express": "^4.16.3", "lodash": "^4.17.10", "pretty-data": "^0.40.0", - "xmldom": "^0.1.27", + "xmldom": "^0.6.0", "xpath": "0.0.27" }, "devDependencies": {