From 9c71f33d8e08fc31a9aed778d6cf56585a0fd482 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 02:04:42 +0000 Subject: [PATCH] chore(deps): update dependency @types/htmlhint to ^1.1.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fb86037..396224a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@textlint/textlint-plugin-markdown": "^13.3.3", "@textlint/textlint-plugin-text": "^13.3.3", "@types/eslint": "^8.37.0", - "@types/htmlhint": "^1.1.4", + "@types/htmlhint": "^1.1.5", "@types/node": "^18.15.11", "@types/react": "^18.0.33", "@types/react-dom": "^18.0.11", diff --git a/yarn.lock b/yarn.lock index 9afe358..83c7169 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3577,10 +3577,10 @@ dependencies: "@types/unist" "*" -"@types/htmlhint@^1.1.4": - version "1.1.4" - resolved "https://registry.yarnpkg.com/@types/htmlhint/-/htmlhint-1.1.4.tgz#d5889d32bf463d35e60d41545bd383fc22bc0d80" - integrity sha512-vJzYcLhzpfpc26Kddb1PYJBtVxFUehRqqfl0+i1DjDQrn4yj4VZH+NFSUjqjqgRWsxrSjsMCAvCjuC4n5XKkSA== +"@types/htmlhint@^1.1.5": + version "1.1.5" + resolved "https://registry.yarnpkg.com/@types/htmlhint/-/htmlhint-1.1.5.tgz#6f18e27ea70b9dad4d54e5586ea57cb02a7ee080" + integrity sha512-BnMb05tZKcK0M/GK28H1jmCYRDqhmMUbxakbmmrBJ2vNpKPHLmAEWkq4UXdPN3cq3MDySZizhcbmYEg9i9G/QA== "@types/is-ci@^3.0.0": version "3.0.0"