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_
55
66[ ![ License: MIT ] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://github.com/center-key/gulp-w3c-html-validator/blob/main/LICENSE.txt )
77[ ![ 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 )
98[ ![ 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 )
109
1110This 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 8888 "plugin-error" : " ~2.0" ,
8989 "through2" : " ~4.0" ,
9090 "vinyl" : " ~3.0" ,
91- "w3c-html-validator" : " ~1.3 "
91+ "w3c-html-validator" : " ~1.4 "
9292 },
9393 "devDependencies" : {
94- "@types/node" : " ~18.15 " ,
94+ "@types/node" : " ~20.4 " ,
9595 "@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 " ,
103103 "jshint" : " ~2.13" ,
104104 "mocha" : " ~10.2" ,
105105 "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 "
110110 }
111111}
You can’t perform that action at this time.
0 commit comments