Skip to content

Commit 6c4eec7

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.8.4
1 parent 0eb95c6 commit 6c4eec7

File tree

2 files changed

+115
-94
lines changed

2 files changed

+115
-94
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"@aureooms/js-itertools": "3.4.0",
3434
"@aureooms/js-measure": "1.0.3",
3535
"@aureooms/js-predicate": "2.0.2",
36-
"@babel/cli": "7.8.3",
37-
"@babel/core": "7.8.3",
36+
"@babel/cli": "7.8.4",
37+
"@babel/core": "7.8.4",
3838
"@babel/polyfill": "7.8.3",
39-
"@babel/preset-env": "7.8.3",
39+
"@babel/preset-env": "7.8.4",
4040
"@babel/register": "7.8.3",
4141
"argparse": "1.0.10",
4242
"ava": "2.4.0",

yarn.lock

Lines changed: 112 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"@ava/babel-plugin-throws-helper" "^4.0.0"
5656
babel-plugin-espower "^3.0.1"
5757

58-
"@babel/[email protected].3":
59-
version "7.8.3"
60-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.8.3.tgz#121beb7c273e0521eb2feeb3883a2b7435d12328"
61-
integrity sha512-K2UXPZCKMv7KwWy9Bl4sa6+jTNP7JyDiHKzoOiUUygaEDbC60vaargZDnO9oFMvlq8pIKOOyUUgeMYrsaN9djA==
58+
"@babel/[email protected].4":
59+
version "7.8.4"
60+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.8.4.tgz#505fb053721a98777b2b175323ea4f090b7d3c1c"
61+
integrity sha512-XXLgAm6LBbaNxaGhMAznXXaxtCWfuv6PIDJ9Alsy9JYTOh+j2jJz+L/162kkfU1j/pTSxK1xGmlwI4pdIMkoag==
6262
dependencies:
6363
commander "^4.0.1"
6464
convert-source-map "^1.1.0"
@@ -85,35 +85,26 @@
8585
dependencies:
8686
"@babel/highlight" "^7.8.3"
8787

88-
"@babel/compat-data@^7.8.0":
89-
version "7.8.0"
90-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.0.tgz#1d3a9fbda3c58774395cd617d263a196dfa45d92"
91-
integrity sha512-ixPUWJpnd9hHvRkyIE3mJ6PY5DEWmR08UkcpdqI5kV5g/d6knT8Wth1LE5v5sVTIJkm9dGpQsXnhwxcf2/PjAg==
88+
"@babel/compat-data@^7.8.4":
89+
version "7.8.4"
90+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.4.tgz#bbe65d05a291667a8394fe8a0e0e277ef22b0d2a"
91+
integrity sha512-lHLhlsvFjJAqNU71b7k6Vv9ewjmTXKvqaMv7n0G1etdCabWLw3nEYE8mmgoVOxMIFE07xOvo7H7XBASirX6Rrg==
9292
dependencies:
93-
browserslist "^4.8.2"
94-
invariant "^2.2.4"
95-
semver "^7.1.1"
96-
97-
"@babel/compat-data@^7.8.1":
98-
version "7.8.1"
99-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.1.tgz#fc0bbbb7991e4fb2b47e168e60f2cc2c41680be9"
100-
integrity sha512-Z+6ZOXvyOWYxJ50BwxzdhRnRsGST8Y3jaZgxYig575lTjVSs3KtJnmESwZegg6e2Dn0td1eDhoWlp1wI4BTCPw==
101-
dependencies:
102-
browserslist "^4.8.2"
93+
browserslist "^4.8.5"
10394
invariant "^2.2.4"
10495
semver "^5.5.0"
10596

106-
"@babel/[email protected].3":
107-
version "7.8.3"
108-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.3.tgz#30b0ebb4dd1585de6923a0b4d179e0b9f5d82941"
109-
integrity sha512-4XFkf8AwyrEG7Ziu3L2L0Cv+WyY47Tcsp70JFmpftbAA1K7YL/sgE9jh9HyNj08Y/U50ItUchpN0w6HxAoX1rA==
97+
"@babel/[email protected].4":
98+
version "7.8.4"
99+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
100+
integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
110101
dependencies:
111102
"@babel/code-frame" "^7.8.3"
112-
"@babel/generator" "^7.8.3"
113-
"@babel/helpers" "^7.8.3"
114-
"@babel/parser" "^7.8.3"
103+
"@babel/generator" "^7.8.4"
104+
"@babel/helpers" "^7.8.4"
105+
"@babel/parser" "^7.8.4"
115106
"@babel/template" "^7.8.3"
116-
"@babel/traverse" "^7.8.3"
107+
"@babel/traverse" "^7.8.4"
117108
"@babel/types" "^7.8.3"
118109
convert-source-map "^1.7.0"
119110
debug "^4.1.0"
@@ -164,6 +155,16 @@
164155
lodash "^4.17.13"
165156
source-map "^0.5.0"
166157

158+
"@babel/generator@^7.8.4":
159+
version "7.8.4"
160+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e"
161+
integrity sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==
162+
dependencies:
163+
"@babel/types" "^7.8.3"
164+
jsesc "^2.5.1"
165+
lodash "^4.17.13"
166+
source-map "^0.5.0"
167+
167168
"@babel/helper-annotate-as-pure@^7.7.4":
168169
version "7.7.4"
169170
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce"
@@ -195,15 +196,15 @@
195196
"@babel/traverse" "^7.8.3"
196197
"@babel/types" "^7.8.3"
197198

198-
"@babel/helper-compilation-targets@^7.8.3":
199-
version "7.8.3"
200-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.3.tgz#2deedc816fd41dca7355ef39fd40c9ea69f0719a"
201-
integrity sha512-JLylPCsFjhLN+6uBSSh3iYdxKdeO9MNmoY96PE/99d8kyBFaXLORtAVhqN6iHa+wtPeqxKLghDOZry0+Aiw9Tw==
199+
"@babel/helper-compilation-targets@^7.8.4":
200+
version "7.8.4"
201+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz#03d7ecd454b7ebe19a254f76617e61770aed2c88"
202+
integrity sha512-3k3BsKMvPp5bjxgMdrFyq0UaEO48HciVrOVF0+lon8pp95cyJ2ujAh0TrBHNMnJGT2rr0iKOJPFFbSqjDyf/Pg==
202203
dependencies:
203-
"@babel/compat-data" "^7.8.1"
204-
browserslist "^4.8.2"
204+
"@babel/compat-data" "^7.8.4"
205+
browserslist "^4.8.5"
205206
invariant "^2.2.4"
206-
levenary "^1.1.0"
207+
levenary "^1.1.1"
207208
semver "^5.5.0"
208209

209210
"@babel/helper-create-regexp-features-plugin@^7.7.4":
@@ -450,13 +451,13 @@
450451
"@babel/traverse" "^7.7.4"
451452
"@babel/types" "^7.7.4"
452453

453-
"@babel/helpers@^7.8.3":
454-
version "7.8.3"
455-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.3.tgz#382fbb0382ce7c4ce905945ab9641d688336ce85"
456-
integrity sha512-LmU3q9Pah/XyZU89QvBgGt+BCsTPoQa+73RxAQh8fb8qkDyIfeQnmgs+hvzhTCKTzqOyk7JTkS3MS1S8Mq5yrQ==
454+
"@babel/helpers@^7.8.4":
455+
version "7.8.4"
456+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73"
457+
integrity sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==
457458
dependencies:
458459
"@babel/template" "^7.8.3"
459-
"@babel/traverse" "^7.8.3"
460+
"@babel/traverse" "^7.8.4"
460461
"@babel/types" "^7.8.3"
461462

462463
"@babel/highlight@^7.0.0":
@@ -487,6 +488,11 @@
487488
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081"
488489
integrity sha512-/V72F4Yp/qmHaTALizEm9Gf2eQHV3QyTL3K0cNfijwnMnb1L+LDlAubb/ZnSdGAVzVSWakujHYs1I26x66sMeQ==
489490

491+
"@babel/parser@^7.8.4":
492+
version "7.8.4"
493+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
494+
integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
495+
490496
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
491497
version "7.7.4"
492498
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.4.tgz#0351c5ac0a9e927845fffd5b82af476947b7ce6d"
@@ -744,10 +750,10 @@
744750
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3"
745751
"@babel/helper-plugin-utils" "^7.8.3"
746752

747-
"@babel/plugin-transform-for-of@^7.8.3":
748-
version "7.8.3"
749-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.3.tgz#15f17bce2fc95c7d59a24b299e83e81cedc22e18"
750-
integrity sha512-ZjXznLNTxhpf4Q5q3x1NsngzGA38t9naWH8Gt+0qYZEJAcvPI9waSStSh56u19Ofjr7QmD0wUsQ8hw8s/p1VnA==
753+
"@babel/plugin-transform-for-of@^7.8.4":
754+
version "7.8.4"
755+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.4.tgz#6fe8eae5d6875086ee185dd0b098a8513783b47d"
756+
integrity sha512-iAXNlOWvcYUYoV8YIxwS7TxGRJcxyl8eQCfT+A5j8sKUzRFvJdcyjp97jL2IghWSRDaL2PU2O2tX8Cu9dTBq5A==
751757
dependencies:
752758
"@babel/helper-plugin-utils" "^7.8.3"
753759

@@ -842,10 +848,10 @@
842848
"@babel/helper-plugin-utils" "^7.8.3"
843849
"@babel/helper-replace-supers" "^7.8.3"
844850

845-
"@babel/plugin-transform-parameters@^7.8.3":
846-
version "7.8.3"
847-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.3.tgz#7890576a13b17325d8b7d44cb37f21dc3bbdda59"
848-
integrity sha512-/pqngtGb54JwMBZ6S/D3XYylQDFtGjWrnoCF4gXZOUpFV/ujbxnoNGNvDGu6doFWRPBveE72qTx/RRU44j5I/Q==
851+
"@babel/plugin-transform-parameters@^7.8.4":
852+
version "7.8.4"
853+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.4.tgz#1d5155de0b65db0ccf9971165745d3bb990d77d3"
854+
integrity sha512-IsS3oTxeTsZlE5KqzTbcC2sV0P9pXdec53SU+Yxv7o/6dvGM5AkTotQKhoSffhNgZ/dftsSiOoxy7evCYJXzVA==
849855
dependencies:
850856
"@babel/helper-call-delegate" "^7.8.3"
851857
"@babel/helper-get-function-arity" "^7.8.3"
@@ -902,10 +908,10 @@
902908
"@babel/helper-annotate-as-pure" "^7.8.3"
903909
"@babel/helper-plugin-utils" "^7.8.3"
904910

905-
"@babel/plugin-transform-typeof-symbol@^7.8.3":
906-
version "7.8.3"
907-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.3.tgz#5cffb216fb25c8c64ba6bf5f76ce49d3ab079f4d"
908-
integrity sha512-3TrkKd4LPqm4jHs6nPtSDI/SV9Cm5PRJkHLUgTcqRQQTMAZ44ZaAdDZJtvWFSaRcvT0a1rTmJ5ZA5tDKjleF3g==
911+
"@babel/plugin-transform-typeof-symbol@^7.8.4":
912+
version "7.8.4"
913+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.4.tgz#ede4062315ce0aaf8a657a920858f1a2f35fc412"
914+
integrity sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg==
909915
dependencies:
910916
"@babel/helper-plugin-utils" "^7.8.3"
911917

@@ -925,13 +931,13 @@
925931
core-js "^2.6.5"
926932
regenerator-runtime "^0.13.2"
927933

928-
"@babel/[email protected].3":
929-
version "7.8.3"
930-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.3.tgz#dc0fb2938f52bbddd79b3c861a4b3427dd3a6c54"
931-
integrity sha512-Rs4RPL2KjSLSE2mWAx5/iCH+GC1ikKdxPrhnRS6PfFVaiZeom22VFKN4X8ZthyN61kAaR05tfXTbCvatl9WIQg==
934+
"@babel/[email protected].4":
935+
version "7.8.4"
936+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.4.tgz#9dac6df5f423015d3d49b6e9e5fa3413e4a72c4e"
937+
integrity sha512-HihCgpr45AnSOHRbS5cWNTINs0TwaR8BS8xIIH+QwiW8cKL0llV91njQMpeMReEPVs+1Ao0x3RLEBLtt1hOq4w==
932938
dependencies:
933-
"@babel/compat-data" "^7.8.0"
934-
"@babel/helper-compilation-targets" "^7.8.3"
939+
"@babel/compat-data" "^7.8.4"
940+
"@babel/helper-compilation-targets" "^7.8.4"
935941
"@babel/helper-module-imports" "^7.8.3"
936942
"@babel/helper-plugin-utils" "^7.8.3"
937943
"@babel/plugin-proposal-async-generator-functions" "^7.8.3"
@@ -960,7 +966,7 @@
960966
"@babel/plugin-transform-dotall-regex" "^7.8.3"
961967
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
962968
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
963-
"@babel/plugin-transform-for-of" "^7.8.3"
969+
"@babel/plugin-transform-for-of" "^7.8.4"
964970
"@babel/plugin-transform-function-name" "^7.8.3"
965971
"@babel/plugin-transform-literals" "^7.8.3"
966972
"@babel/plugin-transform-member-expression-literals" "^7.8.3"
@@ -971,21 +977,21 @@
971977
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
972978
"@babel/plugin-transform-new-target" "^7.8.3"
973979
"@babel/plugin-transform-object-super" "^7.8.3"
974-
"@babel/plugin-transform-parameters" "^7.8.3"
980+
"@babel/plugin-transform-parameters" "^7.8.4"
975981
"@babel/plugin-transform-property-literals" "^7.8.3"
976982
"@babel/plugin-transform-regenerator" "^7.8.3"
977983
"@babel/plugin-transform-reserved-words" "^7.8.3"
978984
"@babel/plugin-transform-shorthand-properties" "^7.8.3"
979985
"@babel/plugin-transform-spread" "^7.8.3"
980986
"@babel/plugin-transform-sticky-regex" "^7.8.3"
981987
"@babel/plugin-transform-template-literals" "^7.8.3"
982-
"@babel/plugin-transform-typeof-symbol" "^7.8.3"
988+
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
983989
"@babel/plugin-transform-unicode-regex" "^7.8.3"
984990
"@babel/types" "^7.8.3"
985-
browserslist "^4.8.2"
991+
browserslist "^4.8.5"
986992
core-js-compat "^3.6.2"
987993
invariant "^2.2.2"
988-
levenary "^1.1.0"
994+
levenary "^1.1.1"
989995
semver "^5.5.0"
990996

991997
@@ -1047,6 +1053,21 @@
10471053
globals "^11.1.0"
10481054
lodash "^4.17.13"
10491055

1056+
"@babel/traverse@^7.8.4":
1057+
version "7.8.4"
1058+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c"
1059+
integrity sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==
1060+
dependencies:
1061+
"@babel/code-frame" "^7.8.3"
1062+
"@babel/generator" "^7.8.4"
1063+
"@babel/helper-function-name" "^7.8.3"
1064+
"@babel/helper-split-export-declaration" "^7.8.3"
1065+
"@babel/parser" "^7.8.4"
1066+
"@babel/types" "^7.8.3"
1067+
debug "^4.1.0"
1068+
globals "^11.1.0"
1069+
lodash "^4.17.13"
1070+
10501071
"@babel/types@^7.4.0", "@babel/types@^7.7.4":
10511072
version "7.7.4"
10521073
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"
@@ -1686,15 +1707,6 @@ braces@^3.0.1, braces@~3.0.2:
16861707
dependencies:
16871708
fill-range "^7.0.1"
16881709

1689-
browserslist@^4.8.2:
1690-
version "4.8.2"
1691-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.2.tgz#b45720ad5fbc8713b7253c20766f701c9a694289"
1692-
integrity sha512-+M4oeaTplPm/f1pXDw84YohEv7B1i/2Aisei8s4s6k3QsoSHa7i5sz8u/cGQkkatCPxMASKxPualR4wwYgVboA==
1693-
dependencies:
1694-
caniuse-lite "^1.0.30001015"
1695-
electron-to-chromium "^1.3.322"
1696-
node-releases "^1.1.42"
1697-
16981710
browserslist@^4.8.3:
16991711
version "4.8.3"
17001712
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.3.tgz#65802fcd77177c878e015f0e3189f2c4f627ba44"
@@ -1704,6 +1716,15 @@ browserslist@^4.8.3:
17041716
electron-to-chromium "^1.3.322"
17051717
node-releases "^1.1.44"
17061718

1719+
browserslist@^4.8.5:
1720+
version "4.8.6"
1721+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.6.tgz#96406f3f5f0755d272e27a66f4163ca821590a7e"
1722+
integrity sha512-ZHao85gf0eZ0ESxLfCp73GG9O/VTytYDIkIiZDlURppLTI9wErSM/5yAKEq6rcUdxBLjMELmrYUJGg5sxGKMHg==
1723+
dependencies:
1724+
caniuse-lite "^1.0.30001023"
1725+
electron-to-chromium "^1.3.341"
1726+
node-releases "^1.1.47"
1727+
17071728
buffer-from@^1.0.0:
17081729
version "1.1.1"
17091730
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
@@ -1805,16 +1826,16 @@ camelcase@^5.0.0, camelcase@^5.3.1:
18051826
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
18061827
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
18071828

1808-
caniuse-lite@^1.0.30001015:
1809-
version "1.0.30001015"
1810-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001015.tgz#15a7ddf66aba786a71d99626bc8f2b91c6f0f5f0"
1811-
integrity sha512-/xL2AbW/XWHNu1gnIrO8UitBGoFthcsDgU9VLK1/dpsoxbaD5LscHozKze05R6WLsBvLhqv78dAPozMFQBYLbQ==
1812-
18131829
caniuse-lite@^1.0.30001017:
18141830
version "1.0.30001020"
18151831
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001020.tgz#3f04c1737500ffda78be9beb0b5c1e2070e15926"
18161832
integrity sha512-yWIvwA68wRHKanAVS1GjN8vajAv7MBFshullKCeq/eKpK7pJBVDgFFEqvgWTkcP2+wIDeQGYFRXECjKZnLkUjA==
18171833

1834+
caniuse-lite@^1.0.30001023:
1835+
version "1.0.30001023"
1836+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001023.tgz#b82155827f3f5009077bdd2df3d8968bcbcc6fc4"
1837+
integrity sha512-C5TDMiYG11EOhVOA62W1p3UsJ2z4DsHtMBQtjzp3ZsUglcQn62WOUgW0y795c7A5uZ+GCEIvzkMatLIlAsbNTA==
1838+
18181839
caseless@~0.12.0:
18191840
version "0.12.0"
18201841
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -2571,6 +2592,11 @@ electron-to-chromium@^1.3.322:
25712592
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.322.tgz#a6f7e1c79025c2b05838e8e344f6e89eb83213a8"
25722593
integrity sha512-Tc8JQEfGQ1MzfSzI/bTlSr7btJv/FFO7Yh6tanqVmIWOuNCu6/D1MilIEgLtmWqIrsv+o4IjpLAhgMBr/ncNAA==
25732594

2595+
electron-to-chromium@^1.3.341:
2596+
version "1.3.343"
2597+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.343.tgz#a60f76a8b9980d44e39276c199fbfb6a39e8b115"
2598+
integrity sha512-zSPaMbYuNpas96cCf4hcKB1Zs/1ClntnsH3S+CvFi75LBBsa767Xnmo5jhCI1HiG0za6rJMRk5n2MCgd8w2iYA==
2599+
25742600
elegant-spinner@^1.0.1:
25752601
version "1.0.1"
25762602
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
@@ -4194,10 +4220,10 @@ leven@^3.1.0:
41944220
resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
41954221
integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
41964222

4197-
levenary@^1.1.0:
4198-
version "1.1.0"
4199-
resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.0.tgz#fc146fe75f32dc483a0a2c64aef720f602cd6210"
4200-
integrity sha512-VHcwhO0UTpUW7rLPN2/OiWJdgA1e9BqEDALhrgCe/F+uUJnep6CoUsTzMeP8Rh0NGr9uKquXxqe7lwLZo509nQ==
4223+
levenary@^1.1.1:
4224+
version "1.1.1"
4225+
resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz#842a9ee98d2075aa7faeedbe32679e9205f46f77"
4226+
integrity sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ==
42014227
dependencies:
42024228
leven "^3.1.0"
42034229

@@ -4817,20 +4843,20 @@ node-pre-gyp@^0.12.0:
48174843
semver "^5.3.0"
48184844
tar "^4"
48194845

4820-
node-releases@^1.1.42:
4821-
version "1.1.42"
4822-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.42.tgz#a999f6a62f8746981f6da90627a8d2fc090bbad7"
4823-
integrity sha512-OQ/ESmUqGawI2PRX+XIRao44qWYBBfN54ImQYdWVTQqUckuejOg76ysSqDBK8NG3zwySRVnX36JwDQ6x+9GxzA==
4824-
dependencies:
4825-
semver "^6.3.0"
4826-
48274846
node-releases@^1.1.44:
48284847
version "1.1.45"
48294848
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.45.tgz#4cf7e9175d71b1317f15ffd68ce63bce1d53e9f2"
48304849
integrity sha512-cXvGSfhITKI8qsV116u2FTzH5EWZJfgG7d4cpqwF8I8+1tWpD6AsvvGRKq2onR0DNj1jfqsjkXZsm14JMS7Cyg==
48314850
dependencies:
48324851
semver "^6.3.0"
48334852

4853+
node-releases@^1.1.47:
4854+
version "1.1.47"
4855+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.47.tgz#c59ef739a1fd7ecbd9f0b7cf5b7871e8a8b591e4"
4856+
integrity sha512-k4xjVPx5FpwBUj0Gw7uvFOTF4Ep8Hok1I6qjwL3pLfwe7Y0REQSAqOwwv9TWBCUtMHxcXfY4PgRLRozcChvTcA==
4857+
dependencies:
4858+
semver "^6.3.0"
4859+
48344860
nopt@^4.0.1:
48354861
version "4.0.1"
48364862
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d"
@@ -5926,11 +5952,6 @@ semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
59265952
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
59275953
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
59285954

5929-
semver@^7.1.1:
5930-
version "7.1.1"
5931-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.1.tgz#29104598a197d6cbe4733eeecbe968f7b43a9667"
5932-
integrity sha512-WfuG+fl6eh3eZ2qAf6goB7nhiCd7NPXhmyFxigB/TOkQyeLP8w8GsVehvtGNtnNmyboz4TgeK40B1Kbql/8c5A==
5933-
59345955
serialize-error@^2.1.0:
59355956
version "2.1.0"
59365957
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a"

0 commit comments

Comments
 (0)