From 984a84d25654e600c7aac6e5c2482e4e0d3b59f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 23:19:37 +0000 Subject: [PATCH] Bump xmldom in /labs/lab-10/solution/book-api-v1/test Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.1.27 to 0.5.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.5.0) Signed-off-by: dependabot[bot] --- labs/lab-10/solution/book-api-v1/test/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/labs/lab-10/solution/book-api-v1/test/package-lock.json b/labs/lab-10/solution/book-api-v1/test/package-lock.json index 79256fb..9f5103b 100644 --- a/labs/lab-10/solution/book-api-v1/test/package-lock.json +++ b/labs/lab-10/solution/book-api-v1/test/package-lock.json @@ -1990,9 +1990,9 @@ "dev": true }, "xmldom": { - "version": "0.1.27", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", - "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz", + "integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==", "dev": true }, "xpath.js": {