-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update cheerio to latest to clear audit advisory * slightly rework snapshot taking logic, update snapshot with cheerio rc.10 * add multi nbsp test, improve str replace on unicode markup plugin * revert resolution on css-what * revert unicode plugin change * reinstate improved unicode replacement, update snapshot
- Loading branch information
1 parent
0423f8a
commit 57101ba
Showing
10 changed files
with
43 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9377,19 +9377,7 @@ cheerio-select@^1.5.0: | |
domhandler "^4.2.0" | ||
domutils "^2.7.0" | ||
|
||
[email protected]: | ||
version "1.0.0-rc.2" | ||
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.2.tgz#4b9f53a81b27e4d5dac31c0ffd0cfa03cc6830db" | ||
integrity sha1-S59TqBsn5NXawxwP/Qz6A8xoMNs= | ||
dependencies: | ||
css-select "~1.2.0" | ||
dom-serializer "~0.1.0" | ||
entities "~1.1.1" | ||
htmlparser2 "^3.9.1" | ||
lodash "^4.15.0" | ||
parse5 "^3.0.1" | ||
|
||
cheerio@^1.0.0-rc.10: | ||
[email protected], cheerio@^1.0.0-rc.10: | ||
version "1.0.0-rc.10" | ||
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e" | ||
integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw== | ||
|
@@ -10688,7 +10676,7 @@ css-select-base-adapter@^0.1.1: | |
resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" | ||
integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== | ||
|
||
css-select@^1.1.0, css-select@~1.2.0: | ||
css-select@^1.1.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858" | ||
integrity sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg= | ||
|
@@ -11668,14 +11656,6 @@ dom-serializer@^1.0.1, dom-serializer@^1.3.2: | |
domhandler "^4.2.0" | ||
entities "^2.0.0" | ||
|
||
dom-serializer@~0.1.0: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0" | ||
integrity sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA== | ||
dependencies: | ||
domelementtype "^1.3.0" | ||
entities "^1.1.1" | ||
|
||
dom-walk@^0.1.0: | ||
version "0.1.2" | ||
resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.2.tgz#0c548bef048f4d1f2a97249002236060daa3fd84" | ||
|
@@ -11686,7 +11666,7 @@ domain-browser@^1.1.1, domain-browser@^1.2.0: | |
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" | ||
integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== | ||
|
||
domelementtype@1, domelementtype@^1.3.0, domelementtype@^1.3.1: | ||
domelementtype@1, domelementtype@^1.3.1: | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" | ||
integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== | ||
|
@@ -12117,7 +12097,7 @@ enquirer@^2.3.5: | |
dependencies: | ||
ansi-colors "^4.1.1" | ||
|
||
entities@^1.1.1, entities@^1.1.2, entities@~1.1.1: | ||
entities@^1.1.1, entities@^1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" | ||
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== | ||
|
@@ -14957,6 +14937,13 @@ html-escaper@^2.0.0: | |
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" | ||
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== | ||
|
||
html-loader-jest@^0.2.1: | ||
version "0.2.1" | ||
resolved "https://registry.yarnpkg.com/html-loader-jest/-/html-loader-jest-0.2.1.tgz#1803c2bcd9e41ccc738a0979cc6de0acbabac3f8" | ||
integrity sha512-Sq9eDpsr/8kI+kyiQAL8jawa+aGRphANCeIeoLyU05DEfHd9vCi4Zz8AXUQTbqnF0TRGfVn9qN69/ox378kyGg== | ||
dependencies: | ||
html-loader "^0.5.1" | ||
|
||
html-loader@^0.5.1: | ||
version "0.5.5" | ||
resolved "https://registry.yarnpkg.com/html-loader/-/html-loader-0.5.5.tgz#6356dbeb0c49756d8ebd5ca327f16ff06ab5faea" | ||
|
@@ -15060,7 +15047,7 @@ htmlescape@^1.1.0: | |
resolved "https://registry.yarnpkg.com/htmlescape/-/htmlescape-1.1.1.tgz#3a03edc2214bca3b66424a3e7959349509cb0351" | ||
integrity sha1-OgPtwiFLyjtmQko+eVk0lQnLA1E= | ||
|
||
htmlparser2@^3.3.0, htmlparser2@^3.8.3, htmlparser2@^3.9.1: | ||
htmlparser2@^3.3.0, htmlparser2@^3.8.3: | ||
version "3.10.1" | ||
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" | ||
integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== | ||
|
@@ -20615,13 +20602,6 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608" | ||
integrity sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA== | ||
|
||
parse5@^3.0.1: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/parse5/-/parse5-3.0.3.tgz#042f792ffdd36851551cf4e9e066b3874ab45b5c" | ||
integrity sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA== | ||
dependencies: | ||
"@types/node" "*" | ||
|
||
parse5@^5.1.1: | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178" | ||
|