Skip to content

Commit 7ca4130

Browse files
renovate-botrenovate[bot]
authored andcommittedOct 14, 2020
Update babel monorepo to v7.12.0
1 parent a26715d commit 7ca4130

File tree

2 files changed

+200
-97
lines changed

2 files changed

+200
-97
lines changed
 

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
"@aureooms/js-in-situ-sort-spec": "8.0.0",
8484
"@aureooms/js-itertools": "4.1.0",
8585
"@aureooms/js-random": "2.0.0",
86-
"@babel/cli": "7.11.6",
87-
"@babel/core": "7.11.6",
88-
"@babel/preset-env": "7.11.5",
89-
"@babel/register": "7.11.5",
86+
"@babel/cli": "7.12.0",
87+
"@babel/core": "7.12.0",
88+
"@babel/preset-env": "7.12.0",
89+
"@babel/register": "7.12.0",
9090
"ava": "3.13.0",
9191
"babel-plugin-transform-remove-console": "6.9.4",
9292
"babel-plugin-unassert": "3.0.1",

‎yarn.lock

+196-93
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
resolved "https://registry.yarnpkg.com/@aureooms/js-sort/-/js-sort-7.0.0.tgz#db3c8b93acd93ee0500462b2cec29239c3deb34d"
6060
integrity sha1-2zyLk6zZPuBQBGKyzsKSOcPes00=
6161

62-
"@babel/cli@7.11.6":
63-
version "7.11.6"
64-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.11.6.tgz#1fcbe61c2a6900c3539c06ee58901141f3558482"
65-
integrity sha512-+w7BZCvkewSmaRM6H4L2QM3RL90teqEIHDIFXAmrW33+0jhlymnDAEdqVeCZATvxhQuio1ifoGVlJJbIiH9Ffg==
62+
"@babel/cli@7.12.0":
63+
version "7.12.0"
64+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.0.tgz#5de7ac9e8916a48725712c9ff1b26e8463c0d7a7"
65+
integrity sha512-0EO6EN6brF4g0HaR6qQr2USkCvFjKNgBdmaYNW5NzB1IeHhqQkGhErX3/hvWA7+g/onS41IM/wm+yD+hcSwgVQ==
6666
dependencies:
6767
commander "^4.0.1"
6868
convert-source-map "^1.1.0"
@@ -73,7 +73,8 @@
7373
slash "^2.0.0"
7474
source-map "^0.5.0"
7575
optionalDependencies:
76-
chokidar "^2.1.8"
76+
chokidar "^3.4.0"
77+
chokidarAt2 "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz"
7778

7879
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
7980
version "7.10.4"
@@ -82,16 +83,34 @@
8283
dependencies:
8384
"@babel/highlight" "^7.10.4"
8485

85-
"@babel/compat-data@^7.10.4", "@babel/compat-data@^7.11.0":
86-
version "7.11.0"
87-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c"
88-
integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ==
86+
"@babel/compat-data@^7.12.0":
87+
version "7.12.0"
88+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.0.tgz#443aea07a5aeba7942cb067de6b8272f2ab36b9e"
89+
integrity sha512-jAbCtMANC9ptXxbSVXIqV/3H0bkh7iyyv6JS5lu10av45bcc2QmDNJXkASZCFwbBt75Q0AEq/BB+bNa3x1QgYQ==
90+
91+
"@babel/core@7.12.0":
92+
version "7.12.0"
93+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.0.tgz#e42e07a086e978cdd4c61f4078d8230fb817cc86"
94+
integrity sha512-iV7Gwg0DePKvdDZZWRTkj4MW+6/AbVWd4ZCg+zk8H1RVt5xBpUZS6vLQWwb3pyLg4BFTaGiQCPoJ4Ibmbne4fA==
8995
dependencies:
90-
browserslist "^4.12.0"
91-
invariant "^2.2.4"
92-
semver "^5.5.0"
96+
"@babel/code-frame" "^7.10.4"
97+
"@babel/generator" "^7.12.0"
98+
"@babel/helper-module-transforms" "^7.12.0"
99+
"@babel/helpers" "^7.10.4"
100+
"@babel/parser" "^7.12.0"
101+
"@babel/template" "^7.10.4"
102+
"@babel/traverse" "^7.12.0"
103+
"@babel/types" "^7.12.0"
104+
convert-source-map "^1.7.0"
105+
debug "^4.1.0"
106+
gensync "^1.0.0-beta.1"
107+
json5 "^2.1.2"
108+
lodash "^4.17.19"
109+
resolve "^1.3.2"
110+
semver "^5.4.1"
111+
source-map "^0.5.0"
93112

94-
"@babel/core@7.11.6", "@babel/core@^7.7.5":
113+
"@babel/core@^7.7.5":
95114
version "7.11.6"
96115
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651"
97116
integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==
@@ -122,6 +141,15 @@
122141
jsesc "^2.5.1"
123142
source-map "^0.5.0"
124143

144+
"@babel/generator@^7.12.0":
145+
version "7.12.0"
146+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.0.tgz#91a45f1c18ca8d895a35a04da1a4cf7ea3f37f98"
147+
integrity sha512-8lnf4QcyiQMf5XQp47BltuMTocsOh6P0z/vueEh8GzhmWWlDbdvOoI5Ziddg0XYhmnx35HyByUW51/9NprF8cA==
148+
dependencies:
149+
"@babel/types" "^7.12.0"
150+
jsesc "^2.5.1"
151+
source-map "^0.5.0"
152+
125153
"@babel/helper-annotate-as-pure@^7.10.4":
126154
version "7.10.4"
127155
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -137,15 +165,14 @@
137165
"@babel/helper-explode-assignable-expression" "^7.10.4"
138166
"@babel/types" "^7.10.4"
139167

140-
"@babel/helper-compilation-targets@^7.10.4":
141-
version "7.10.4"
142-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.4.tgz#804ae8e3f04376607cc791b9d47d540276332bd2"
143-
integrity sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ==
168+
"@babel/helper-compilation-targets@^7.12.0":
169+
version "7.12.0"
170+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.0.tgz#c477d89a1f4d626c8149b9b88802f78d66d0c99a"
171+
integrity sha512-NbDFJNjDgxE7IkrHp5gq2+Tr8bEdCLKYN90YDQEjMiTMUAFAcShNkaH8kydcmU0mEQTiQY0Ydy/+1xfS2OCEnw==
144172
dependencies:
145-
"@babel/compat-data" "^7.10.4"
173+
"@babel/compat-data" "^7.12.0"
174+
"@babel/helper-validator-option" "^7.12.0"
146175
browserslist "^4.12.0"
147-
invariant "^2.2.4"
148-
levenary "^1.1.1"
149176
semver "^5.5.0"
150177

151178
"@babel/helper-create-class-features-plugin@^7.10.4":
@@ -215,6 +242,13 @@
215242
dependencies:
216243
"@babel/types" "^7.11.0"
217244

245+
"@babel/helper-member-expression-to-functions@^7.12.0":
246+
version "7.12.0"
247+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.0.tgz#48f605fa801764f3e5b2e301e49d35fe1820c4f3"
248+
integrity sha512-I0d/bgzgzgLsJMk7UZ0TN2KV3OGjC/t/9Saz8PKb9jrcEAXhgjGysOgp4PDKydIKjUv/gj2St4ae+ov8l+T9Xg==
249+
dependencies:
250+
"@babel/types" "^7.12.0"
251+
218252
"@babel/helper-module-imports@^7.10.4":
219253
version "7.10.4"
220254
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
@@ -235,6 +269,21 @@
235269
"@babel/types" "^7.11.0"
236270
lodash "^4.17.19"
237271

272+
"@babel/helper-module-transforms@^7.12.0":
273+
version "7.12.0"
274+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.0.tgz#8ac7d9e8716f94549a42e577c5429391950e33f3"
275+
integrity sha512-1ZTMoCiLSzTJLbq7mSaTHki4oIrBIf/dUbzdhwTrvtMU3ZNVKwQmGae3gSiqppo7G8HAgnXmc43rfEaD8yYLLQ==
276+
dependencies:
277+
"@babel/helper-module-imports" "^7.10.4"
278+
"@babel/helper-replace-supers" "^7.12.0"
279+
"@babel/helper-simple-access" "^7.10.4"
280+
"@babel/helper-split-export-declaration" "^7.11.0"
281+
"@babel/helper-validator-identifier" "^7.10.4"
282+
"@babel/template" "^7.10.4"
283+
"@babel/traverse" "^7.12.0"
284+
"@babel/types" "^7.12.0"
285+
lodash "^4.17.19"
286+
238287
"@babel/helper-optimise-call-expression@^7.10.4":
239288
version "7.10.4"
240289
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
@@ -274,6 +323,16 @@
274323
"@babel/traverse" "^7.10.4"
275324
"@babel/types" "^7.10.4"
276325

326+
"@babel/helper-replace-supers@^7.12.0":
327+
version "7.12.0"
328+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.0.tgz#98d3f3eb779752e59c7422ab387c9b444323be60"
329+
integrity sha512-9kycFdq2c9e7PXZOr2z/ZqTFF9OzFu287iFwYS+CiDVPuoTCfY8hoTsIqNQNetQjlqoRsRyJFrMG1uhGAR4EEw==
330+
dependencies:
331+
"@babel/helper-member-expression-to-functions" "^7.12.0"
332+
"@babel/helper-optimise-call-expression" "^7.10.4"
333+
"@babel/traverse" "^7.12.0"
334+
"@babel/types" "^7.12.0"
335+
277336
"@babel/helper-simple-access@^7.10.4":
278337
version "7.10.4"
279338
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
@@ -301,6 +360,11 @@
301360
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
302361
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
303362

363+
"@babel/helper-validator-option@^7.12.0":
364+
version "7.12.0"
365+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.0.tgz#1d1fc48a9b69763da61b892774b0df89aee1c969"
366+
integrity sha512-NRfKaAQw/JCMsTFUdJI6cp4MoJGGVBRQTRSiW1nwlGldNqzjB9jqWI0SZqQksC724dJoKqwG+QqfS9ib7SoVsw==
367+
304368
"@babel/helper-wrap-function@^7.10.4":
305369
version "7.10.4"
306370
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87"
@@ -334,6 +398,11 @@
334398
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
335399
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
336400

401+
"@babel/parser@^7.12.0":
402+
version "7.12.0"
403+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.0.tgz#2ad388f3960045b22f9b7d4bf85e80b15a1c9e3a"
404+
integrity sha512-dYmySMYnlus2jwl7JnnajAj11obRStZoW9cG04wh4ZuhozDn11tDUrhHcUZ9iuNHqALAhh60XqNaYXpvuuE/Gg==
405+
337406
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
338407
version "7.10.5"
339408
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558"
@@ -359,10 +428,10 @@
359428
"@babel/helper-plugin-utils" "^7.10.4"
360429
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
361430

362-
"@babel/plugin-proposal-export-namespace-from@^7.10.4":
363-
version "7.10.4"
364-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54"
365-
integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg==
431+
"@babel/plugin-proposal-export-namespace-from@^7.12.0":
432+
version "7.12.0"
433+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.0.tgz#08b0f8100bbae1199a5f5294f38a1b0b8d8402fc"
434+
integrity sha512-ao43U2ptSe+mIZAQo2nBV5Wx2Ie3i2XbLt8jCXZpv+bvLY1Twv0lak4YZ1Ps5OwbeLMAl3iOVScgGMOImBae1g==
366435
dependencies:
367436
"@babel/helper-plugin-utils" "^7.10.4"
368437
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
@@ -375,26 +444,26 @@
375444
"@babel/helper-plugin-utils" "^7.10.4"
376445
"@babel/plugin-syntax-json-strings" "^7.8.0"
377446

378-
"@babel/plugin-proposal-logical-assignment-operators@^7.11.0":
379-
version "7.11.0"
380-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8"
381-
integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q==
447+
"@babel/plugin-proposal-logical-assignment-operators@^7.12.0":
448+
version "7.12.0"
449+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.0.tgz#830d8ff4984d800b2824e8eac0005ecb7430328e"
450+
integrity sha512-dssjXHzdMQal4q6GCSwDTVPEbyBLdd9+7aSlzAkQbrGEKq5xG8pvhQ7u2ktUrCLRmzQphZnSzILBL5ta4xSRlA==
382451
dependencies:
383452
"@babel/helper-plugin-utils" "^7.10.4"
384453
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
385454

386-
"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4":
387-
version "7.10.4"
388-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a"
389-
integrity sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw==
455+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.12.0":
456+
version "7.12.0"
457+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.0.tgz#d82174a531305df4d7079ce3782269b35b810b82"
458+
integrity sha512-JpNWix2VP2ue31r72fKytTE13nPX1fxl1mudfTaTwcDhl3iExz5NZjQBq012b/BQ6URWoc/onI73pZdYlAfihg==
390459
dependencies:
391460
"@babel/helper-plugin-utils" "^7.10.4"
392461
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
393462

394-
"@babel/plugin-proposal-numeric-separator@^7.10.4":
395-
version "7.10.4"
396-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.4.tgz#ce1590ff0a65ad12970a609d78855e9a4c1aef06"
397-
integrity sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA==
463+
"@babel/plugin-proposal-numeric-separator@^7.12.0":
464+
version "7.12.0"
465+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.0.tgz#76de244152abaf2e72800ab0aebc9771f6de3e9a"
466+
integrity sha512-iON65YmIy/IpEgteYJ4HfO2q30SLdIxiyjNNlsSjSl0tUxLhSH9PljE5r6sczwdW64ZZzznYNcezdcROB+rDDw==
398467
dependencies:
399468
"@babel/helper-plugin-utils" "^7.10.4"
400469
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
@@ -416,10 +485,10 @@
416485
"@babel/helper-plugin-utils" "^7.10.4"
417486
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
418487

419-
"@babel/plugin-proposal-optional-chaining@^7.11.0":
420-
version "7.11.0"
421-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076"
422-
integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==
488+
"@babel/plugin-proposal-optional-chaining@^7.12.0":
489+
version "7.12.0"
490+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.0.tgz#0159b549f165016fc9f284b8607a58a37a3b71fe"
491+
integrity sha512-CXu9aw32FH/MksqdKvhpiH8pSvxnXJ33E7I7BGNE9VzNRpWgpNzvPpds/tW9E0pjmX9+D1zAHRyHbtyeTboo2g==
423492
dependencies:
424493
"@babel/helper-plugin-utils" "^7.10.4"
425494
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
@@ -654,14 +723,15 @@
654723
"@babel/helper-simple-access" "^7.10.4"
655724
babel-plugin-dynamic-import-node "^2.3.3"
656725

657-
"@babel/plugin-transform-modules-systemjs@^7.10.4":
658-
version "7.10.5"
659-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.5.tgz#6270099c854066681bae9e05f87e1b9cadbe8c85"
660-
integrity sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw==
726+
"@babel/plugin-transform-modules-systemjs@^7.12.0":
727+
version "7.12.0"
728+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.0.tgz#bca842db6980cfc98ae7d0f2c907c9b1df3f874e"
729+
integrity sha512-h2fDMnwRwBiNMmTGAWqUo404Z3oLbrPE6hyATecyIbsEsrbM5gjLbfKQLb6hjiouMlGHH+yliYBbc4NPgWKE/g==
661730
dependencies:
662731
"@babel/helper-hoist-variables" "^7.10.4"
663-
"@babel/helper-module-transforms" "^7.10.5"
732+
"@babel/helper-module-transforms" "^7.12.0"
664733
"@babel/helper-plugin-utils" "^7.10.4"
734+
"@babel/helper-validator-identifier" "^7.10.4"
665735
babel-plugin-dynamic-import-node "^2.3.3"
666736

667737
"@babel/plugin-transform-modules-umd@^7.10.4":
@@ -776,26 +846,27 @@
776846
"@babel/helper-create-regexp-features-plugin" "^7.10.4"
777847
"@babel/helper-plugin-utils" "^7.10.4"
778848

779-
"@babel/preset-env@7.11.5":
780-
version "7.11.5"
781-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272"
782-
integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA==
849+
"@babel/preset-env@7.12.0":
850+
version "7.12.0"
851+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.0.tgz#7d2d0c4f4a14ca0fd7d905a741070ab4745177b7"
852+
integrity sha512-jSIHvHSuF+hBUIrvA2/61yIzhH+ceLOXGLTH1nwPvQlso/lNxXsoE/nvrCzY5M77KRzhKegB1CvdhWPZmYDZ5A==
783853
dependencies:
784-
"@babel/compat-data" "^7.11.0"
785-
"@babel/helper-compilation-targets" "^7.10.4"
854+
"@babel/compat-data" "^7.12.0"
855+
"@babel/helper-compilation-targets" "^7.12.0"
786856
"@babel/helper-module-imports" "^7.10.4"
787857
"@babel/helper-plugin-utils" "^7.10.4"
858+
"@babel/helper-validator-option" "^7.12.0"
788859
"@babel/plugin-proposal-async-generator-functions" "^7.10.4"
789860
"@babel/plugin-proposal-class-properties" "^7.10.4"
790861
"@babel/plugin-proposal-dynamic-import" "^7.10.4"
791-
"@babel/plugin-proposal-export-namespace-from" "^7.10.4"
862+
"@babel/plugin-proposal-export-namespace-from" "^7.12.0"
792863
"@babel/plugin-proposal-json-strings" "^7.10.4"
793-
"@babel/plugin-proposal-logical-assignment-operators" "^7.11.0"
794-
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4"
795-
"@babel/plugin-proposal-numeric-separator" "^7.10.4"
864+
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.0"
865+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.0"
866+
"@babel/plugin-proposal-numeric-separator" "^7.12.0"
796867
"@babel/plugin-proposal-object-rest-spread" "^7.11.0"
797868
"@babel/plugin-proposal-optional-catch-binding" "^7.10.4"
798-
"@babel/plugin-proposal-optional-chaining" "^7.11.0"
869+
"@babel/plugin-proposal-optional-chaining" "^7.12.0"
799870
"@babel/plugin-proposal-private-methods" "^7.10.4"
800871
"@babel/plugin-proposal-unicode-property-regex" "^7.10.4"
801872
"@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -826,7 +897,7 @@
826897
"@babel/plugin-transform-member-expression-literals" "^7.10.4"
827898
"@babel/plugin-transform-modules-amd" "^7.10.4"
828899
"@babel/plugin-transform-modules-commonjs" "^7.10.4"
829-
"@babel/plugin-transform-modules-systemjs" "^7.10.4"
900+
"@babel/plugin-transform-modules-systemjs" "^7.12.0"
830901
"@babel/plugin-transform-modules-umd" "^7.10.4"
831902
"@babel/plugin-transform-named-capturing-groups-regex" "^7.10.4"
832903
"@babel/plugin-transform-new-target" "^7.10.4"
@@ -843,11 +914,9 @@
843914
"@babel/plugin-transform-unicode-escapes" "^7.10.4"
844915
"@babel/plugin-transform-unicode-regex" "^7.10.4"
845916
"@babel/preset-modules" "^0.1.3"
846-
"@babel/types" "^7.11.5"
917+
"@babel/types" "^7.12.0"
847918
browserslist "^4.12.0"
848919
core-js-compat "^3.6.2"
849-
invariant "^2.2.2"
850-
levenary "^1.1.1"
851920
semver "^5.5.0"
852921

853922
"@babel/preset-modules@^0.1.3":
@@ -861,10 +930,10 @@
861930
"@babel/types" "^7.4.4"
862931
esutils "^2.0.2"
863932

864-
"@babel/register@7.11.5":
865-
version "7.11.5"
866-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.11.5.tgz#79becf89e0ddd0fba8b92bc279bc0f5d2d7ce2ea"
867-
integrity sha512-CAml0ioKX+kOAvBQDHa/+t1fgOt3qkTIz0TrRtRAT6XY0m5qYZXR85k6/sLCNPMGhYDlCFHCYuU0ybTJbvlC6w==
933+
"@babel/register@7.12.0":
934+
version "7.12.0"
935+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.12.0.tgz#fa5fa900bd79380ff508ae963a5766172d3a9e56"
936+
integrity sha512-2F2v0qYSAwrGyK9mZ8lIoUluHRzLTgkJ2oRXlLV9GVe/ze/sTFBiOocLRMSJYDB2lLiABlVC+pZHlZ8qihO1Xg==
868937
dependencies:
869938
find-cache-dir "^2.0.0"
870939
lodash "^4.17.19"
@@ -903,6 +972,21 @@
903972
globals "^11.1.0"
904973
lodash "^4.17.19"
905974

975+
"@babel/traverse@^7.12.0":
976+
version "7.12.0"
977+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.0.tgz#ed31953d6e708cdd34443de2fcdb55f72cdfb266"
978+
integrity sha512-ZU9e79xpOukCNPkQ1UzR4gJKCruGckr6edd8v8lmKpSk8iakgUIvb+5ZtaKKV9f7O+x5r+xbMDDIbzVpUoiIuw==
979+
dependencies:
980+
"@babel/code-frame" "^7.10.4"
981+
"@babel/generator" "^7.12.0"
982+
"@babel/helper-function-name" "^7.10.4"
983+
"@babel/helper-split-export-declaration" "^7.11.0"
984+
"@babel/parser" "^7.12.0"
985+
"@babel/types" "^7.12.0"
986+
debug "^4.1.0"
987+
globals "^11.1.0"
988+
lodash "^4.17.19"
989+
906990
"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.4.4":
907991
version "7.11.5"
908992
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
@@ -912,6 +996,15 @@
912996
lodash "^4.17.19"
913997
to-fast-properties "^2.0.0"
914998

999+
"@babel/types@^7.12.0":
1000+
version "7.12.0"
1001+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.0.tgz#b6b49f425ee59043fbc89c61b11a13d5eae7b5c6"
1002+
integrity sha512-ggIyFmT2zMaYRheOfPDQ4gz7QqV3B+t2rjqjbttDJxMcb7/LukvWCmlIl1sWcOxrvwpTDd+z0OytzqsbGeb3/g==
1003+
dependencies:
1004+
"@babel/helper-validator-identifier" "^7.10.4"
1005+
lodash "^4.17.19"
1006+
to-fast-properties "^2.0.0"
1007+
9151008
"@concordance/react@^2.0.0":
9161009
version "2.0.0"
9171010
resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"
@@ -1821,24 +1914,20 @@ cheerio@1.0.0-rc.2:
18211914
lodash "^4.15.0"
18221915
parse5 "^3.0.1"
18231916

1824-
chokidar@^2.1.8:
1825-
version "2.1.8"
1826-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
1827-
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
1917+
chokidar@^3.4.0:
1918+
version "3.4.3"
1919+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b"
1920+
integrity sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==
18281921
dependencies:
1829-
anymatch "^2.0.0"
1830-
async-each "^1.0.1"
1831-
braces "^2.3.2"
1832-
glob-parent "^3.1.0"
1833-
inherits "^2.0.3"
1834-
is-binary-path "^1.0.0"
1835-
is-glob "^4.0.0"
1836-
normalize-path "^3.0.0"
1837-
path-is-absolute "^1.0.0"
1838-
readdirp "^2.2.1"
1839-
upath "^1.1.1"
1922+
anymatch "~3.1.1"
1923+
braces "~3.0.2"
1924+
glob-parent "~5.1.0"
1925+
is-binary-path "~2.1.0"
1926+
is-glob "~4.0.1"
1927+
normalize-path "~3.0.0"
1928+
readdirp "~3.5.0"
18401929
optionalDependencies:
1841-
fsevents "^1.2.7"
1930+
fsevents "~2.1.2"
18421931

18431932
chokidar@^3.4.2:
18441933
version "3.4.2"
@@ -1855,6 +1944,25 @@ chokidar@^3.4.2:
18551944
optionalDependencies:
18561945
fsevents "~2.1.2"
18571946

1947+
"chokidarAt2@https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz":
1948+
version "2.1.8"
1949+
uid "804b3a7b6a99358c3c5c61e71d8728f041cff917"
1950+
resolved "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
1951+
dependencies:
1952+
anymatch "^2.0.0"
1953+
async-each "^1.0.1"
1954+
braces "^2.3.2"
1955+
glob-parent "^3.1.0"
1956+
inherits "^2.0.3"
1957+
is-binary-path "^1.0.0"
1958+
is-glob "^4.0.0"
1959+
normalize-path "^3.0.0"
1960+
path-is-absolute "^1.0.0"
1961+
readdirp "^2.2.1"
1962+
upath "^1.1.1"
1963+
optionalDependencies:
1964+
fsevents "^1.2.7"
1965+
18581966
chunkd@^2.0.1:
18591967
version "2.0.1"
18601968
resolved "https://registry.yarnpkg.com/chunkd/-/chunkd-2.0.1.tgz#49cd1d7b06992dc4f7fccd962fe2a101ee7da920"
@@ -3512,7 +3620,7 @@ inquirer@^7.0.0:
35123620
strip-ansi "^6.0.0"
35133621
through "^2.3.6"
35143622

3515-
invariant@^2.2.2, invariant@^2.2.4:
3623+
invariant@^2.2.2:
35163624
version "2.2.4"
35173625
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
35183626
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
@@ -4125,18 +4233,6 @@ lcov-parse@^1.0.0:
41254233
resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-1.0.0.tgz#eb0d46b54111ebc561acb4c408ef9363bdc8f7e0"
41264234
integrity sha1-6w1GtUER68VhrLTECO+TY73I9+A=
41274235

4128-
leven@^3.1.0:
4129-
version "3.1.0"
4130-
resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
4131-
integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
4132-
4133-
levenary@^1.1.1:
4134-
version "1.1.1"
4135-
resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz#842a9ee98d2075aa7faeedbe32679e9205f46f77"
4136-
integrity sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ==
4137-
dependencies:
4138-
leven "^3.1.0"
4139-
41404236
levn@~0.3.0:
41414237
version "0.3.0"
41424238
resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
@@ -5425,6 +5521,13 @@ readdirp@~3.4.0:
54255521
dependencies:
54265522
picomatch "^2.2.1"
54275523

5524+
readdirp@~3.5.0:
5525+
version "3.5.0"
5526+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
5527+
integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
5528+
dependencies:
5529+
picomatch "^2.2.1"
5530+
54285531
redent@^3.0.0:
54295532
version "3.0.0"
54305533
resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f"

0 commit comments

Comments
 (0)
Please sign in to comment.