From 474495d9f175e02bb0a5369df9e6f272183d6a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 10:24:32 -0600 Subject: [PATCH] Bump htmlhint from 0.16.0 to 0.16.1 in /dependencies (#2134) Bumps [htmlhint](https://github.com/htmlhint/HTMLHint) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/htmlhint/HTMLHint/releases) - [Changelog](https://github.com/htmlhint/HTMLHint/blob/master/CHANGELOG.md) - [Commits](https://github.com/htmlhint/HTMLHint/compare/v0.16.0...v0.16.1) --- updated-dependencies: - dependency-name: htmlhint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 20 ++++++++++---------- dependencies/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index a3cb097e..0935bbab 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -3707,9 +3707,9 @@ "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==" }, "htmlhint": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-0.16.0.tgz", - "integrity": "sha512-p2QZA9o6uSOVVNRdhtLKx1c0DxKw6hZAJXx0Ubv6NkCTsWIxA4FZzVQd8mkSOF7oNbA5S6yLBQSHtDhaw8aRbg==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-0.16.1.tgz", + "integrity": "sha512-5uxZsGTC8ILh9W9K/7eJ2pCfP7Hj4VEF2wLlm56qhMvvnXbzfgdRgSwBPqtY46jSWWJAv9J1SegFLI3xfwIteQ==", "requires": { "@types/node-fetch": "^2.5.12", "async": "3.2.0", @@ -4898,16 +4898,16 @@ } }, "mime-db": { - "version": "1.50.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.50.0.tgz", - "integrity": "sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==" + "version": "1.51.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", + "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==" }, "mime-types": { - "version": "2.1.33", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.33.tgz", - "integrity": "sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==", + "version": "2.1.34", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", + "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", "requires": { - "mime-db": "1.50.0" + "mime-db": "1.51.0" } }, "mimic-fn": { diff --git a/dependencies/package.json b/dependencies/package.json index 6805f439..8242ea70 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -21,7 +21,7 @@ "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-vue": "^8.0.3", "gherkin-lint": "^4.2.2", - "htmlhint": "^0.16.0", + "htmlhint": "^0.16.1", "immer": "^9.0.6", "ini": "^2.0.0", "jscpd": "^3.4.2",