Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 2a82e1c

Browse files
committed
Remove nonfunctional badge
1 parent 42cc648 commit 2a82e1c

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1110
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"_). 

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -88,24 +88,24 @@
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
}

0 commit comments

Comments
 (0)