Bump xmldom and svg2img

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [svg2img](https://github.com/fuzhenn/node-svg2img). These dependencies need to be updated together.


Removes `xmldom`

Updates `svg2img` from 0.6.1 to 1.0.0-beta.2
- [Release notes](https://github.com/fuzhenn/node-svg2img/releases)
- [Commits](https://github.com/fuzhenn/node-svg2img/compare/v0.6.1...v1.0.0-beta.2)

---
updated-dependencies:
- dependency-name: xmldom
  dependency-type: indirect
- dependency-name: svg2img
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-12 03:52:00 +00:00
committed by GitHub
parent 602a0892bf
commit b765f0ccce
2 changed files with 695 additions and 476 deletions
+694 -475
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -46,7 +46,7 @@
"jshint": "^2.10.2", "jshint": "^2.10.2",
"node-svn-ultimate": "^1.2.0", "node-svn-ultimate": "^1.2.0",
"rimraf": "^2.6.3", "rimraf": "^2.6.3",
"svg2img": "^0.6.1", "svg2img": "^1.0.0-beta.2",
"uglify-es": "^3.3.9" "uglify-es": "^3.3.9"
} }
} }