From 4183aa56ab05bf3191514542a9b91ad18a138ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:49:14 +0000 Subject: [PATCH] Bump html-validate from 8.18.0 to 8.18.1 Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 8.18.0 to 8.18.1. - [Release notes](https://gitlab.com/html-validate/html-validate/tags) - [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.18.0...v8.18.1) --- updated-dependencies: - dependency-name: html-validate dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58ac195d..e18329e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", - "html-validate": "^8.18.0", + "html-validate": "^8.18.1", "js-yaml": "^4.1.0", "jsdom": "^22.1.0", "markdown-it": "^12.3.2", @@ -7199,10 +7199,16 @@ } }, "node_modules/html-validate": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.18.0.tgz", - "integrity": "sha512-y1fp/LxjDOIil+HzktSUIbi09YJdUqjEWYsWC6X8Pk1z9lePznHd7A/vQd9aB/5j2KmEsYpR1R9DNTF37C+28g==", + "version": "8.18.1", + "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.18.1.tgz", + "integrity": "sha512-6NYRciFBQhVZH29fwDQxofPil0qm7MMSEDzDpZWu2U23Fnmv1WTuompP7fbzHYj6+CIJ4T/Q4hyWRCe0CCrsMg==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/html-validate" + } + ], "dependencies": { "@babel/code-frame": "^7.10.0", "@html-validate/stylish": "^4.1.0", diff --git a/package.json b/package.json index 59a0442e..0917607f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", - "html-validate": "^8.18.0", + "html-validate": "^8.18.1", "js-yaml": "^4.1.0", "jsdom": "^22.1.0", "markdown-it": "^12.3.2",