Skip to content

Commit 850b59b

Browse files
Bump @babel/core from 7.12.3 to 7.12.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.3 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 1633af9 commit 850b59b

File tree

2 files changed

+81
-92
lines changed

2 files changed

+81
-92
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"walk-sync": "^2.2.0"
5050
},
5151
"devDependencies": {
52-
"@babel/core": "^7.11.5",
52+
"@babel/core": "^7.12.10",
5353
"@babel/plugin-proposal-class-properties": "^7.12.1",
5454
"@babel/plugin-proposal-decorators": "^7.12.12",
5555
"@babel/plugin-transform-runtime": "^7.11.5",

yarn.lock

Lines changed: 80 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
6-
version "7.10.4"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
8-
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
6+
version "7.12.11"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
8+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

@@ -14,43 +14,33 @@
1414
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.1.tgz#d7386a689aa0ddf06255005b4b991988021101a0"
1515
integrity sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==
1616

17-
"@babel/core@^7.11.0", "@babel/core@^7.11.5", "@babel/core@^7.12.0", "@babel/core@^7.3.4":
18-
version "7.12.3"
19-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
20-
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
17+
"@babel/core@^7.11.0", "@babel/core@^7.12.0", "@babel/core@^7.12.10", "@babel/core@^7.3.4":
18+
version "7.12.10"
19+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
20+
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
2121
dependencies:
2222
"@babel/code-frame" "^7.10.4"
23-
"@babel/generator" "^7.12.1"
23+
"@babel/generator" "^7.12.10"
2424
"@babel/helper-module-transforms" "^7.12.1"
25-
"@babel/helpers" "^7.12.1"
26-
"@babel/parser" "^7.12.3"
27-
"@babel/template" "^7.10.4"
28-
"@babel/traverse" "^7.12.1"
29-
"@babel/types" "^7.12.1"
25+
"@babel/helpers" "^7.12.5"
26+
"@babel/parser" "^7.12.10"
27+
"@babel/template" "^7.12.7"
28+
"@babel/traverse" "^7.12.10"
29+
"@babel/types" "^7.12.10"
3030
convert-source-map "^1.7.0"
3131
debug "^4.1.0"
3232
gensync "^1.0.0-beta.1"
3333
json5 "^2.1.2"
3434
lodash "^4.17.19"
35-
resolve "^1.3.2"
3635
semver "^5.4.1"
3736
source-map "^0.5.0"
3837

39-
"@babel/generator@^7.11.5":
40-
version "7.11.5"
41-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.5.tgz#a5582773425a468e4ba269d9a1f701fbca6a7a82"
42-
integrity sha512-9UqHWJ4IwRTy4l0o8gq2ef8ws8UPzvtMkVKjTLAiRmza9p9V6Z+OfuNd9fB1j5Q67F+dVJtPC2sZXI8NM9br4g==
43-
dependencies:
44-
"@babel/types" "^7.11.5"
45-
jsesc "^2.5.1"
46-
source-map "^0.6.1"
47-
48-
"@babel/generator@^7.12.1":
49-
version "7.12.1"
50-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468"
51-
integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
38+
"@babel/generator@^7.12.10", "@babel/generator@^7.12.11":
39+
version "7.12.11"
40+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
41+
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
5242
dependencies:
53-
"@babel/types" "^7.12.1"
43+
"@babel/types" "^7.12.11"
5444
jsesc "^2.5.1"
5545
source-map "^0.5.0"
5646

@@ -141,13 +131,29 @@
141131
"@babel/template" "^7.10.4"
142132
"@babel/types" "^7.10.4"
143133

134+
"@babel/helper-function-name@^7.12.11":
135+
version "7.12.11"
136+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
137+
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
138+
dependencies:
139+
"@babel/helper-get-function-arity" "^7.12.10"
140+
"@babel/template" "^7.12.7"
141+
"@babel/types" "^7.12.11"
142+
144143
"@babel/helper-get-function-arity@^7.10.4":
145144
version "7.10.4"
146145
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
147146
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
148147
dependencies:
149148
"@babel/types" "^7.10.4"
150149

150+
"@babel/helper-get-function-arity@^7.12.10":
151+
version "7.12.10"
152+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
153+
integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==
154+
dependencies:
155+
"@babel/types" "^7.12.10"
156+
151157
"@babel/helper-hoist-variables@^7.10.4":
152158
version "7.10.4"
153159
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
@@ -264,11 +270,23 @@
264270
dependencies:
265271
"@babel/types" "^7.11.0"
266272

273+
"@babel/helper-split-export-declaration@^7.12.11":
274+
version "7.12.11"
275+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
276+
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
277+
dependencies:
278+
"@babel/types" "^7.12.11"
279+
267280
"@babel/helper-validator-identifier@^7.10.4":
268281
version "7.10.4"
269282
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
270283
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
271284

285+
"@babel/helper-validator-identifier@^7.12.11":
286+
version "7.12.11"
287+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
288+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
289+
272290
"@babel/helper-validator-option@^7.12.1":
273291
version "7.12.1"
274292
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
@@ -284,14 +302,14 @@
284302
"@babel/traverse" "^7.10.4"
285303
"@babel/types" "^7.10.4"
286304

287-
"@babel/helpers@^7.12.1":
288-
version "7.12.1"
289-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79"
290-
integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==
305+
"@babel/helpers@^7.12.5":
306+
version "7.12.5"
307+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
308+
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
291309
dependencies:
292310
"@babel/template" "^7.10.4"
293-
"@babel/traverse" "^7.12.1"
294-
"@babel/types" "^7.12.1"
311+
"@babel/traverse" "^7.12.5"
312+
"@babel/types" "^7.12.5"
295313

296314
"@babel/highlight@^7.10.4":
297315
version "7.10.4"
@@ -302,15 +320,10 @@
302320
chalk "^2.0.0"
303321
js-tokens "^4.0.0"
304322

305-
"@babel/parser@^7.10.4", "@babel/parser@^7.11.5", "@babel/parser@^7.4.5", "@babel/parser@^7.7.0":
306-
version "7.11.5"
307-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
308-
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
309-
310-
"@babel/parser@^7.12.1", "@babel/parser@^7.12.3":
311-
version "7.12.3"
312-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
313-
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
323+
"@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.4.5", "@babel/parser@^7.7.0":
324+
version "7.12.11"
325+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
326+
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
314327

315328
"@babel/plugin-proposal-async-generator-functions@^7.12.1":
316329
version "7.12.1"
@@ -939,60 +952,36 @@
939952
dependencies:
940953
regenerator-runtime "^0.13.4"
941954

942-
"@babel/template@^7.10.4":
943-
version "7.10.4"
944-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
945-
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
955+
"@babel/template@^7.10.4", "@babel/template@^7.12.7":
956+
version "7.12.7"
957+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
958+
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
946959
dependencies:
947960
"@babel/code-frame" "^7.10.4"
948-
"@babel/parser" "^7.10.4"
949-
"@babel/types" "^7.10.4"
961+
"@babel/parser" "^7.12.7"
962+
"@babel/types" "^7.12.7"
950963

951-
"@babel/traverse@^7.10.4", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0":
952-
version "7.11.5"
953-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
954-
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
955-
dependencies:
956-
"@babel/code-frame" "^7.10.4"
957-
"@babel/generator" "^7.11.5"
958-
"@babel/helper-function-name" "^7.10.4"
959-
"@babel/helper-split-export-declaration" "^7.11.0"
960-
"@babel/parser" "^7.11.5"
961-
"@babel/types" "^7.11.5"
962-
debug "^4.1.0"
963-
globals "^11.1.0"
964-
lodash "^4.17.19"
965-
966-
"@babel/traverse@^7.12.1":
967-
version "7.12.1"
968-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e"
969-
integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==
970-
dependencies:
971-
"@babel/code-frame" "^7.10.4"
972-
"@babel/generator" "^7.12.1"
973-
"@babel/helper-function-name" "^7.10.4"
974-
"@babel/helper-split-export-declaration" "^7.11.0"
975-
"@babel/parser" "^7.12.1"
976-
"@babel/types" "^7.12.1"
964+
"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0":
965+
version "7.12.12"
966+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
967+
integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
968+
dependencies:
969+
"@babel/code-frame" "^7.12.11"
970+
"@babel/generator" "^7.12.11"
971+
"@babel/helper-function-name" "^7.12.11"
972+
"@babel/helper-split-export-declaration" "^7.12.11"
973+
"@babel/parser" "^7.12.11"
974+
"@babel/types" "^7.12.12"
977975
debug "^4.1.0"
978976
globals "^11.1.0"
979977
lodash "^4.17.19"
980978

981-
"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2", "@babel/types@^7.8.3":
982-
version "7.11.5"
983-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
984-
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
985-
dependencies:
986-
"@babel/helper-validator-identifier" "^7.10.4"
987-
lodash "^4.17.19"
988-
to-fast-properties "^2.0.0"
989-
990-
"@babel/types@^7.12.1":
991-
version "7.12.1"
992-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
993-
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
979+
"@babel/types@^7.10.4", "@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.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2", "@babel/types@^7.8.3":
980+
version "7.12.12"
981+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
982+
integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
994983
dependencies:
995-
"@babel/helper-validator-identifier" "^7.10.4"
984+
"@babel/helper-validator-identifier" "^7.12.11"
996985
lodash "^4.17.19"
997986
to-fast-properties "^2.0.0"
998987

@@ -9089,7 +9078,7 @@ [email protected]:
90899078
dependencies:
90909079
path-parse "^1.0.6"
90919080

9092-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0, resolve@^1.8.1:
9081+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0, resolve@^1.8.1:
90939082
version "1.17.0"
90949083
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
90959084
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==

0 commit comments

Comments
 (0)