Skip to content

Commit

Permalink
fix(deps): update dependency parse5 to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Westbrook committed Mar 18, 2023
1 parent 35e12a3 commit 751522a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/building-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"browserslist": "^4.16.5",
"deepmerge": "^4.2.2",
"magic-string": "^0.30.0",
"parse5": "^5.1.1",
"parse5": "^7.1.2",
"regenerator-runtime": "^0.13.7",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-workbox": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/building-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"html-minifier-terser": "^5.1.1",
"lru-cache": "^6.0.0",
"minimatch": "^7.4.2",
"parse5": "^5.1.1",
"parse5": "^7.1.2",
"path-is-inside": "^1.0.2",
"regenerator-runtime": "^0.13.7",
"resolve": "^1.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-lit-a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-lit": "^1.6.0",
"eslint-rule-extender": "0.0.1",
"language-tags": "^1.0.5",
"parse5": "^5.1.1",
"parse5": "^7.1.2",
"parse5-htmlparser2-tree-adapter": "^6.0.1",
"requireindex": "~1.2.0"
}
Expand Down
14 changes: 8 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6848,7 +6848,7 @@ entities@^2.0.0, entities@^2.2.0:
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==

entities@^4.2.0, entities@^4.3.0:
entities@^4.2.0, entities@^4.3.0, entities@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/entities/-/entities-4.4.0.tgz#97bdaba170339446495e653cfd2db78962900174"
integrity sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==
Expand Down Expand Up @@ -12489,16 +12489,18 @@ parse5@^4.0.0:
resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608"
integrity sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==

parse5@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178"
integrity sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==

parse5@^6.0.0, parse5@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==

parse5@^7.1.2:
version "7.1.2"
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.1.2.tgz#0736bebbfd77793823240a23b7fc5e010b7f8e32"
integrity sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==
dependencies:
entities "^4.4.0"

parseqs@0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/parseqs/-/parseqs-0.0.6.tgz#8e4bb5a19d1cdc844a08ac974d34e273afa670d5"
Expand Down

0 comments on commit 751522a

Please sign in to comment.