Skip to content

Commit fc0a0ce

Browse files
Bump @babel/core from 7.7.2 to 7.8.4 (#239)
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.2 to 7.8.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.7.2...v7.8.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 0b0002f commit fc0a0ce

File tree

2 files changed

+88
-175
lines changed

2 files changed

+88
-175
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-native": "*"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.7.2",
33+
"@babel/core": "7.8.4",
3434
"@babel/runtime": "7.7.2",
3535
"@types/jest": "24.0.23",
3636
"@types/use-global-hook": "0.1.2",

yarn.lock

Lines changed: 87 additions & 174 deletions
Original file line numberDiff line numberDiff line change
@@ -2,70 +2,40 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
6-
version "7.5.5"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
8-
integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==
9-
dependencies:
10-
"@babel/highlight" "^7.0.0"
11-
12-
"@babel/core@7.7.2":
13-
version "7.7.2"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.2.tgz#ea5b99693bcfc058116f42fa1dd54da412b29d91"
15-
integrity sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ==
16-
dependencies:
17-
"@babel/code-frame" "^7.5.5"
18-
"@babel/generator" "^7.7.2"
19-
"@babel/helpers" "^7.7.0"
20-
"@babel/parser" "^7.7.2"
21-
"@babel/template" "^7.7.0"
22-
"@babel/traverse" "^7.7.2"
23-
"@babel/types" "^7.7.2"
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
6+
version "7.8.3"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
8+
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
9+
dependencies:
10+
"@babel/highlight" "^7.8.3"
11+
12+
"@babel/core@7.8.4", "@babel/core@^7.0.0", "@babel/core@^7.1.0":
13+
version "7.8.4"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
15+
integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
16+
dependencies:
17+
"@babel/code-frame" "^7.8.3"
18+
"@babel/generator" "^7.8.4"
19+
"@babel/helpers" "^7.8.4"
20+
"@babel/parser" "^7.8.4"
21+
"@babel/template" "^7.8.3"
22+
"@babel/traverse" "^7.8.4"
23+
"@babel/types" "^7.8.3"
2424
convert-source-map "^1.7.0"
2525
debug "^4.1.0"
26+
gensync "^1.0.0-beta.1"
2627
json5 "^2.1.0"
2728
lodash "^4.17.13"
2829
resolve "^1.3.2"
2930
semver "^5.4.1"
3031
source-map "^0.5.0"
3132

32-
"@babel/core@^7.0.0", "@babel/core@^7.1.0":
33-
version "7.5.5"
34-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
35-
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
36-
dependencies:
37-
"@babel/code-frame" "^7.5.5"
38-
"@babel/generator" "^7.5.5"
39-
"@babel/helpers" "^7.5.5"
40-
"@babel/parser" "^7.5.5"
41-
"@babel/template" "^7.4.4"
42-
"@babel/traverse" "^7.5.5"
43-
"@babel/types" "^7.5.5"
44-
convert-source-map "^1.1.0"
45-
debug "^4.1.0"
46-
json5 "^2.1.0"
47-
lodash "^4.17.13"
48-
resolve "^1.3.2"
49-
semver "^5.4.1"
50-
source-map "^0.5.0"
51-
52-
"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.5.5":
53-
version "7.5.5"
54-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
55-
integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==
56-
dependencies:
57-
"@babel/types" "^7.5.5"
58-
jsesc "^2.5.1"
59-
lodash "^4.17.13"
60-
source-map "^0.5.0"
61-
trim-right "^1.0.1"
62-
63-
"@babel/generator@^7.7.2":
64-
version "7.7.2"
65-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af"
66-
integrity sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ==
33+
"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.8.4":
34+
version "7.8.4"
35+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e"
36+
integrity sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==
6737
dependencies:
68-
"@babel/types" "^7.7.2"
38+
"@babel/types" "^7.8.3"
6939
jsesc "^2.5.1"
7040
lodash "^4.17.13"
7141
source-map "^0.5.0"
@@ -140,14 +110,14 @@
140110
"@babel/template" "^7.1.0"
141111
"@babel/types" "^7.0.0"
142112

143-
"@babel/helper-function-name@^7.7.0":
144-
version "7.7.0"
145-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3"
146-
integrity sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==
113+
"@babel/helper-function-name@^7.8.3":
114+
version "7.8.3"
115+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
116+
integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==
147117
dependencies:
148-
"@babel/helper-get-function-arity" "^7.7.0"
149-
"@babel/template" "^7.7.0"
150-
"@babel/types" "^7.7.0"
118+
"@babel/helper-get-function-arity" "^7.8.3"
119+
"@babel/template" "^7.8.3"
120+
"@babel/types" "^7.8.3"
151121

152122
"@babel/helper-get-function-arity@^7.0.0":
153123
version "7.0.0"
@@ -156,12 +126,12 @@
156126
dependencies:
157127
"@babel/types" "^7.0.0"
158128

159-
"@babel/helper-get-function-arity@^7.7.0":
160-
version "7.7.0"
161-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
162-
integrity sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw==
129+
"@babel/helper-get-function-arity@^7.8.3":
130+
version "7.8.3"
131+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
132+
integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
163133
dependencies:
164-
"@babel/types" "^7.7.0"
134+
"@babel/types" "^7.8.3"
165135

166136
"@babel/helper-hoist-variables@^7.4.4":
167137
version "7.4.4"
@@ -251,12 +221,12 @@
251221
dependencies:
252222
"@babel/types" "^7.4.4"
253223

254-
"@babel/helper-split-export-declaration@^7.7.0":
255-
version "7.7.0"
256-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300"
257-
integrity sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA==
224+
"@babel/helper-split-export-declaration@^7.8.3":
225+
version "7.8.3"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
227+
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
258228
dependencies:
259-
"@babel/types" "^7.7.0"
229+
"@babel/types" "^7.8.3"
260230

261231
"@babel/helper-wrap-function@^7.1.0":
262232
version "7.2.0"
@@ -268,42 +238,28 @@
268238
"@babel/traverse" "^7.1.0"
269239
"@babel/types" "^7.2.0"
270240

271-
"@babel/helpers@^7.5.5":
272-
version "7.5.5"
273-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e"
274-
integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g==
241+
"@babel/helpers@^7.8.4":
242+
version "7.8.4"
243+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73"
244+
integrity sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==
275245
dependencies:
276-
"@babel/template" "^7.4.4"
277-
"@babel/traverse" "^7.5.5"
278-
"@babel/types" "^7.5.5"
279-
280-
"@babel/helpers@^7.7.0":
281-
version "7.7.0"
282-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.0.tgz#359bb5ac3b4726f7c1fde0ec75f64b3f4275d60b"
283-
integrity sha512-VnNwL4YOhbejHb7x/b5F39Zdg5vIQpUUNzJwx0ww1EcVRt41bbGRZWhAURrfY32T5zTT3qwNOQFWpn+P0i0a2g==
284-
dependencies:
285-
"@babel/template" "^7.7.0"
286-
"@babel/traverse" "^7.7.0"
287-
"@babel/types" "^7.7.0"
246+
"@babel/template" "^7.8.3"
247+
"@babel/traverse" "^7.8.4"
248+
"@babel/types" "^7.8.3"
288249

289-
"@babel/highlight@^7.0.0":
290-
version "7.5.0"
291-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
292-
integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==
250+
"@babel/highlight@^7.8.3":
251+
version "7.8.3"
252+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
253+
integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==
293254
dependencies:
294255
chalk "^2.0.0"
295256
esutils "^2.0.2"
296257
js-tokens "^4.0.0"
297258

298-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.5.5":
299-
version "7.5.5"
300-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
301-
integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
302-
303-
"@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
304-
version "7.7.3"
305-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.3.tgz#5fad457c2529de476a248f75b0f090b3060af043"
306-
integrity sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A==
259+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4":
260+
version "7.8.4"
261+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
262+
integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
307263

308264
"@babel/plugin-external-helpers@^7.0.0":
309265
version "7.2.0"
@@ -690,67 +646,34 @@
690646
dependencies:
691647
regenerator-runtime "^0.13.2"
692648

693-
"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4":
694-
version "7.4.4"
695-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
696-
integrity sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==
697-
dependencies:
698-
"@babel/code-frame" "^7.0.0"
699-
"@babel/parser" "^7.4.4"
700-
"@babel/types" "^7.4.4"
701-
702-
"@babel/template@^7.7.0":
703-
version "7.7.0"
704-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0"
705-
integrity sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==
706-
dependencies:
707-
"@babel/code-frame" "^7.0.0"
708-
"@babel/parser" "^7.7.0"
709-
"@babel/types" "^7.7.0"
710-
711-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5":
712-
version "7.5.5"
713-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
714-
integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==
715-
dependencies:
716-
"@babel/code-frame" "^7.5.5"
717-
"@babel/generator" "^7.5.5"
718-
"@babel/helper-function-name" "^7.1.0"
719-
"@babel/helper-split-export-declaration" "^7.4.4"
720-
"@babel/parser" "^7.5.5"
721-
"@babel/types" "^7.5.5"
722-
debug "^4.1.0"
723-
globals "^11.1.0"
724-
lodash "^4.17.13"
725-
726-
"@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
727-
version "7.7.2"
728-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09"
729-
integrity sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw==
730-
dependencies:
731-
"@babel/code-frame" "^7.5.5"
732-
"@babel/generator" "^7.7.2"
733-
"@babel/helper-function-name" "^7.7.0"
734-
"@babel/helper-split-export-declaration" "^7.7.0"
735-
"@babel/parser" "^7.7.2"
736-
"@babel/types" "^7.7.2"
649+
"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.8.3":
650+
version "7.8.3"
651+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
652+
integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==
653+
dependencies:
654+
"@babel/code-frame" "^7.8.3"
655+
"@babel/parser" "^7.8.3"
656+
"@babel/types" "^7.8.3"
657+
658+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.8.4":
659+
version "7.8.4"
660+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c"
661+
integrity sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==
662+
dependencies:
663+
"@babel/code-frame" "^7.8.3"
664+
"@babel/generator" "^7.8.4"
665+
"@babel/helper-function-name" "^7.8.3"
666+
"@babel/helper-split-export-declaration" "^7.8.3"
667+
"@babel/parser" "^7.8.4"
668+
"@babel/types" "^7.8.3"
737669
debug "^4.1.0"
738670
globals "^11.1.0"
739671
lodash "^4.17.13"
740672

741-
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
742-
version "7.5.5"
743-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
744-
integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==
745-
dependencies:
746-
esutils "^2.0.2"
747-
lodash "^4.17.13"
748-
to-fast-properties "^2.0.0"
749-
750-
"@babel/types@^7.7.0", "@babel/types@^7.7.2":
751-
version "7.7.2"
752-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7"
753-
integrity sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==
673+
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.8.3":
674+
version "7.8.3"
675+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
676+
integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
754677
dependencies:
755678
esutils "^2.0.2"
756679
lodash "^4.17.13"
@@ -2060,18 +1983,7 @@ content-type-parser@^1.0.2:
20601983
version "1.0.2"
20611984
resolved "https://registry.yarnpkg.com/content-type-parser/-/content-type-parser-1.0.2.tgz#caabe80623e63638b2502fd4c7f12ff4ce2352e7"
20621985

2063-
convert-source-map@^1.1.0:
2064-
version "1.6.0"
2065-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
2066-
integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==
2067-
dependencies:
2068-
safe-buffer "~5.1.1"
2069-
2070-
convert-source-map@^1.4.0:
2071-
version "1.5.1"
2072-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5"
2073-
2074-
convert-source-map@^1.7.0:
1986+
convert-source-map@^1.4.0, convert-source-map@^1.7.0:
20751987
version "1.7.0"
20761988
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
20771989
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
@@ -2961,6 +2873,11 @@ gauge@~2.7.3:
29612873
strip-ansi "^3.0.1"
29622874
wide-align "^1.1.0"
29632875

2876+
gensync@^1.0.0-beta.1:
2877+
version "1.0.0-beta.1"
2878+
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269"
2879+
integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==
2880+
29642881
get-caller-file@^1.0.1:
29652882
version "1.0.3"
29662883
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
@@ -6511,10 +6428,6 @@ tr46@^1.0.0:
65116428
dependencies:
65126429
punycode "^2.1.0"
65136430

6514-
trim-right@^1.0.1:
6515-
version "1.0.1"
6516-
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
6517-
65186431
ts-jest@24.3.0:
65196432
version "24.3.0"
65206433
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.3.0.tgz#b97814e3eab359ea840a1ac112deae68aa440869"

0 commit comments

Comments
 (0)