From e4b349202c5d967236fdcc7cf37322b4cabad75f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 15:04:15 +0000 Subject: [PATCH] chore(deps): bump minify-xml from 2.5.0 to 3.2.0 Bumps [minify-xml](https://github.com/kristian/minify-xml) from 2.5.0 to 3.2.0. - [Release notes](https://github.com/kristian/minify-xml/releases) - [Commits](https://github.com/kristian/minify-xml/compare/2.5.0...3.2.0) --- updated-dependencies: - dependency-name: minify-xml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ab7b1e..67e17d2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "clean-css": "^5.1.2", "html-minifier": "^4.0.0", "micromatch": "^4.0.2", - "minify-xml": "^2.1.1", + "minify-xml": "^3.2.0", "svgo": "^2.3.0", "terser": "^5.3.0" },