Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-html to v6.1.1 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 12, 2020
1 parent ba0c432 commit 9372a6f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"eslint": "7.13.0",
"eslint-config-standard": "16.0.1",
"eslint-loader": "4.0.2",
"eslint-plugin-html": "6.1.0",
"eslint-plugin-html": "6.1.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-mocha": "8.0.0",
"eslint-plugin-node": "11.1.0",
Expand Down
52 changes: 34 additions & 18 deletions yarn.lock
Expand Up @@ -2824,14 +2824,23 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"

dom-serializer@0, dom-serializer@^0.2.1:
dom-serializer@0:
version "0.2.2"
resolved "https://registry.npm.taobao.org/dom-serializer/download/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51"
integrity sha1-GvuB9TNxcXXUeGVd68XjMtn5u1E=
dependencies:
domelementtype "^2.0.1"
entities "^2.0.0"

dom-serializer@^1.0.1:
version "1.1.0"
resolved "https://registry.npm.taobao.org/dom-serializer/download/dom-serializer-1.1.0.tgz?cache=0&sync_timestamp=1600026437099&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdom-serializer%2Fdownload%2Fdom-serializer-1.1.0.tgz#5f7c828f1bfc44887dc2a315ab5c45691d544b58"
integrity sha1-X3yCjxv8RIh9wqMVq1xFaR1US1g=
dependencies:
domelementtype "^2.0.1"
domhandler "^3.0.0"
entities "^2.0.0"

dom-serializer@~0.1.1:
version "0.1.1"
resolved "https://registry.npm.taobao.org/dom-serializer/download/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0"
Expand Down Expand Up @@ -2869,6 +2878,13 @@ domhandler@^3.0.0:
dependencies:
domelementtype "^2.0.1"

domhandler@^3.3.0:
version "3.3.0"
resolved "https://registry.npm.taobao.org/domhandler/download/domhandler-3.3.0.tgz#6db7ea46e4617eb15cf875df68b2b8524ce0037a"
integrity sha1-bbfqRuRhfrFc+HXfaLK4UkzgA3o=
dependencies:
domelementtype "^2.0.1"

domutils@1.5.1:
version "1.5.1"
resolved "https://registry.npm.taobao.org/domutils/download/domutils-1.5.1.tgz?cache=0&sync_timestamp=1589052559692&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdomutils%2Fdownload%2Fdomutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf"
Expand All @@ -2885,14 +2901,14 @@ domutils@^1.5.1:
dom-serializer "0"
domelementtype "1"

domutils@^2.0.0:
version "2.1.0"
resolved "https://registry.npm.taobao.org/domutils/download/domutils-2.1.0.tgz?cache=0&sync_timestamp=1589052559692&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdomutils%2Fdownload%2Fdomutils-2.1.0.tgz#7ade3201af43703fde154952e3a868eb4b635f16"
integrity sha1-et4yAa9DcD/eFUlS46ho60tjXxY=
domutils@^2.4.2:
version "2.4.2"
resolved "https://registry.npm.taobao.org/domutils/download/domutils-2.4.2.tgz?cache=0&sync_timestamp=1601761124698&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdomutils%2Fdownload%2Fdomutils-2.4.2.tgz#7ee5be261944e1ad487d9aa0616720010123922b"
integrity sha1-fuW+JhlE4a1IfZqgYWcgAQEjkis=
dependencies:
dom-serializer "^0.2.1"
dom-serializer "^1.0.1"
domelementtype "^2.0.1"
domhandler "^3.0.0"
domhandler "^3.3.0"

duplexify@^3.4.2, duplexify@^3.6.0:
version "3.7.1"
Expand Down Expand Up @@ -3093,12 +3109,12 @@ eslint-plugin-es@^3.0.0:
eslint-utils "^2.0.0"
regexpp "^3.0.0"

eslint-plugin-html@6.1.0:
version "6.1.0"
resolved "https://registry.npm.taobao.org/eslint-plugin-html/download/eslint-plugin-html-6.1.0.tgz#0e0d4845d4b3eb6e199652385e272f7b722673db"
integrity sha1-Dg1IRdSz624ZllI4Xicve3Imc9s=
eslint-plugin-html@6.1.1:
version "6.1.1"
resolved "https://registry.npm.taobao.org/eslint-plugin-html/download/eslint-plugin-html-6.1.1.tgz#95aee151900b9bb2da5fa017b45cc64456a0a74e"
integrity sha1-la7hUZALm7LaX6AXtFzGRFagp04=
dependencies:
htmlparser2 "^4.1.0"
htmlparser2 "^5.0.1"

eslint-plugin-import@2.22.1:
version "2.22.1"
Expand Down Expand Up @@ -4015,14 +4031,14 @@ htmlparser2@^3.9.1:
inherits "^2.0.1"
readable-stream "^3.1.1"

htmlparser2@^4.1.0:
version "4.1.0"
resolved "https://registry.npm.taobao.org/htmlparser2/download/htmlparser2-4.1.0.tgz#9a4ef161f2e4625ebf7dfbe6c0a2f52d18a59e78"
integrity sha1-mk7xYfLkYl6/ffvmwKL1LRilnng=
htmlparser2@^5.0.1:
version "5.0.1"
resolved "https://registry.npm.taobao.org/htmlparser2/download/htmlparser2-5.0.1.tgz?cache=0&sync_timestamp=1603668140078&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhtmlparser2%2Fdownload%2Fhtmlparser2-5.0.1.tgz#7daa6fc3e35d6107ac95a4fc08781f091664f6e7"
integrity sha1-fapvw+NdYQeslaT8CHgfCRZk9uc=
dependencies:
domelementtype "^2.0.1"
domhandler "^3.0.0"
domutils "^2.0.0"
domhandler "^3.3.0"
domutils "^2.4.2"
entities "^2.0.0"

http-deceiver@^1.2.7:
Expand Down

0 comments on commit 9372a6f

Please sign in to comment.