html-validate 8.19.0 → 8.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "8.19.0",
3
+ "version": "8.19.1",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://gitlab.com/html-validate/html-validate.git"
17
+ "url": "git+https://gitlab.com/html-validate/html-validate.git"
18
18
  },
19
19
  "funding": [
20
20
  {
@@ -208,15 +208,15 @@
208
208
  },
209
209
  "devDependencies": {
210
210
  "@html-validate/commitlint-config": "3.2.5",
211
- "@html-validate/eslint-config": "5.20.1",
211
+ "@html-validate/eslint-config": "5.20.2",
212
212
  "@html-validate/eslint-config-jest": "5.20.0",
213
- "@html-validate/eslint-config-typescript": "5.20.0",
214
- "@html-validate/eslint-config-typescript-typeinfo": "5.20.0",
213
+ "@html-validate/eslint-config-typescript": "5.20.2",
214
+ "@html-validate/eslint-config-typescript-typeinfo": "5.20.2",
215
215
  "@html-validate/jest-config": "3.10.0",
216
216
  "@html-validate/prettier-config": "2.4.12",
217
217
  "@html-validate/release-scripts": "6.4.0",
218
218
  "@microsoft/api-extractor": "7.43.7",
219
- "@rollup/plugin-commonjs": "25.0.7",
219
+ "@rollup/plugin-commonjs": "25.0.8",
220
220
  "@rollup/plugin-json": "6.1.0",
221
221
  "@rollup/plugin-node-resolve": "15.2.3",
222
222
  "@rollup/plugin-replace": "5.0.5",
@@ -239,12 +239,12 @@
239
239
  "jsdom": "20.0.3",
240
240
  "marked": "12.0.2",
241
241
  "memfs": "4.9.2",
242
- "npm-pkg-lint": "2.4.1",
242
+ "npm-pkg-lint": "3.6.0",
243
243
  "npm-run-all2": "6.2.0",
244
- "rollup": "4.17.2",
244
+ "rollup": "4.18.0",
245
245
  "rollup-plugin-esbuild": "6.1.1",
246
246
  "stream-buffers": "3.0.2",
247
- "ts-jest": "29.1.2",
247
+ "ts-jest": "29.1.3",
248
248
  "typescript": "5.4.5",
249
249
  "vite": "4.5.3"
250
250
  },