Skip to content

Commit 1081fe9

Browse files
chore(deps-dev): bump @babel/core from 7.12.9 to 7.12.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.9 to 7.12.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-core) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f9ceaf6 commit 1081fe9

File tree

1 file changed

+66
-47
lines changed

1 file changed

+66
-47
lines changed

yarn.lock

Lines changed: 66 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents"
2020
chokidar "^3.4.0"
2121

22-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
23-
version "7.10.4"
24-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
25-
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
22+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
23+
version "7.12.11"
24+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
25+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
2626
dependencies:
2727
"@babel/highlight" "^7.10.4"
2828

@@ -32,33 +32,32 @@
3232
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
3333

3434
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.9.0":
35-
version "7.12.9"
36-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
37-
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
35+
version "7.12.10"
36+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
37+
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
3838
dependencies:
3939
"@babel/code-frame" "^7.10.4"
40-
"@babel/generator" "^7.12.5"
40+
"@babel/generator" "^7.12.10"
4141
"@babel/helper-module-transforms" "^7.12.1"
4242
"@babel/helpers" "^7.12.5"
43-
"@babel/parser" "^7.12.7"
43+
"@babel/parser" "^7.12.10"
4444
"@babel/template" "^7.12.7"
45-
"@babel/traverse" "^7.12.9"
46-
"@babel/types" "^7.12.7"
45+
"@babel/traverse" "^7.12.10"
46+
"@babel/types" "^7.12.10"
4747
convert-source-map "^1.7.0"
4848
debug "^4.1.0"
4949
gensync "^1.0.0-beta.1"
5050
json5 "^2.1.2"
5151
lodash "^4.17.19"
52-
resolve "^1.3.2"
5352
semver "^5.4.1"
5453
source-map "^0.5.0"
5554

56-
"@babel/generator@^7.12.5", "@babel/generator@^7.5.0":
57-
version "7.12.5"
58-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
59-
integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==
55+
"@babel/generator@^7.12.10", "@babel/generator@^7.12.11", "@babel/generator@^7.5.0":
56+
version "7.12.11"
57+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
58+
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
6059
dependencies:
61-
"@babel/types" "^7.12.5"
60+
"@babel/types" "^7.12.11"
6261
jsesc "^2.5.1"
6362
source-map "^0.5.0"
6463

@@ -148,13 +147,29 @@
148147
"@babel/template" "^7.10.4"
149148
"@babel/types" "^7.10.4"
150149

150+
"@babel/helper-function-name@^7.12.11":
151+
version "7.12.11"
152+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
153+
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
154+
dependencies:
155+
"@babel/helper-get-function-arity" "^7.12.10"
156+
"@babel/template" "^7.12.7"
157+
"@babel/types" "^7.12.11"
158+
151159
"@babel/helper-get-function-arity@^7.10.4":
152160
version "7.10.4"
153161
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
154162
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
155163
dependencies:
156164
"@babel/types" "^7.10.4"
157165

166+
"@babel/helper-get-function-arity@^7.12.10":
167+
version "7.12.10"
168+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
169+
integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==
170+
dependencies:
171+
"@babel/types" "^7.12.10"
172+
158173
"@babel/helper-hoist-variables@^7.10.4":
159174
version "7.10.4"
160175
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
@@ -243,11 +258,23 @@
243258
dependencies:
244259
"@babel/types" "^7.11.0"
245260

261+
"@babel/helper-split-export-declaration@^7.12.11":
262+
version "7.12.11"
263+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
264+
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
265+
dependencies:
266+
"@babel/types" "^7.12.11"
267+
246268
"@babel/helper-validator-identifier@^7.10.4":
247269
version "7.10.4"
248270
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
249271
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
250272

273+
"@babel/helper-validator-identifier@^7.12.11":
274+
version "7.12.11"
275+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
276+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
277+
251278
"@babel/helper-validator-option@^7.12.1":
252279
version "7.12.1"
253280
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
@@ -281,10 +308,10 @@
281308
chalk "^2.0.0"
282309
js-tokens "^4.0.0"
283310

284-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
285-
version "7.12.7"
286-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
287-
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
311+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
312+
version "7.12.11"
313+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
314+
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
288315

289316
"@babel/plugin-proposal-async-generator-functions@^7.12.1":
290317
version "7.12.1"
@@ -1014,27 +1041,27 @@
10141041
"@babel/parser" "^7.12.7"
10151042
"@babel/types" "^7.12.7"
10161043

1017-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9", "@babel/traverse@^7.7.0":
1018-
version "7.12.9"
1019-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
1020-
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
1021-
dependencies:
1022-
"@babel/code-frame" "^7.10.4"
1023-
"@babel/generator" "^7.12.5"
1024-
"@babel/helper-function-name" "^7.10.4"
1025-
"@babel/helper-split-export-declaration" "^7.11.0"
1026-
"@babel/parser" "^7.12.7"
1027-
"@babel/types" "^7.12.7"
1044+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5", "@babel/traverse@^7.7.0":
1045+
version "7.12.12"
1046+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
1047+
integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
1048+
dependencies:
1049+
"@babel/code-frame" "^7.12.11"
1050+
"@babel/generator" "^7.12.11"
1051+
"@babel/helper-function-name" "^7.12.11"
1052+
"@babel/helper-split-export-declaration" "^7.12.11"
1053+
"@babel/parser" "^7.12.11"
1054+
"@babel/types" "^7.12.12"
10281055
debug "^4.1.0"
10291056
globals "^11.1.0"
10301057
lodash "^4.17.19"
10311058

1032-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1033-
version "7.12.7"
1034-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
1035-
integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==
1059+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1060+
version "7.12.12"
1061+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
1062+
integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
10361063
dependencies:
1037-
"@babel/helper-validator-identifier" "^7.10.4"
1064+
"@babel/helper-validator-identifier" "^7.12.11"
10381065
lodash "^4.17.19"
10391066
to-fast-properties "^2.0.0"
10401067

@@ -4876,7 +4903,7 @@ [email protected], is-ci@^2.0.0:
48764903
dependencies:
48774904
ci-info "^2.0.0"
48784905

4879-
is-core-module@^2.0.0, is-core-module@^2.1.0:
4906+
is-core-module@^2.1.0:
48804907
version "2.2.0"
48814908
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
48824909
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
@@ -7881,15 +7908,7 @@ resolve-url@^0.2.1:
78817908
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
78827909
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
78837910

7884-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.18.1:
7885-
version "1.18.1"
7886-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130"
7887-
integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==
7888-
dependencies:
7889-
is-core-module "^2.0.0"
7890-
path-parse "^1.0.6"
7891-
7892-
resolve@^1.17.0, resolve@^1.3.2, resolve@^1.8.1:
7911+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.8.1:
78937912
version "1.19.0"
78947913
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
78957914
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==

0 commit comments

Comments
 (0)