This repository was archived by the owner on Jul 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ _Gulp plugin to validate HTML using the W3C Markup Validation Service_
5
5
6
6
[ ![ License: MIT ] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://github.com/center-key/gulp-w3c-html-validator/blob/main/LICENSE.txt )
7
7
[ ![ npm] ( https://img.shields.io/npm/v/gulp-w3c-html-validator.svg )] ( https://www.npmjs.com/package/gulp-w3c-html-validator )
8
- [ ![ Vulnerabilities] ( https://snyk.io/test/github/center-key/gulp-w3c-html-validator/badge.svg )] ( https://snyk.io/test/github/center-key/gulp-w3c-html-validator )
9
8
[ ![ Build] ( https://github.com/center-key/gulp-w3c-html-validator/workflows/build/badge.svg )] ( https://github.com/center-key/gulp-w3c-html-validator/actions/workflows/run-spec-on-push.yaml )
10
9
11
10
This Gulp plugin is a wrapper for [ w3c-html-validator] ( https://github.com/center-key/w3c-html-validator ) (_ "A package for testing HTML files or URLs against the W3C validator"_ ).  ;
Original file line number Diff line number Diff line change 88
88
"plugin-error" : " ~2.0" ,
89
89
"through2" : " ~4.0" ,
90
90
"vinyl" : " ~3.0" ,
91
- "w3c-html-validator" : " ~1.3 "
91
+ "w3c-html-validator" : " ~1.4 "
92
92
},
93
93
"devDependencies" : {
94
- "@types/node" : " ~18.15 " ,
94
+ "@types/node" : " ~20.4 " ,
95
95
"@types/through2" : " ~2.0" ,
96
- "@typescript-eslint/eslint-plugin" : " ~5.58 " ,
97
- "@typescript-eslint/parser" : " ~5.58 " ,
98
- "add-dist-header" : " ~1.0 " ,
99
- "assert-deep-strict-equal" : " ~1.0 " ,
100
- "copy-file-util" : " ~1.0 " ,
101
- "copy-folder-util" : " ~1.0 " ,
102
- "eslint" : " ~8.38 " ,
96
+ "@typescript-eslint/eslint-plugin" : " ~6.1 " ,
97
+ "@typescript-eslint/parser" : " ~6.1 " ,
98
+ "add-dist-header" : " ~1.1 " ,
99
+ "assert-deep-strict-equal" : " ~1.1 " ,
100
+ "copy-file-util" : " ~1.1 " ,
101
+ "copy-folder-util" : " ~1.1 " ,
102
+ "eslint" : " ~8.45 " ,
103
103
"jshint" : " ~2.13" ,
104
104
"mocha" : " ~10.2" ,
105
105
"rimraf" : " ~5.0" ,
106
- "run-scripts-util" : " ~1.1 " ,
107
- "sinon" : " ~15.0 " ,
108
- "slash" : " ~5.0 " ,
109
- "typescript" : " ~5.0 "
106
+ "run-scripts-util" : " ~1.2 " ,
107
+ "sinon" : " ~15.2 " ,
108
+ "slash" : " ~5.1 " ,
109
+ "typescript" : " ~5.1 "
110
110
}
111
111
}
You can’t perform that action at this time.
0 commit comments