From aa8951690b7edb023a77524c6431f4f1b5c87946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 09:00:31 +0000 Subject: [PATCH] build(deps): bump xmldom from 0.4.0 to 0.5.0 Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.4.0 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/0.4.0...0.5.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87a408b0..a983fcc8 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "prettier": "^2.2.1" }, "dependencies": { - "xmldom": "^0.4.0" + "xmldom": "^0.5.0" } }