Skip to content

Commit 40dc003

Browse files
committed
Update deps
1 parent 011e31a commit 40dc003

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-html-validate",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Validate html files with https://html-validate.org/",
55
"main": "index.js",
66
"scripts": {
@@ -12,6 +12,7 @@
1212
},
1313
"keywords": [
1414
"html",
15+
"gulp",
1516
"validate",
1617
"html-validate"
1718
],
@@ -24,8 +25,11 @@
2425
"dependencies": {
2526
"ansi-colors": "^4.1.1",
2627
"fancy-log": "^1.3.3",
27-
"html-validate": "^5.2.1",
28+
"html-validate": "^6.1.5",
2829
"plugin-error": "^1.0.1",
2930
"through2": "^4.0.2"
31+
},
32+
"engines": {
33+
"node": ">= 12.22"
3034
}
3135
}

0 commit comments

Comments
 (0)