Skip to content

Commit f09263e

Browse files
authored
Merge branch 'main' into snyk-upgrade-42517bd49205b52970b61288a810d571
2 parents 5be84d3 + 11526b1 commit f09263e

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![npm](https://flat.badgen.net/npm/license/gulp-xml-validator)](https://www.npmjs.org/package/gulp-xml-validator)
44
[![npm](https://flat.badgen.net/npm/v/gulp-xml-validator)](https://www.npmjs.org/package/gulp-xml-validator)
55
[![CircleCI](https://flat.badgen.net/circleci/github/idleberg/gulp-xml-validator)](https://circleci.com/gh/idleberg/gulp-xml-validator)
6-
[![David](https://flat.badgen.net/david/dep/idleberg/gulp-xml-validator)](https://david-dm.org/idleberg/gulp-xml-validator)
76

87
Gulp plugin to validate XML. Based on `@xmldom/xmldom` and inspired by [grunt-xml-validator](https://github.com/kajyr/grunt-xml-validator).
98

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ansi-underline": "^0.1.1",
2121
"plugin-error": "^1.0.1",
2222
"through2": "^4.0.2",
23-
"@xmldom/xmldom": "^0.8.0"
23+
"@xmldom/xmldom": "^0.8.3"
2424
},
2525
"devDependencies": {
2626
"eslint": "^8.1.0",

0 commit comments

Comments
 (0)