Skip to content

Commit e79c320

Browse files
Bump pug from 2.0.4 to 3.0.1
Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.1. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/[email protected]@3.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 990ba1b commit e79c320

File tree

2 files changed

+188
-4
lines changed

2 files changed

+188
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"node-sass": "~4.9.1",
6565
"pomelo-toolbox": "^1.0.32",
6666
"postcss-loader": "^2.1.4",
67-
"pug": "^2.0.4",
67+
"pug": "^3.0.1",
6868
"pug-html-loader": "^1.1.5",
6969
"purify-css": "^1.2.5",
7070
"purifycss-webpack": "^0.7.0",

yarn.lock

+187-3
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,11 @@
240240
resolved "https://registry.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.10.4.tgz?cache=0&sync_timestamp=1593521048783&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
241241
integrity sha1-p4x6clHgH2FlEtMbEK3PUq2l4NI=
242242

243+
"@babel/helper-validator-identifier@^7.14.5":
244+
version "7.14.5"
245+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
246+
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
247+
243248
"@babel/helper-wrap-function@^7.10.4":
244249
version "7.10.4"
245250
resolved "https://registry.npm.taobao.org/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.10.4.tgz?cache=0&sync_timestamp=1593522846867&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-wrap-function%2Fdownload%2F%40babel%2Fhelper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87"
@@ -273,6 +278,11 @@
273278
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
274279
integrity sha1-58a/Wn3v+VfOyfBLVR4nYpCdgms=
275280

281+
"@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
282+
version "7.14.7"
283+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
284+
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
285+
276286
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
277287
version "7.10.5"
278288
resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558"
@@ -908,6 +918,14 @@
908918
lodash "^4.17.19"
909919
to-fast-properties "^2.0.0"
910920

921+
"@babel/types@^7.6.1", "@babel/types@^7.9.6":
922+
version "7.14.5"
923+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
924+
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
925+
dependencies:
926+
"@babel/helper-validator-identifier" "^7.14.5"
927+
to-fast-properties "^2.0.0"
928+
911929
"@nodelib/[email protected]":
912930
version "2.1.3"
913931
resolved "https://registry.npm.taobao.org/@nodelib/fs.scandir/download/@nodelib/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
@@ -1683,6 +1701,11 @@ asn1@~0.2.0, asn1@~0.2.3:
16831701
dependencies:
16841702
safer-buffer "~2.1.0"
16851703

1704+
assert-never@^1.2.1:
1705+
version "1.2.1"
1706+
resolved "https://registry.yarnpkg.com/assert-never/-/assert-never-1.2.1.tgz#11f0e363bf146205fb08193b5c7b90f4d1cf44fe"
1707+
integrity sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==
1708+
16861709
[email protected], assert-plus@^1.0.0:
16871710
version "1.0.0"
16881711
resolved "https://registry.npm.taobao.org/assert-plus/download/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
@@ -1845,6 +1868,13 @@ babel-types@^6.26.0:
18451868
lodash "^4.17.4"
18461869
to-fast-properties "^1.0.3"
18471870

1871+
1872+
version "3.0.0-canary-5"
1873+
resolved "https://registry.yarnpkg.com/babel-walk/-/babel-walk-3.0.0-canary-5.tgz#f66ecd7298357aee44955f235a6ef54219104b11"
1874+
integrity sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==
1875+
dependencies:
1876+
"@babel/types" "^7.9.6"
1877+
18481878
babylon@^6.18.0:
18491879
version "6.18.0"
18501880
resolved "https://registry.npm.taobao.org/babylon/download/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
@@ -2491,7 +2521,7 @@ chalk@^4.1.0:
24912521
ansi-styles "^4.1.0"
24922522
supports-color "^7.1.0"
24932523

2494-
character-parser@^2.1.1:
2524+
character-parser@^2.1.1, character-parser@^2.2.0:
24952525
version "2.2.0"
24962526
resolved "https://registry.npm.taobao.org/character-parser/download/character-parser-2.2.0.tgz#c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0"
24972527
integrity sha1-x84o821LzZdE5f/CxfzeHHMmH8A=
@@ -2886,6 +2916,14 @@ constantinople@^3.0.1, constantinople@^3.1.2:
28862916
babel-types "^6.26.0"
28872917
babylon "^6.18.0"
28882918

2919+
constantinople@^4.0.1:
2920+
version "4.0.1"
2921+
resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-4.0.1.tgz#0def113fa0e4dc8de83331a5cf79c8b325213151"
2922+
integrity sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==
2923+
dependencies:
2924+
"@babel/parser" "^7.6.0"
2925+
"@babel/types" "^7.6.1"
2926+
28892927
constants-browserify@^1.0.0:
28902928
version "1.0.0"
28912929
resolved "https://registry.npm.taobao.org/constants-browserify/download/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
@@ -6013,6 +6051,13 @@ is-callable@^1.1.4, is-callable@^1.2.0:
60136051
resolved "https://registry.npm.taobao.org/is-callable/download/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
60146052
integrity sha1-gzNlYLVKOONeOi33r9BFTWkUaLs=
60156053

6054+
is-core-module@^2.2.0:
6055+
version "2.4.0"
6056+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
6057+
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
6058+
dependencies:
6059+
has "^1.0.3"
6060+
60166061
is-data-descriptor@^0.1.4:
60176062
version "0.1.4"
60186063
resolved "https://registry.npm.taobao.org/is-data-descriptor/download/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -6063,6 +6108,14 @@ is-expression@^3.0.0:
60636108
acorn "~4.0.2"
60646109
object-assign "^4.0.1"
60656110

6111+
is-expression@^4.0.0:
6112+
version "4.0.0"
6113+
resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-4.0.0.tgz#c33155962abf21d0afd2552514d67d2ec16fd2ab"
6114+
integrity sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==
6115+
dependencies:
6116+
acorn "^7.1.1"
6117+
object-assign "^4.1.1"
6118+
60666119
is-extendable@^0.1.0, is-extendable@^0.1.1:
60676120
version "0.1.1"
60686121
resolved "https://registry.npm.taobao.org/is-extendable/download/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
@@ -6336,7 +6389,7 @@ js-base64@^2.1.8:
63366389
resolved "https://registry.npm.taobao.org/js-base64/download/js-base64-2.6.3.tgz?cache=0&sync_timestamp=1594827327893&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjs-base64%2Fdownload%2Fjs-base64-2.6.3.tgz#7afdb9b57aa7717e15d370b66e8f36a9cb835dc3"
63376390
integrity sha1-ev25tXqncX4V03C2bo82qcuDXcM=
63386391

6339-
js-stringify@^1.0.1:
6392+
js-stringify@^1.0.1, js-stringify@^1.0.2:
63406393
version "1.0.2"
63416394
resolved "https://registry.npm.taobao.org/js-stringify/download/js-stringify-1.0.2.tgz#1736fddfd9724f28a3682adc6230ae7e4e9679db"
63426395
integrity sha1-Fzb939lyTyijaCrcYjCufk6Weds=
@@ -8684,6 +8737,15 @@ pug-attrs@^2.0.4:
86848737
js-stringify "^1.0.1"
86858738
pug-runtime "^2.0.5"
86868739

8740+
pug-attrs@^3.0.0:
8741+
version "3.0.0"
8742+
resolved "https://registry.yarnpkg.com/pug-attrs/-/pug-attrs-3.0.0.tgz#b10451e0348165e31fad1cc23ebddd9dc7347c41"
8743+
integrity sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==
8744+
dependencies:
8745+
constantinople "^4.0.1"
8746+
js-stringify "^1.0.2"
8747+
pug-runtime "^3.0.0"
8748+
86878749
pug-code-gen@^2.0.2:
86888750
version "2.0.2"
86898751
resolved "https://registry.npm.taobao.org/pug-code-gen/download/pug-code-gen-2.0.2.tgz#ad0967162aea077dcf787838d94ed14acb0217c2"
@@ -8698,11 +8760,30 @@ pug-code-gen@^2.0.2:
86988760
void-elements "^2.0.1"
86998761
with "^5.0.0"
87008762

8763+
pug-code-gen@^3.0.2:
8764+
version "3.0.2"
8765+
resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-3.0.2.tgz#ad190f4943133bf186b60b80de483100e132e2ce"
8766+
integrity sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==
8767+
dependencies:
8768+
constantinople "^4.0.1"
8769+
doctypes "^1.1.0"
8770+
js-stringify "^1.0.2"
8771+
pug-attrs "^3.0.0"
8772+
pug-error "^2.0.0"
8773+
pug-runtime "^3.0.0"
8774+
void-elements "^3.1.0"
8775+
with "^7.0.0"
8776+
87018777
pug-error@^1.3.3:
87028778
version "1.3.3"
87038779
resolved "https://registry.npm.taobao.org/pug-error/download/pug-error-1.3.3.tgz#f342fb008752d58034c185de03602dd9ffe15fa6"
87048780
integrity sha1-80L7AIdS1YA0wYXeA2At2f/hX6Y=
87058781

8782+
pug-error@^2.0.0:
8783+
version "2.0.0"
8784+
resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-2.0.0.tgz#5c62173cb09c34de2a2ce04f17b8adfec74d8ca5"
8785+
integrity sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==
8786+
87068787
pug-filters@^3.1.1:
87078788
version "3.1.1"
87088789
resolved "https://registry.npm.taobao.org/pug-filters/download/pug-filters-3.1.1.tgz#ab2cc82db9eeccf578bda89130e252a0db026aa7"
@@ -8716,6 +8797,17 @@ pug-filters@^3.1.1:
87168797
resolve "^1.1.6"
87178798
uglify-js "^2.6.1"
87188799

8800+
pug-filters@^4.0.0:
8801+
version "4.0.0"
8802+
resolved "https://registry.yarnpkg.com/pug-filters/-/pug-filters-4.0.0.tgz#d3e49af5ba8472e9b7a66d980e707ce9d2cc9b5e"
8803+
integrity sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==
8804+
dependencies:
8805+
constantinople "^4.0.1"
8806+
jstransformer "1.0.0"
8807+
pug-error "^2.0.0"
8808+
pug-walk "^2.0.0"
8809+
resolve "^1.15.1"
8810+
87198811
pug-html-loader@^1.1.5:
87208812
version "1.1.5"
87218813
resolved "https://registry.npm.taobao.org/pug-html-loader/download/pug-html-loader-1.1.5.tgz#b46855a7790a306e43ec5db297dbdbb7995f4b5a"
@@ -8733,6 +8825,15 @@ pug-lexer@^4.1.0:
87338825
is-expression "^3.0.0"
87348826
pug-error "^1.3.3"
87358827

8828+
pug-lexer@^5.0.0:
8829+
version "5.0.1"
8830+
resolved "https://registry.yarnpkg.com/pug-lexer/-/pug-lexer-5.0.1.tgz#ae44628c5bef9b190b665683b288ca9024b8b0d5"
8831+
integrity sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==
8832+
dependencies:
8833+
character-parser "^2.2.0"
8834+
is-expression "^4.0.0"
8835+
pug-error "^2.0.0"
8836+
87368837
pug-linker@^3.0.6:
87378838
version "3.0.6"
87388839
resolved "https://registry.npm.taobao.org/pug-linker/download/pug-linker-3.0.6.tgz#f5bf218b0efd65ce6670f7afc51658d0f82989fb"
@@ -8741,6 +8842,14 @@ pug-linker@^3.0.6:
87418842
pug-error "^1.3.3"
87428843
pug-walk "^1.1.8"
87438844

8845+
pug-linker@^4.0.0:
8846+
version "4.0.0"
8847+
resolved "https://registry.yarnpkg.com/pug-linker/-/pug-linker-4.0.0.tgz#12cbc0594fc5a3e06b9fc59e6f93c146962a7708"
8848+
integrity sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==
8849+
dependencies:
8850+
pug-error "^2.0.0"
8851+
pug-walk "^2.0.0"
8852+
87448853
pug-load@^2.0.12:
87458854
version "2.0.12"
87468855
resolved "https://registry.npm.taobao.org/pug-load/download/pug-load-2.0.12.tgz#d38c85eb85f6e2f704dea14dcca94144d35d3e7b"
@@ -8749,6 +8858,14 @@ pug-load@^2.0.12:
87498858
object-assign "^4.1.0"
87508859
pug-walk "^1.1.8"
87518860

8861+
pug-load@^3.0.0:
8862+
version "3.0.0"
8863+
resolved "https://registry.yarnpkg.com/pug-load/-/pug-load-3.0.0.tgz#9fd9cda52202b08adb11d25681fb9f34bd41b662"
8864+
integrity sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==
8865+
dependencies:
8866+
object-assign "^4.1.1"
8867+
pug-walk "^2.0.0"
8868+
87528869
pug-parser@^5.0.1:
87538870
version "5.0.1"
87548871
resolved "https://registry.npm.taobao.org/pug-parser/download/pug-parser-5.0.1.tgz#03e7ada48b6840bd3822f867d7d90f842d0ffdc9"
@@ -8757,24 +8874,49 @@ pug-parser@^5.0.1:
87578874
pug-error "^1.3.3"
87588875
token-stream "0.0.1"
87598876

8877+
pug-parser@^6.0.0:
8878+
version "6.0.0"
8879+
resolved "https://registry.yarnpkg.com/pug-parser/-/pug-parser-6.0.0.tgz#a8fdc035863a95b2c1dc5ebf4ecf80b4e76a1260"
8880+
integrity sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==
8881+
dependencies:
8882+
pug-error "^2.0.0"
8883+
token-stream "1.0.0"
8884+
87608885
pug-runtime@^2.0.5:
87618886
version "2.0.5"
87628887
resolved "https://registry.npm.taobao.org/pug-runtime/download/pug-runtime-2.0.5.tgz#6da7976c36bf22f68e733c359240d8ae7a32953a"
87638888
integrity sha1-baeXbDa/IvaOczw1kkDYrnoylTo=
87648889

8890+
pug-runtime@^3.0.0:
8891+
version "3.0.1"
8892+
resolved "https://registry.yarnpkg.com/pug-runtime/-/pug-runtime-3.0.1.tgz#f636976204723f35a8c5f6fad6acda2a191b83d7"
8893+
integrity sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==
8894+
87658895
pug-strip-comments@^1.0.4:
87668896
version "1.0.4"
87678897
resolved "https://registry.npm.taobao.org/pug-strip-comments/download/pug-strip-comments-1.0.4.tgz#cc1b6de1f6e8f5931cf02ec66cdffd3f50eaf8a8"
87688898
integrity sha1-zBtt4fbo9ZMc8C7GbN/9P1Dq+Kg=
87698899
dependencies:
87708900
pug-error "^1.3.3"
87718901

8902+
pug-strip-comments@^2.0.0:
8903+
version "2.0.0"
8904+
resolved "https://registry.yarnpkg.com/pug-strip-comments/-/pug-strip-comments-2.0.0.tgz#f94b07fd6b495523330f490a7f554b4ff876303e"
8905+
integrity sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==
8906+
dependencies:
8907+
pug-error "^2.0.0"
8908+
87728909
pug-walk@^1.1.8:
87738910
version "1.1.8"
87748911
resolved "https://registry.npm.taobao.org/pug-walk/download/pug-walk-1.1.8.tgz#b408f67f27912f8c21da2f45b7230c4bd2a5ea7a"
87758912
integrity sha1-tAj2fyeRL4wh2i9FtyMMS9Kl6no=
87768913

8777-
pug@^2.0.0-rc.2, pug@^2.0.4:
8914+
pug-walk@^2.0.0:
8915+
version "2.0.0"
8916+
resolved "https://registry.yarnpkg.com/pug-walk/-/pug-walk-2.0.0.tgz#417aabc29232bb4499b5b5069a2b2d2a24d5f5fe"
8917+
integrity sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==
8918+
8919+
pug@^2.0.0-rc.2:
87788920
version "2.0.4"
87798921
resolved "https://registry.npm.taobao.org/pug/download/pug-2.0.4.tgz#ee7682ec0a60494b38d48a88f05f3b0ac931377d"
87808922
integrity sha1-7naC7ApgSUs41IqI8F87CskxN30=
@@ -8788,6 +8930,20 @@ pug@^2.0.0-rc.2, pug@^2.0.4:
87888930
pug-runtime "^2.0.5"
87898931
pug-strip-comments "^1.0.4"
87908932

8933+
pug@^3.0.1:
8934+
version "3.0.1"
8935+
resolved "https://registry.yarnpkg.com/pug/-/pug-3.0.1.tgz#9b287554043e6d18852673a382b0350595bdc067"
8936+
integrity sha512-9v1o2yXMfSKJy2PykKyWUhpgx9Pf9D/UlPgIs2pTTxR6DQZ0oivy4I9f8PlWXRY4sjIhDU4TMJ7hQmYnNJc2bw==
8937+
dependencies:
8938+
pug-code-gen "^3.0.2"
8939+
pug-filters "^4.0.0"
8940+
pug-lexer "^5.0.0"
8941+
pug-linker "^4.0.0"
8942+
pug-load "^3.0.0"
8943+
pug-parser "^6.0.0"
8944+
pug-runtime "^3.0.0"
8945+
pug-strip-comments "^2.0.0"
8946+
87918947
pump@^2.0.0, pump@^2.0.1:
87928948
version "2.0.1"
87938949
resolved "https://registry.npm.taobao.org/pump/download/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909"
@@ -9333,6 +9489,14 @@ resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.
93339489
dependencies:
93349490
path-parse "^1.0.6"
93359491

9492+
resolve@^1.15.1:
9493+
version "1.20.0"
9494+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
9495+
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
9496+
dependencies:
9497+
is-core-module "^2.2.0"
9498+
path-parse "^1.0.6"
9499+
93369500
93379501
version "1.0.2"
93389502
resolved "https://registry.npm.taobao.org/responselike/download/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
@@ -10630,6 +10794,11 @@ [email protected]:
1063010794
resolved "https://registry.npm.taobao.org/token-stream/download/token-stream-0.0.1.tgz#ceeefc717a76c4316f126d0b9dbaa55d7e7df01a"
1063110795
integrity sha1-zu78cXp2xDFvEm0LnbqlXX598Bo=
1063210796

10797+
10798+
version "1.0.0"
10799+
resolved "https://registry.yarnpkg.com/token-stream/-/token-stream-1.0.0.tgz#cc200eab2613f4166d27ff9afc7ca56d49df6eb4"
10800+
integrity sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=
10801+
1063310802
tough-cookie@~0.9.15:
1063410803
version "0.9.15"
1063510804
resolved "https://registry.npm.taobao.org/tough-cookie/download/tough-cookie-0.9.15.tgz#75617ac347e3659052b0350131885829677399f6"
@@ -11207,6 +11376,11 @@ void-elements@^2.0.1:
1120711376
resolved "https://registry.npm.taobao.org/void-elements/download/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
1120811377
integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=
1120911378

11379+
void-elements@^3.1.0:
11380+
version "3.1.0"
11381+
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz#614f7fbf8d801f0bb5f0661f5b2f5785750e4f09"
11382+
integrity sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=
11383+
1121011384
vue-class-component@^7.1.0, vue-class-component@^7.2.3:
1121111385
version "7.2.3"
1121211386
resolved "https://registry.npm.taobao.org/vue-class-component/download/vue-class-component-7.2.3.tgz#a5b1abd53513a72ad51098752e2dedd499807cca"
@@ -11514,6 +11688,16 @@ with@^5.0.0:
1151411688
acorn "^3.1.0"
1151511689
acorn-globals "^3.0.0"
1151611690

11691+
with@^7.0.0:
11692+
version "7.0.2"
11693+
resolved "https://registry.yarnpkg.com/with/-/with-7.0.2.tgz#ccee3ad542d25538a7a7a80aad212b9828495bac"
11694+
integrity sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==
11695+
dependencies:
11696+
"@babel/parser" "^7.9.6"
11697+
"@babel/types" "^7.9.6"
11698+
assert-never "^1.2.1"
11699+
babel-walk "3.0.0-canary-5"
11700+
1151711701
word-wrap@~1.2.3:
1151811702
version "1.2.3"
1151911703
resolved "https://registry.npm.taobao.org/word-wrap/download/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"

0 commit comments

Comments
 (0)