|
60 | 60 | jsesc "^2.5.1"
|
61 | 61 | source-map "^0.5.0"
|
62 | 62 |
|
| 63 | +"@babel/generator@^7.15.0": |
| 64 | + version "7.15.0" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" |
| 66 | + integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== |
| 67 | + dependencies: |
| 68 | + "@babel/types" "^7.15.0" |
| 69 | + jsesc "^2.5.1" |
| 70 | + source-map "^0.5.0" |
| 71 | + |
63 | 72 | "@babel/helper-annotate-as-pure@^7.14.5":
|
64 | 73 | version "7.14.5"
|
65 | 74 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
|
97 | 106 | "@babel/helper-replace-supers" "^7.14.5"
|
98 | 107 | "@babel/helper-split-export-declaration" "^7.14.5"
|
99 | 108 |
|
100 |
| -"@babel/helper-create-class-features-plugin@^7.14.6": |
101 |
| - version "7.14.6" |
102 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542" |
103 |
| - integrity sha512-Z6gsfGofTxH/+LQXqYEK45kxmcensbzmk/oi8DmaQytlQCgqNZt9XQF8iqlI/SeXWVjaMNxvYvzaYw+kh42mDg== |
| 109 | +"@babel/helper-create-class-features-plugin@^7.15.0": |
| 110 | + version "7.15.0" |
| 111 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz#c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7" |
| 112 | + integrity sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q== |
104 | 113 | dependencies:
|
105 | 114 | "@babel/helper-annotate-as-pure" "^7.14.5"
|
106 | 115 | "@babel/helper-function-name" "^7.14.5"
|
107 |
| - "@babel/helper-member-expression-to-functions" "^7.14.5" |
| 116 | + "@babel/helper-member-expression-to-functions" "^7.15.0" |
108 | 117 | "@babel/helper-optimise-call-expression" "^7.14.5"
|
109 |
| - "@babel/helper-replace-supers" "^7.14.5" |
| 118 | + "@babel/helper-replace-supers" "^7.15.0" |
110 | 119 | "@babel/helper-split-export-declaration" "^7.14.5"
|
111 | 120 |
|
112 | 121 | "@babel/helper-create-regexp-features-plugin@^7.14.5":
|
|
168 | 177 | dependencies:
|
169 | 178 | "@babel/types" "^7.14.5"
|
170 | 179 |
|
| 180 | +"@babel/helper-member-expression-to-functions@^7.15.0": |
| 181 | + version "7.15.0" |
| 182 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b" |
| 183 | + integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== |
| 184 | + dependencies: |
| 185 | + "@babel/types" "^7.15.0" |
| 186 | + |
171 | 187 | "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
|
172 | 188 | version "7.14.5"
|
173 | 189 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
|
|
220 | 236 | "@babel/traverse" "^7.14.5"
|
221 | 237 | "@babel/types" "^7.14.5"
|
222 | 238 |
|
| 239 | +"@babel/helper-replace-supers@^7.15.0": |
| 240 | + version "7.15.0" |
| 241 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4" |
| 242 | + integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== |
| 243 | + dependencies: |
| 244 | + "@babel/helper-member-expression-to-functions" "^7.15.0" |
| 245 | + "@babel/helper-optimise-call-expression" "^7.14.5" |
| 246 | + "@babel/traverse" "^7.15.0" |
| 247 | + "@babel/types" "^7.15.0" |
| 248 | + |
223 | 249 | "@babel/helper-simple-access@^7.14.5":
|
224 | 250 | version "7.14.5"
|
225 | 251 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
|
|
301 | 327 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
|
302 | 328 | integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
|
303 | 329 |
|
| 330 | +"@babel/parser@^7.15.0": |
| 331 | + version "7.15.0" |
| 332 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9" |
| 333 | + integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ== |
| 334 | + |
304 | 335 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
305 | 336 | version "7.14.5"
|
306 | 337 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
|
|
849 | 880 | dependencies:
|
850 | 881 | "@babel/helper-plugin-utils" "^7.14.5"
|
851 | 882 |
|
852 |
| -"@babel/plugin-transform-typescript@^7.14.5": |
853 |
| - version "7.14.6" |
854 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.6.tgz#6e9c2d98da2507ebe0a883b100cde3c7279df36c" |
855 |
| - integrity sha512-XlTdBq7Awr4FYIzqhmYY80WN0V0azF74DMPyFqVHBvf81ZUgc4X7ZOpx6O8eLDK6iM5cCQzeyJw0ynTaefixRA== |
| 883 | +"@babel/plugin-transform-typescript@^7.15.0": |
| 884 | + version "7.15.0" |
| 885 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.0.tgz#553f230b9d5385018716586fc48db10dd228eb7e" |
| 886 | + integrity sha512-WIIEazmngMEEHDaPTx0IZY48SaAmjVWe3TRSX7cmJXn0bEv9midFzAjxiruOWYIVf5iQ10vFx7ASDpgEO08L5w== |
856 | 887 | dependencies:
|
857 |
| - "@babel/helper-create-class-features-plugin" "^7.14.6" |
| 888 | + "@babel/helper-create-class-features-plugin" "^7.15.0" |
858 | 889 | "@babel/helper-plugin-utils" "^7.14.5"
|
859 | 890 | "@babel/plugin-syntax-typescript" "^7.14.5"
|
860 | 891 |
|
|
976 | 1007 | "@babel/plugin-transform-react-pure-annotations" "^7.14.5"
|
977 | 1008 |
|
978 | 1009 | "@babel/preset-typescript@^7.14.5":
|
979 |
| - version "7.14.5" |
980 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.14.5.tgz#aa98de119cf9852b79511f19e7f44a2d379bcce0" |
981 |
| - integrity sha512-u4zO6CdbRKbS9TypMqrlGH7sd2TAJppZwn3c/ZRLeO/wGsbddxgbPDUZVNrie3JWYLQ9vpineKlsrWFvO6Pwkw== |
| 1010 | + version "7.15.0" |
| 1011 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz#e8fca638a1a0f64f14e1119f7fe4500277840945" |
| 1012 | + integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow== |
982 | 1013 | dependencies:
|
983 | 1014 | "@babel/helper-plugin-utils" "^7.14.5"
|
984 | 1015 | "@babel/helper-validator-option" "^7.14.5"
|
985 |
| - "@babel/plugin-transform-typescript" "^7.14.5" |
| 1016 | + "@babel/plugin-transform-typescript" "^7.15.0" |
986 | 1017 |
|
987 | 1018 | "@babel/runtime-corejs3@^7.10.2":
|
988 | 1019 | version "7.12.5"
|
|
1030 | 1061 | debug "^4.1.0"
|
1031 | 1062 | globals "^11.1.0"
|
1032 | 1063 |
|
| 1064 | +"@babel/traverse@^7.15.0": |
| 1065 | + version "7.15.0" |
| 1066 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" |
| 1067 | + integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== |
| 1068 | + dependencies: |
| 1069 | + "@babel/code-frame" "^7.14.5" |
| 1070 | + "@babel/generator" "^7.15.0" |
| 1071 | + "@babel/helper-function-name" "^7.14.5" |
| 1072 | + "@babel/helper-hoist-variables" "^7.14.5" |
| 1073 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 1074 | + "@babel/parser" "^7.15.0" |
| 1075 | + "@babel/types" "^7.15.0" |
| 1076 | + debug "^4.1.0" |
| 1077 | + globals "^11.1.0" |
| 1078 | + |
1033 | 1079 | "@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
1034 | 1080 | version "7.14.9"
|
1035 | 1081 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
|
|
1038 | 1084 | "@babel/helper-validator-identifier" "^7.14.9"
|
1039 | 1085 | to-fast-properties "^2.0.0"
|
1040 | 1086 |
|
| 1087 | +"@babel/types@^7.15.0": |
| 1088 | + version "7.15.0" |
| 1089 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" |
| 1090 | + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== |
| 1091 | + dependencies: |
| 1092 | + "@babel/helper-validator-identifier" "^7.14.9" |
| 1093 | + to-fast-properties "^2.0.0" |
| 1094 | + |
1041 | 1095 | "@bcoe/v8-coverage@^0.2.3":
|
1042 | 1096 | version "0.2.3"
|
1043 | 1097 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments