This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency @open-wc/building-utils to v2.18.5
- Loading branch information
1 parent
139d90e
commit 6bd120b
Showing
2 changed files
with
131 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3176,6 +3176,11 @@ | |
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-1.0.0-rc.2.tgz#f24dba16ea571a08dca70f1783bd2ca5ec8de3ee" | ||
integrity sha512-cujeIl5Ei8FC7UHf4/4Q3bRJOtdTe1vpJV/JEBYCggedmQ+2P8A2oz7eE+Vxi6OJ4nc0X+KZxXnBoH4QrEbmEQ== | ||
|
||
"@lit/reactive-element@^1.3.0", "@lit/reactive-element@^1.4.0": | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-1.4.1.tgz#3f587eec5708692135bc9e94cf396130604979f3" | ||
integrity sha512-qDv4851VFSaBWzpS02cXHclo40jsbAjRXnebNXpm0uVg32kCneZPo9RYVQtrTNICtZ+1wAYHu1ZtxWSWMbKrBw== | ||
|
||
"@lrnwebcomponents/hax-iconset@^4.0.4": | ||
version "4.0.4" | ||
resolved "https://registry.yarnpkg.com/@lrnwebcomponents/hax-iconset/-/hax-iconset-4.0.4.tgz#81330410dc07b03ef23f02c72d4e80df53773324" | ||
|
@@ -3636,7 +3641,39 @@ | |
dependencies: | ||
"@types/node" ">= 8" | ||
|
||
"@open-wc/[email protected]", "@open-wc/building-utils@^2.18.3": | ||
"@open-wc/[email protected]": | ||
version "2.18.5" | ||
resolved "https://registry.yarnpkg.com/@open-wc/building-utils/-/building-utils-2.18.5.tgz#2e491d48f5be8f64f4d7968fa5eb0780c9d2f574" | ||
integrity sha512-hNUQcowXGc6pxUDec57ZBl712XhYh09xuCkaac4jfDbLm1tc4o9DuLxsmS+MkVQbdfsWB/t+rUXJof1i1jO6kQ== | ||
dependencies: | ||
"@babel/core" "^7.11.1" | ||
"@babel/plugin-syntax-dynamic-import" "^7.8.3" | ||
"@webcomponents/shadycss" "^1.10.2" | ||
"@webcomponents/webcomponentsjs" "^2.5.0" | ||
arrify "^2.0.1" | ||
browserslist "^4.16.5" | ||
chokidar "^3.4.3" | ||
clean-css "^4.2.3" | ||
clone "^2.1.2" | ||
core-js-bundle "^3.8.1" | ||
deepmerge "^4.2.2" | ||
es-module-shims "^0.4.7" | ||
html-minifier-terser "^5.1.1" | ||
lru-cache "^5.1.1" | ||
minimatch "^3.0.4" | ||
parse5 "^5.1.1" | ||
path-is-inside "^1.0.2" | ||
regenerator-runtime "^0.13.7" | ||
resolve "^1.19.0" | ||
rimraf "^3.0.2" | ||
shady-css-scoped-element "^0.0.2" | ||
systemjs "^6.8.3" | ||
terser "^4.6.7" | ||
valid-url "^1.0.9" | ||
whatwg-fetch "^3.5.0" | ||
whatwg-url "^7.1.0" | ||
|
||
"@open-wc/building-utils@^2.18.3": | ||
version "2.18.3" | ||
resolved "https://registry.yarnpkg.com/@open-wc/building-utils/-/building-utils-2.18.3.tgz#bfee503586f690641c3d32dce3b6b165ccfbaedf" | ||
integrity sha512-qBVCYK31onFyLrzDu2hpCDyQUl01C5iwFQq6NVUf4jisEkDQdsVHWTEYXXUf8ztCMe1o8tHmfe9C68fUYQZBJw== | ||
|
@@ -6086,6 +6123,11 @@ | |
resolved "https://registry.yarnpkg.com/@webcomponents/custom-elements/-/custom-elements-1.4.2.tgz#a6fe80325c2b09e88e988c712144bc667c565499" | ||
integrity sha512-bLw2XH9+2NBwmn7BI6WA2oIo2eOfBpl+GjAqkF/qnkZ8kq3HY5tKYTxtKowWALAferTp3wKD8W6FSn5OyK+rtQ== | ||
|
||
"@webcomponents/shadycss@^1.10.2": | ||
version "1.11.0" | ||
resolved "https://registry.yarnpkg.com/@webcomponents/shadycss/-/shadycss-1.11.0.tgz#73e289996c002d8be694cd3be0e83c46ad25e7e0" | ||
integrity sha512-L5O/+UPum8erOleNjKq6k58GVl3fNsEQdSOyh0EUhNmi7tHUyRuCJy1uqJiWydWcLARE5IPsMoPYMZmUGrz1JA== | ||
|
||
"@webcomponents/shadycss@^1.8.0", "@webcomponents/shadycss@^1.9.1": | ||
version "1.10.1" | ||
resolved "https://registry.yarnpkg.com/@webcomponents/shadycss/-/shadycss-1.10.1.tgz#6f377b313c96a93a690f25206b32a20eada4b2a9" | ||
|
@@ -6121,6 +6163,11 @@ | |
resolved "https://registry.yarnpkg.com/@webcomponents/webcomponentsjs/-/webcomponentsjs-2.5.0.tgz#61b27785a6ad5bfd68fa018201fe418b118cb38d" | ||
integrity sha512-C0l51MWQZ9kLzcxOZtniOMohpIFdCLZum7/TEHv3XWFc1Fvt5HCpbSX84x8ltka/JuNKcuiDnxXFkiB2gaePcg== | ||
|
||
"@webcomponents/webcomponentsjs@^2.5.0": | ||
version "2.6.0" | ||
resolved "https://registry.yarnpkg.com/@webcomponents/webcomponentsjs/-/webcomponentsjs-2.6.0.tgz#7d1674c40bddf0c6dd974c44ffd34512fe7274ff" | ||
integrity sha512-Moog+Smx3ORTbWwuPqoclr+uvfLnciVd6wdCaVscHPrxbmQ/IJKm3wbB7hpzJtXWjAq2l/6QMlO85aZiOdtv5Q== | ||
|
||
"@wry/context@^0.4.0": | ||
version "0.4.4" | ||
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.4.4.tgz#e50f5fa1d6cfaabf2977d1fda5ae91717f8815f8" | ||
|
@@ -8079,6 +8126,16 @@ browserslist@^4.14.5, browserslist@^4.16.1, browserslist@^4.9.1: | |
escalade "^3.1.1" | ||
node-releases "^1.1.69" | ||
|
||
browserslist@^4.16.5: | ||
version "4.21.4" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987" | ||
integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw== | ||
dependencies: | ||
caniuse-lite "^1.0.30001400" | ||
electron-to-chromium "^1.4.251" | ||
node-releases "^2.0.6" | ||
update-browserslist-db "^1.0.9" | ||
|
||
browserstack@^1.2.0: | ||
version "1.6.0" | ||
resolved "https://registry.yarnpkg.com/browserstack/-/browserstack-1.6.0.tgz#5a56ab90987605d9c138d7a8b88128370297f9bf" | ||
|
@@ -8412,6 +8469,11 @@ caniuse-lite@^1.0.30000884, caniuse-lite@^1.0.30001033, caniuse-lite@^1.0.300011 | |
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001178.tgz#3ad813b2b2c7d585b0be0a2440e1e233c6eabdbc" | ||
integrity sha512-VtdZLC0vsXykKni8Uztx45xynytOi71Ufx9T8kHptSw9AL4dpqailUJJHavttuzUe1KYuBYtChiWv+BAb7mPmQ== | ||
|
||
caniuse-lite@^1.0.30001400: | ||
version "1.0.30001412" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001412.tgz#30f67d55a865da43e0aeec003f073ea8764d5d7c" | ||
integrity sha512-+TeEIee1gS5bYOiuf+PS/kp2mrXic37Hl66VY6EAfxasIk5fELTktK2oOezYed12H8w7jt3s512PpulQidPjwA== | ||
|
||
capture-stack-trace@^1.0.0: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz#a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d" | ||
|
@@ -9423,6 +9485,11 @@ core-js-bundle@^3.6.0: | |
resolved "https://registry.yarnpkg.com/core-js-bundle/-/core-js-bundle-3.8.3.tgz#7101cd715b899f61c24337567f34829a88badc7a" | ||
integrity sha512-6qO6XcxGqPqCpv9wkNlhUe113Nbkw82lfeJJLDLojPbcSRBfzHWJT8T7z9sGCeYPr5dtBM10xSs6NOVjxi35rQ== | ||
|
||
core-js-bundle@^3.8.1: | ||
version "3.25.2" | ||
resolved "https://registry.yarnpkg.com/core-js-bundle/-/core-js-bundle-3.25.2.tgz#e6b56cbfb1f97793bd295754a713bd4bc77bfafe" | ||
integrity sha512-GEuo5S7jAAKPlYfZ2sYI5RFdX+08FWoZSyZ/Z67KO+qEkZmVXRFisnOUjQbC5/Hj78XGCovY9jGKZ64L5km5JQ== | ||
|
||
core-js-compat@^3.6.2: | ||
version "3.6.5" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c" | ||
|
@@ -10630,6 +10697,11 @@ electron-to-chromium@^1.3.62, electron-to-chromium@^1.3.634: | |
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.642.tgz#8b884f50296c2ae2a9997f024d0e3e57facc2b94" | ||
integrity sha512-cev+jOrz/Zm1i+Yh334Hed6lQVOkkemk2wRozfMF4MtTR7pxf3r3L5Rbd7uX1zMcEqVJ7alJBnJL7+JffkC6FQ== | ||
|
||
electron-to-chromium@^1.4.251: | ||
version "1.4.261" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.261.tgz#31f14ad60c6f95bec404a77a2fd5e1962248e112" | ||
integrity sha512-fVXliNUGJ7XUVJSAasPseBbVgJIeyw5M1xIkgXdTSRjlmCqBbiSTsEdLOCJS31Fc8B7CaloQ/BFAg8By3ODLdg== | ||
|
||
elegant-spinner@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e" | ||
|
@@ -11002,7 +11074,7 @@ es-module-lexer@^0.9.0: | |
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19" | ||
integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ== | ||
|
||
es-module-shims@^0.4.6: | ||
es-module-shims@^0.4.6, es-module-shims@^0.4.7: | ||
version "0.4.7" | ||
resolved "https://registry.yarnpkg.com/es-module-shims/-/es-module-shims-0.4.7.tgz#1419b65bbd38dfe91ab8ea5d7b4b454561e44641" | ||
integrity sha512-0LTiSQoPWwdcaTVIQXhGlaDwTneD0g9/tnH1PNs3zHFFH+xoCeJclDM3rQeqF9nurXPfMKm3l9+kfPRa5VpbKg== | ||
|
@@ -15687,6 +15759,14 @@ lit-element@^3.0.0-rc.2: | |
"@lit/reactive-element" "^1.0.0-rc.2" | ||
lit-html "^2.0.0-rc.3" | ||
|
||
lit-element@^3.2.0: | ||
version "3.2.2" | ||
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-3.2.2.tgz#d148ab6bf4c53a33f707a5168e087725499e5f2b" | ||
integrity sha512-6ZgxBR9KNroqKb6+htkyBwD90XGRiqKDHVrW/Eh0EZ+l+iC+u+v+w3/BA5NGi4nizAVHGYvQBHUDuSmLjPp7NQ== | ||
dependencies: | ||
"@lit/reactive-element" "^1.3.0" | ||
lit-html "^2.2.0" | ||
|
||
lit-html@^1, lit-html@^1.0.0, lit-html@^1.1.1, lit-html@^1.2.1: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.3.0.tgz#c80f3cc5793a6dea6c07172be90a70ab20e56034" | ||
|
@@ -15706,6 +15786,13 @@ lit-html@^2.0.0-rc.3: | |
dependencies: | ||
"@types/trusted-types" "^1.0.1" | ||
|
||
lit-html@^2.2.0, lit-html@^2.3.0: | ||
version "2.3.1" | ||
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.3.1.tgz#56f15104ea75c0a702904893e3409d0e89e2a2b9" | ||
integrity sha512-FyKH6LTW6aBdkfNhNSHyZTnLgJSTe5hMk7HFtc/+DcN1w74C215q8B+Cfxc2OuIEpBNcEKxgF64qL8as30FDHA== | ||
dependencies: | ||
"@types/trusted-types" "^2.0.2" | ||
|
||
[email protected]: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/lit/-/lit-2.0.0.tgz#7710095dc518d9858dde579e9c76b9eed71e98ba" | ||
|
@@ -15724,14 +15811,14 @@ [email protected]: | |
lit-element "^3.0.0-rc.2" | ||
lit-html "^2.0.0-rc.3" | ||
|
||
lit@^2.0.2: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/lit/-/lit-2.0.2.tgz#5e6f422924e0732258629fb379556b6d23f7179c" | ||
integrity sha512-hKA/1YaSB+P+DvKWuR2q1Xzy/iayhNrJ3aveD0OQ9CKn6wUjsdnF/7LavDOJsKP/K5jzW/kXsuduPgRvTFrFJw== | ||
lit@^2.2.4: | ||
version "2.3.1" | ||
resolved "https://registry.yarnpkg.com/lit/-/lit-2.3.1.tgz#2cf1c2042da1e44c7a7cc72dff2d72303fd26f48" | ||
integrity sha512-TejktDR4mqG3qB32Y8Lm5Lye3c8SUehqz7qRsxe1PqGYL6me2Ef+jeQAEqh20BnnGncv4Yxy2njEIT0kzK1WCw== | ||
dependencies: | ||
"@lit/reactive-element" "^1.0.0" | ||
lit-element "^3.0.0" | ||
lit-html "^2.0.0" | ||
"@lit/reactive-element" "^1.4.0" | ||
lit-element "^3.2.0" | ||
lit-html "^2.3.0" | ||
|
||
load-json-file@^1.0.0: | ||
version "1.1.0" | ||
|
@@ -17237,6 +17324,11 @@ node-releases@^1.1.61: | |
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.61.tgz#707b0fca9ce4e11783612ba4a2fcba09047af16e" | ||
integrity sha512-DD5vebQLg8jLCOzwupn954fbIiZht05DAZs0k2u8NStSe6h9XdsuIQL8hSRKYiU8WUQRznmSDrKGbv3ObOmC7g== | ||
|
||
node-releases@^2.0.6: | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503" | ||
integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg== | ||
|
||
node-status-codes@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/node-status-codes/-/node-status-codes-1.0.0.tgz#5ae5541d024645d32a58fcddc9ceecea7ae3ac2f" | ||
|
@@ -18489,6 +18581,11 @@ physical-cpu-count@^2.0.0: | |
resolved "https://registry.yarnpkg.com/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz#18de2f97e4bf7a9551ad7511942b5496f7aba660" | ||
integrity sha1-GN4vl+S/epVRrXURlCtUlverpmA= | ||
|
||
picocolors@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" | ||
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== | ||
|
||
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2: | ||
version "2.2.2" | ||
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" | ||
|
@@ -20199,6 +20296,11 @@ regenerator-runtime@^0.13.4: | |
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697" | ||
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== | ||
|
||
regenerator-runtime@^0.13.7: | ||
version "0.13.9" | ||
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" | ||
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== | ||
|
||
regenerator-transform@^0.14.2: | ||
version "0.14.5" | ||
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4" | ||
|
@@ -22357,6 +22459,11 @@ systemjs@^6.3.1: | |
resolved "https://registry.yarnpkg.com/systemjs/-/systemjs-6.8.3.tgz#67e27f49242e9d81c2b652b204ae54e8bfcc75a3" | ||
integrity sha512-UcTY+FEA1B7e+bpJk1TI+a9Na6LG7wFEqW7ED16cLqLuQfI/9Ri0rsXm3tKlIgNoHyLHZycjdAOijzNbzelgwA== | ||
|
||
systemjs@^6.8.3: | ||
version "6.12.6" | ||
resolved "https://registry.yarnpkg.com/systemjs/-/systemjs-6.12.6.tgz#147a2a9137b8f3fddaafac1d5060adf3d11212a6" | ||
integrity sha512-SawLiWya8/uNR4p12OggSYZ35tP4U4QTpfV57DdZEOPr6+J6zlLSeeEpMmzYTEoBAsMhctdEE+SWJUDYX4EaKw== | ||
|
||
table-layout@^0.4.3: | ||
version "0.4.5" | ||
resolved "https://registry.yarnpkg.com/table-layout/-/table-layout-0.4.5.tgz#d906de6a25fa09c0c90d1d08ecd833ecedcb7378" | ||
|
@@ -23376,6 +23483,14 @@ upath@^1.1.1, upath@^1.2.0: | |
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" | ||
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== | ||
|
||
update-browserslist-db@^1.0.9: | ||
version "1.0.9" | ||
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.9.tgz#2924d3927367a38d5c555413a7ce138fc95fcb18" | ||
integrity sha512-/xsqn21EGVdXI3EXSum1Yckj3ZVZugqyOZQ/CxYPBD/R+ko9NSUScf8tFF4dOKY+2pvSSJA/S+5B8s4Zr4kyvg== | ||
dependencies: | ||
escalade "^3.1.1" | ||
picocolors "^1.0.0" | ||
|
||
update-notifier@^1.0.0: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-1.0.3.tgz#8f92c515482bd6831b7c93013e70f87552c7cf5a" | ||
|
@@ -24189,6 +24304,11 @@ whatwg-fetch@^3.0.0: | |
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz#605a2cd0a7146e5db141e29d1c62ab84c0c4c868" | ||
integrity sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A== | ||
|
||
whatwg-fetch@^3.5.0: | ||
version "3.6.2" | ||
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c" | ||
integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA== | ||
|
||
whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" | ||
|
@@ -24211,7 +24331,7 @@ whatwg-url@^6.4.0: | |
tr46 "^1.0.1" | ||
webidl-conversions "^4.0.2" | ||
|
||
whatwg-url@^7.0.0: | ||
whatwg-url@^7.0.0, whatwg-url@^7.1.0: | ||
version "7.1.0" | ||
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06" | ||
integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== | ||
|