-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependency pug to v3 [security]
- Loading branch information
1 parent
920cbec
commit cd0c18a
Showing
2 changed files
with
193 additions
and
4 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 |
---|---|---|
|
@@ -184,6 +184,11 @@ | |
dependencies: | ||
"@babel/types" "^7.4.4" | ||
|
||
"@babel/helper-validator-identifier@^7.12.11": | ||
version "7.12.11" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" | ||
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== | ||
|
||
"@babel/helper-wrap-function@^7.1.0": | ||
version "7.2.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa" | ||
|
@@ -217,6 +222,11 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81" | ||
integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A== | ||
|
||
"@babel/parser@^7.9.6": | ||
version "7.13.16" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37" | ||
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw== | ||
|
||
"@babel/plugin-proposal-async-generator-functions@^7.2.0": | ||
version "7.2.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e" | ||
|
@@ -647,6 +657,14 @@ | |
lodash "^4.17.13" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.6.1", "@babel/types@^7.9.6": | ||
version "7.13.17" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4" | ||
integrity sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.12.11" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@cnakazawa/watch@^1.0.3": | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef" | ||
|
@@ -1139,6 +1157,11 @@ acorn@^7.1.0: | |
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c" | ||
integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ== | ||
|
||
acorn@^7.1.1: | ||
version "7.4.1" | ||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" | ||
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== | ||
|
||
ajv-keywords@^1.0.0: | ||
version "1.5.1" | ||
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c" | ||
|
@@ -1370,6 +1393,11 @@ asn1@~0.2.3: | |
dependencies: | ||
safer-buffer "~2.1.0" | ||
|
||
assert-never@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/assert-never/-/assert-never-1.2.1.tgz#11f0e363bf146205fb08193b5c7b90f4d1cf44fe" | ||
integrity sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw== | ||
|
||
[email protected], assert-plus@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" | ||
|
@@ -1497,6 +1525,13 @@ babel-types@^6.26.0: | |
lodash "^4.17.4" | ||
to-fast-properties "^1.0.3" | ||
|
||
[email protected]: | ||
version "3.0.0-canary-5" | ||
resolved "https://registry.yarnpkg.com/babel-walk/-/babel-walk-3.0.0-canary-5.tgz#f66ecd7298357aee44955f235a6ef54219104b11" | ||
integrity sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw== | ||
dependencies: | ||
"@babel/types" "^7.9.6" | ||
|
||
babylon@^6.18.0: | ||
version "6.18.0" | ||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" | ||
|
@@ -1770,7 +1805,7 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: | |
strip-ansi "^3.0.0" | ||
supports-color "^2.0.0" | ||
|
||
character-parser@^2.1.1: | ||
character-parser@^2.1.1, character-parser@^2.2.0: | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/character-parser/-/character-parser-2.2.0.tgz#c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0" | ||
integrity sha1-x84o821LzZdE5f/CxfzeHHMmH8A= | ||
|
@@ -2024,6 +2059,14 @@ constantinople@^3.0.1, constantinople@^3.1.2: | |
babel-types "^6.26.0" | ||
babylon "^6.18.0" | ||
|
||
constantinople@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-4.0.1.tgz#0def113fa0e4dc8de83331a5cf79c8b325213151" | ||
integrity sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw== | ||
dependencies: | ||
"@babel/parser" "^7.6.0" | ||
"@babel/types" "^7.6.1" | ||
|
||
contains-path@^0.1.0: | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a" | ||
|
@@ -3895,6 +3938,13 @@ is-core-module@^2.1.0: | |
dependencies: | ||
has "^1.0.3" | ||
|
||
is-core-module@^2.2.0: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.3.0.tgz#d341652e3408bca69c4671b79a0954a3d349f887" | ||
integrity sha512-xSphU2KG9867tsYdLD4RWQ1VqdFl4HTO9Thf3I/3dLEfr0dbPTWKsuCKrgqMljg4nPE+Gq0VCnzT3gr0CyBmsw== | ||
dependencies: | ||
has "^1.0.3" | ||
|
||
is-data-descriptor@^0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" | ||
|
@@ -3957,6 +4007,14 @@ is-expression@^3.0.0: | |
acorn "~4.0.2" | ||
object-assign "^4.0.1" | ||
|
||
is-expression@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-4.0.0.tgz#c33155962abf21d0afd2552514d67d2ec16fd2ab" | ||
integrity sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A== | ||
dependencies: | ||
acorn "^7.1.1" | ||
object-assign "^4.1.1" | ||
|
||
is-extendable@^0.1.0, is-extendable@^0.1.1: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" | ||
|
@@ -4610,7 +4668,7 @@ js-levenshtein@^1.1.3: | |
resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d" | ||
integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g== | ||
|
||
js-stringify@^1.0.1: | ||
js-stringify@^1.0.1, js-stringify@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/js-stringify/-/js-stringify-1.0.2.tgz#1736fddfd9724f28a3682adc6230ae7e4e9679db" | ||
integrity sha1-Fzb939lyTyijaCrcYjCufk6Weds= | ||
|
@@ -5479,7 +5537,7 @@ oauth-sign@~0.9.0: | |
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" | ||
integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== | ||
|
||
object-assign@^4.0.1, object-assign@^4.1.0: | ||
object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" | ||
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= | ||
|
@@ -5999,6 +6057,15 @@ pug-attrs@^2.0.4: | |
js-stringify "^1.0.1" | ||
pug-runtime "^2.0.5" | ||
|
||
pug-attrs@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/pug-attrs/-/pug-attrs-3.0.0.tgz#b10451e0348165e31fad1cc23ebddd9dc7347c41" | ||
integrity sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA== | ||
dependencies: | ||
constantinople "^4.0.1" | ||
js-stringify "^1.0.2" | ||
pug-runtime "^3.0.0" | ||
|
||
pug-code-gen@^2.0.2: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-2.0.2.tgz#ad0967162aea077dcf787838d94ed14acb0217c2" | ||
|
@@ -6013,11 +6080,30 @@ pug-code-gen@^2.0.2: | |
void-elements "^2.0.1" | ||
with "^5.0.0" | ||
|
||
pug-code-gen@^3.0.2: | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-3.0.2.tgz#ad190f4943133bf186b60b80de483100e132e2ce" | ||
integrity sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg== | ||
dependencies: | ||
constantinople "^4.0.1" | ||
doctypes "^1.1.0" | ||
js-stringify "^1.0.2" | ||
pug-attrs "^3.0.0" | ||
pug-error "^2.0.0" | ||
pug-runtime "^3.0.0" | ||
void-elements "^3.1.0" | ||
with "^7.0.0" | ||
|
||
pug-error@^1.3.3: | ||
version "1.3.3" | ||
resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-1.3.3.tgz#f342fb008752d58034c185de03602dd9ffe15fa6" | ||
integrity sha512-qE3YhESP2mRAWMFJgKdtT5D7ckThRScXRwkfo+Erqga7dyJdY3ZquspprMCj/9sJ2ijm5hXFWQE/A3l4poMWiQ== | ||
|
||
pug-error@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-2.0.0.tgz#5c62173cb09c34de2a2ce04f17b8adfec74d8ca5" | ||
integrity sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ== | ||
|
||
pug-filters@^3.1.1: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/pug-filters/-/pug-filters-3.1.1.tgz#ab2cc82db9eeccf578bda89130e252a0db026aa7" | ||
|
@@ -6031,6 +6117,17 @@ pug-filters@^3.1.1: | |
resolve "^1.1.6" | ||
uglify-js "^2.6.1" | ||
|
||
pug-filters@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/pug-filters/-/pug-filters-4.0.0.tgz#d3e49af5ba8472e9b7a66d980e707ce9d2cc9b5e" | ||
integrity sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A== | ||
dependencies: | ||
constantinople "^4.0.1" | ||
jstransformer "1.0.0" | ||
pug-error "^2.0.0" | ||
pug-walk "^2.0.0" | ||
resolve "^1.15.1" | ||
|
||
pug-jest@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/pug-jest/-/pug-jest-1.0.1.tgz#ea823a7dd9b6160b0269878e059e5fcd91f10f68" | ||
|
@@ -6047,6 +6144,15 @@ pug-lexer@^4.1.0: | |
is-expression "^3.0.0" | ||
pug-error "^1.3.3" | ||
|
||
pug-lexer@^5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/pug-lexer/-/pug-lexer-5.0.1.tgz#ae44628c5bef9b190b665683b288ca9024b8b0d5" | ||
integrity sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w== | ||
dependencies: | ||
character-parser "^2.2.0" | ||
is-expression "^4.0.0" | ||
pug-error "^2.0.0" | ||
|
||
pug-linker@^3.0.6: | ||
version "3.0.6" | ||
resolved "https://registry.yarnpkg.com/pug-linker/-/pug-linker-3.0.6.tgz#f5bf218b0efd65ce6670f7afc51658d0f82989fb" | ||
|
@@ -6055,6 +6161,14 @@ pug-linker@^3.0.6: | |
pug-error "^1.3.3" | ||
pug-walk "^1.1.8" | ||
|
||
pug-linker@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/pug-linker/-/pug-linker-4.0.0.tgz#12cbc0594fc5a3e06b9fc59e6f93c146962a7708" | ||
integrity sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw== | ||
dependencies: | ||
pug-error "^2.0.0" | ||
pug-walk "^2.0.0" | ||
|
||
pug-load@^2.0.12: | ||
version "2.0.12" | ||
resolved "https://registry.yarnpkg.com/pug-load/-/pug-load-2.0.12.tgz#d38c85eb85f6e2f704dea14dcca94144d35d3e7b" | ||
|
@@ -6063,6 +6177,14 @@ pug-load@^2.0.12: | |
object-assign "^4.1.0" | ||
pug-walk "^1.1.8" | ||
|
||
pug-load@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/pug-load/-/pug-load-3.0.0.tgz#9fd9cda52202b08adb11d25681fb9f34bd41b662" | ||
integrity sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ== | ||
dependencies: | ||
object-assign "^4.1.1" | ||
pug-walk "^2.0.0" | ||
|
||
pug-parser@^5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/pug-parser/-/pug-parser-5.0.1.tgz#03e7ada48b6840bd3822f867d7d90f842d0ffdc9" | ||
|
@@ -6071,23 +6193,48 @@ pug-parser@^5.0.1: | |
pug-error "^1.3.3" | ||
token-stream "0.0.1" | ||
|
||
pug-parser@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/pug-parser/-/pug-parser-6.0.0.tgz#a8fdc035863a95b2c1dc5ebf4ecf80b4e76a1260" | ||
integrity sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw== | ||
dependencies: | ||
pug-error "^2.0.0" | ||
token-stream "1.0.0" | ||
|
||
pug-runtime@^2.0.4, pug-runtime@^2.0.5: | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/pug-runtime/-/pug-runtime-2.0.5.tgz#6da7976c36bf22f68e733c359240d8ae7a32953a" | ||
integrity sha512-P+rXKn9un4fQY77wtpcuFyvFaBww7/91f3jHa154qU26qFAnOe6SW1CbIDcxiG5lLK9HazYrMCCuDvNgDQNptw== | ||
|
||
pug-runtime@^3.0.0, pug-runtime@^3.0.1: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/pug-runtime/-/pug-runtime-3.0.1.tgz#f636976204723f35a8c5f6fad6acda2a191b83d7" | ||
integrity sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg== | ||
|
||
pug-strip-comments@^1.0.4: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/pug-strip-comments/-/pug-strip-comments-1.0.4.tgz#cc1b6de1f6e8f5931cf02ec66cdffd3f50eaf8a8" | ||
integrity sha512-i5j/9CS4yFhSxHp5iKPHwigaig/VV9g+FgReLJWWHEHbvKsbqL0oP/K5ubuLco6Wu3Kan5p7u7qk8A4oLLh6vw== | ||
dependencies: | ||
pug-error "^1.3.3" | ||
|
||
pug-strip-comments@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/pug-strip-comments/-/pug-strip-comments-2.0.0.tgz#f94b07fd6b495523330f490a7f554b4ff876303e" | ||
integrity sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ== | ||
dependencies: | ||
pug-error "^2.0.0" | ||
|
||
pug-walk@^1.1.8: | ||
version "1.1.8" | ||
resolved "https://registry.yarnpkg.com/pug-walk/-/pug-walk-1.1.8.tgz#b408f67f27912f8c21da2f45b7230c4bd2a5ea7a" | ||
integrity sha512-GMu3M5nUL3fju4/egXwZO0XLi6fW/K3T3VTgFQ14GxNi8btlxgT5qZL//JwZFm/2Fa64J/PNS8AZeys3wiMkVA== | ||
|
||
pug-walk@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/pug-walk/-/pug-walk-2.0.0.tgz#417aabc29232bb4499b5b5069a2b2d2a24d5f5fe" | ||
integrity sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ== | ||
|
||
pug@^2.0.0-beta6, pug@^2.0.3: | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/pug/-/pug-2.0.4.tgz#ee7682ec0a60494b38d48a88f05f3b0ac931377d" | ||
|
@@ -6102,6 +6249,20 @@ pug@^2.0.0-beta6, pug@^2.0.3: | |
pug-runtime "^2.0.5" | ||
pug-strip-comments "^1.0.4" | ||
|
||
pug@^3.0.0: | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/pug/-/pug-3.0.2.tgz#f35c7107343454e43bc27ae0ff76c731b78ea535" | ||
integrity sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw== | ||
dependencies: | ||
pug-code-gen "^3.0.2" | ||
pug-filters "^4.0.0" | ||
pug-lexer "^5.0.1" | ||
pug-linker "^4.0.0" | ||
pug-load "^3.0.0" | ||
pug-parser "^6.0.0" | ||
pug-runtime "^3.0.1" | ||
pug-strip-comments "^2.0.0" | ||
|
||
pump@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" | ||
|
@@ -6553,6 +6714,14 @@ resolve@^1.10.0: | |
is-core-module "^2.1.0" | ||
path-parse "^1.0.6" | ||
|
||
resolve@^1.15.1: | ||
version "1.20.0" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975" | ||
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== | ||
dependencies: | ||
is-core-module "^2.2.0" | ||
path-parse "^1.0.6" | ||
|
||
restore-cursor@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541" | ||
|
@@ -7462,6 +7631,11 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/token-stream/-/token-stream-0.0.1.tgz#ceeefc717a76c4316f126d0b9dbaa55d7e7df01a" | ||
integrity sha1-zu78cXp2xDFvEm0LnbqlXX598Bo= | ||
|
||
[email protected]: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/token-stream/-/token-stream-1.0.0.tgz#cc200eab2613f4166d27ff9afc7ca56d49df6eb4" | ||
integrity sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ= | ||
|
||
tough-cookie@^2.3.3, tough-cookie@^2.3.4, tough-cookie@~2.5.0: | ||
version "2.5.0" | ||
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" | ||
|
@@ -7711,6 +7885,11 @@ void-elements@^2.0.1: | |
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec" | ||
integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w= | ||
|
||
void-elements@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz#614f7fbf8d801f0bb5f0661f5b2f5785750e4f09" | ||
integrity sha1-YU9/v42AHwu18GYfWy9XhXUOTwk= | ||
|
||
w3c-hr-time@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045" | ||
|
@@ -7813,6 +7992,16 @@ with@^5.0.0: | |
acorn "^3.1.0" | ||
acorn-globals "^3.0.0" | ||
|
||
with@^7.0.0: | ||
version "7.0.2" | ||
resolved "https://registry.yarnpkg.com/with/-/with-7.0.2.tgz#ccee3ad542d25538a7a7a80aad212b9828495bac" | ||
integrity sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w== | ||
dependencies: | ||
"@babel/parser" "^7.9.6" | ||
"@babel/types" "^7.9.6" | ||
assert-never "^1.2.1" | ||
babel-walk "3.0.0-canary-5" | ||
|
||
[email protected]: | ||
version "0.0.2" | ||
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f" | ||
|