From bc4541c1a910b2c1adc361fef9766eebc4fe6867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 15:04:26 +0000 Subject: [PATCH] chore(deps): bump minify-xml from 2.5.0 to 3.1.0 Bumps [minify-xml](https://github.com/kristian/minify-xml) from 2.5.0 to 3.1.0. - [Release notes](https://github.com/kristian/minify-xml/releases) - [Commits](https://github.com/kristian/minify-xml/compare/2.5.0...3.1.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..0665118 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.1.0", "svgo": "^2.3.0", "terser": "^5.3.0" },