|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.12.13"
|
11 | 11 |
|
12 |
| -"@babel/generator@^7.13.9", "@babel/generator@^7.4.0": |
13 |
| - version "7.13.9" |
14 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39" |
15 |
| - integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== |
| 12 | +"@babel/generator@^7.14.0", "@babel/generator@^7.4.0": |
| 13 | + version "7.14.0" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.0.tgz#0f35d663506c43e4f10898fbda0d752ec75494be" |
| 15 | + integrity sha512-C6u00HbmsrNPug6A+CiNl8rEys7TsdcXwg12BHi2ca5rUfAs3+UwZsuDQSXnc+wCElCXMB8gMaJ3YXDdh8fAlg== |
16 | 16 | dependencies:
|
17 |
| - "@babel/types" "^7.13.0" |
| 17 | + "@babel/types" "^7.14.0" |
18 | 18 | jsesc "^2.5.1"
|
19 | 19 | source-map "^0.5.0"
|
20 | 20 |
|
|
41 | 41 | dependencies:
|
42 | 42 | "@babel/types" "^7.12.13"
|
43 | 43 |
|
44 |
| -"@babel/helper-validator-identifier@^7.12.11": |
45 |
| - version "7.12.11" |
46 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
47 |
| - integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
| 44 | +"@babel/helper-validator-identifier@^7.14.0": |
| 45 | + version "7.14.0" |
| 46 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288" |
| 47 | + integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A== |
48 | 48 |
|
49 | 49 | "@babel/highlight@^7.12.13":
|
50 |
| - version "7.13.10" |
51 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1" |
52 |
| - integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== |
| 50 | + version "7.14.0" |
| 51 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.0.tgz#3197e375711ef6bf834e67d0daec88e4f46113cf" |
| 52 | + integrity sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg== |
53 | 53 | dependencies:
|
54 |
| - "@babel/helper-validator-identifier" "^7.12.11" |
| 54 | + "@babel/helper-validator-identifier" "^7.14.0" |
55 | 55 | chalk "^2.0.0"
|
56 | 56 | js-tokens "^4.0.0"
|
57 | 57 |
|
58 |
| -"@babel/parser@^7.12.13", "@babel/parser@^7.13.15", "@babel/parser@^7.4.3": |
59 |
| - version "7.13.15" |
60 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8" |
61 |
| - integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ== |
| 58 | +"@babel/parser@^7.12.13", "@babel/parser@^7.14.0", "@babel/parser@^7.4.3": |
| 59 | + version "7.14.0" |
| 60 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.0.tgz#2f0ebfed92bcddcc8395b91f1895191ce2760380" |
| 61 | + integrity sha512-AHbfoxesfBALg33idaTBVUkLnfXtsgvJREf93p4p0Lwsz4ppfE7g1tpEXVm4vrxUcH4DVhAa9Z1m1zqf9WUC7Q== |
62 | 62 |
|
63 | 63 | "@babel/template@^7.12.13", "@babel/template@^7.4.0":
|
64 | 64 | version "7.12.13"
|
|
70 | 70 | "@babel/types" "^7.12.13"
|
71 | 71 |
|
72 | 72 | "@babel/traverse@^7.4.3":
|
73 |
| - version "7.13.15" |
74 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7" |
75 |
| - integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ== |
| 73 | + version "7.14.0" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef" |
| 75 | + integrity sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA== |
76 | 76 | dependencies:
|
77 | 77 | "@babel/code-frame" "^7.12.13"
|
78 |
| - "@babel/generator" "^7.13.9" |
| 78 | + "@babel/generator" "^7.14.0" |
79 | 79 | "@babel/helper-function-name" "^7.12.13"
|
80 | 80 | "@babel/helper-split-export-declaration" "^7.12.13"
|
81 |
| - "@babel/parser" "^7.13.15" |
82 |
| - "@babel/types" "^7.13.14" |
| 81 | + "@babel/parser" "^7.14.0" |
| 82 | + "@babel/types" "^7.14.0" |
83 | 83 | debug "^4.1.0"
|
84 | 84 | globals "^11.1.0"
|
85 | 85 |
|
86 |
| -"@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.14", "@babel/types@^7.4.0": |
87 |
| - version "7.13.14" |
88 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d" |
89 |
| - integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== |
| 86 | +"@babel/types@^7.12.13", "@babel/types@^7.14.0", "@babel/types@^7.4.0": |
| 87 | + version "7.14.0" |
| 88 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.0.tgz#3fc3fc74e0cdad878182e5f66cc6bcab1915a802" |
| 89 | + integrity sha512-O2LVLdcnWplaGxiPBz12d0HcdN8QdxdsWYhz5LSeuukV/5mn2xUUc3gBeU4QBYPJ18g/UToe8F532XJ608prmg== |
90 | 90 | dependencies:
|
91 |
| - "@babel/helper-validator-identifier" "^7.12.11" |
92 |
| - lodash "^4.17.19" |
| 91 | + "@babel/helper-validator-identifier" "^7.14.0" |
93 | 92 | to-fast-properties "^2.0.0"
|
94 | 93 |
|
95 | 94 |
|
@@ -374,9 +373,9 @@ chalk@^2.0.0, chalk@^2.3.0:
|
374 | 373 | supports-color "^5.3.0"
|
375 | 374 |
|
376 | 375 | chalk@^4.0.0:
|
377 |
| - version "4.1.0" |
378 |
| - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" |
379 |
| - integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== |
| 376 | + version "4.1.1" |
| 377 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" |
| 378 | + integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== |
380 | 379 | dependencies:
|
381 | 380 | ansi-styles "^4.1.0"
|
382 | 381 | supports-color "^7.1.0"
|
@@ -892,9 +891,9 @@ is-binary-path@~2.1.0:
|
892 | 891 | binary-extensions "^2.0.0"
|
893 | 892 |
|
894 | 893 | is-core-module@^2.2.0:
|
895 |
| - version "2.2.0" |
896 |
| - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a" |
897 |
| - integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== |
| 894 | + version "2.3.0" |
| 895 | + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.3.0.tgz#d341652e3408bca69c4671b79a0954a3d349f887" |
| 896 | + integrity sha512-xSphU2KG9867tsYdLD4RWQ1VqdFl4HTO9Thf3I/3dLEfr0dbPTWKsuCKrgqMljg4nPE+Gq0VCnzT3gr0CyBmsw== |
898 | 897 | dependencies:
|
899 | 898 | has "^1.0.3"
|
900 | 899 |
|
@@ -1141,11 +1140,6 @@ lodash.flattendeep@^4.4.0:
|
1141 | 1140 | resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
|
1142 | 1141 | integrity sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=
|
1143 | 1142 |
|
1144 |
| -lodash@^4.17.19: |
1145 |
| - version "4.17.21" |
1146 |
| - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" |
1147 |
| - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== |
1148 |
| - |
1149 | 1143 |
|
1150 | 1144 | version "4.0.0"
|
1151 | 1145 | resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"
|
@@ -1997,9 +1991,9 @@ typescript@^4.2.4:
|
1997 | 1991 | integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
|
1998 | 1992 |
|
1999 | 1993 | uglify-js@^3.1.4:
|
2000 |
| - version "3.13.4" |
2001 |
| - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.4.tgz#592588bb9f47ae03b24916e2471218d914955574" |
2002 |
| - integrity sha512-kv7fCkIXyQIilD5/yQy8O+uagsYIOt5cZvs890W40/e/rvjMSzJw81o9Bg0tkURxzZBROtDQhW2LFjOGoK3RZw== |
| 1994 | + version "3.13.5" |
| 1995 | + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.5.tgz#5d71d6dbba64cf441f32929b1efce7365bb4f113" |
| 1996 | + integrity sha512-xtB8yEqIkn7zmOyS2zUNBsYCBRhDkvlNxMMY2smuJ/qA8NCHeQvKCF3i9Z4k8FJH4+PJvZRtMrPynfZ75+CSZw== |
2003 | 1997 |
|
2004 | 1998 | unzipper@^0.10.11:
|
2005 | 1999 | version "0.10.11"
|
|
0 commit comments