Skip to content

Commit f893116

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

File tree

2 files changed

+86
-54
lines changed

2 files changed

+86
-54
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@babel/cli": "^7.11.6",
42-
"@babel/core": "^7.11.6",
42+
"@babel/core": "^7.12.10",
4343
"@babel/node": "^7.10.5",
4444
"@babel/plugin-proposal-class-properties": "^7.10.4",
4545
"@babel/plugin-proposal-decorators": "^7.10.5",

yarn.lock

Lines changed: 85 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,33 @@
3434
invariant "^2.2.4"
3535
semver "^5.5.0"
3636

37-
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.7.5":
38-
version "7.11.6"
39-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651"
40-
integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==
37+
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
38+
version "7.12.10"
39+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
40+
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
4141
dependencies:
4242
"@babel/code-frame" "^7.10.4"
43-
"@babel/generator" "^7.11.6"
44-
"@babel/helper-module-transforms" "^7.11.0"
45-
"@babel/helpers" "^7.10.4"
46-
"@babel/parser" "^7.11.5"
47-
"@babel/template" "^7.10.4"
48-
"@babel/traverse" "^7.11.5"
49-
"@babel/types" "^7.11.5"
43+
"@babel/generator" "^7.12.10"
44+
"@babel/helper-module-transforms" "^7.12.1"
45+
"@babel/helpers" "^7.12.5"
46+
"@babel/parser" "^7.12.10"
47+
"@babel/template" "^7.12.7"
48+
"@babel/traverse" "^7.12.10"
49+
"@babel/types" "^7.12.10"
5050
convert-source-map "^1.7.0"
5151
debug "^4.1.0"
5252
gensync "^1.0.0-beta.1"
5353
json5 "^2.1.2"
5454
lodash "^4.17.19"
55-
resolve "^1.3.2"
5655
semver "^5.4.1"
5756
source-map "^0.5.0"
5857

59-
"@babel/generator@^7.11.5", "@babel/generator@^7.11.6":
60-
version "7.11.6"
61-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
62-
integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
58+
"@babel/generator@^7.12.10":
59+
version "7.12.10"
60+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460"
61+
integrity sha512-6mCdfhWgmqLdtTkhXjnIz0LcdVCd26wS2JXRtj2XY0u5klDsXBREA/pG5NVOuVnF2LUrBGNFtQkIqqTbblg0ww==
6362
dependencies:
64-
"@babel/types" "^7.11.5"
63+
"@babel/types" "^7.12.10"
6564
jsesc "^2.5.1"
6665
source-map "^0.5.0"
6766

@@ -159,24 +158,40 @@
159158
dependencies:
160159
"@babel/types" "^7.10.5"
161160

161+
"@babel/helper-member-expression-to-functions@^7.12.1":
162+
version "7.12.7"
163+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
164+
integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
165+
dependencies:
166+
"@babel/types" "^7.12.7"
167+
162168
"@babel/helper-module-imports@^7.10.4":
163169
version "7.10.4"
164170
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
165171
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
166172
dependencies:
167173
"@babel/types" "^7.10.4"
168174

169-
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.11.0":
170-
version "7.11.0"
171-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
172-
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
175+
"@babel/helper-module-imports@^7.12.1":
176+
version "7.12.5"
177+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
178+
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
173179
dependencies:
174-
"@babel/helper-module-imports" "^7.10.4"
175-
"@babel/helper-replace-supers" "^7.10.4"
176-
"@babel/helper-simple-access" "^7.10.4"
180+
"@babel/types" "^7.12.5"
181+
182+
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.12.1":
183+
version "7.12.1"
184+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
185+
integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
186+
dependencies:
187+
"@babel/helper-module-imports" "^7.12.1"
188+
"@babel/helper-replace-supers" "^7.12.1"
189+
"@babel/helper-simple-access" "^7.12.1"
177190
"@babel/helper-split-export-declaration" "^7.11.0"
191+
"@babel/helper-validator-identifier" "^7.10.4"
178192
"@babel/template" "^7.10.4"
179-
"@babel/types" "^7.11.0"
193+
"@babel/traverse" "^7.12.1"
194+
"@babel/types" "^7.12.1"
180195
lodash "^4.17.19"
181196

182197
"@babel/helper-optimise-call-expression@^7.10.4":
@@ -219,6 +234,16 @@
219234
"@babel/traverse" "^7.10.4"
220235
"@babel/types" "^7.10.4"
221236

237+
"@babel/helper-replace-supers@^7.12.1":
238+
version "7.12.5"
239+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9"
240+
integrity sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA==
241+
dependencies:
242+
"@babel/helper-member-expression-to-functions" "^7.12.1"
243+
"@babel/helper-optimise-call-expression" "^7.10.4"
244+
"@babel/traverse" "^7.12.5"
245+
"@babel/types" "^7.12.5"
246+
222247
"@babel/helper-simple-access@^7.10.4":
223248
version "7.10.4"
224249
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
@@ -227,6 +252,13 @@
227252
"@babel/template" "^7.10.4"
228253
"@babel/types" "^7.10.4"
229254

255+
"@babel/helper-simple-access@^7.12.1":
256+
version "7.12.1"
257+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
258+
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
259+
dependencies:
260+
"@babel/types" "^7.12.1"
261+
230262
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
231263
version "7.11.0"
232264
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
@@ -263,14 +295,14 @@
263295
"@babel/traverse" "^7.10.4"
264296
"@babel/types" "^7.10.4"
265297

266-
"@babel/helpers@^7.10.4":
267-
version "7.10.4"
268-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
269-
integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==
298+
"@babel/helpers@^7.12.5":
299+
version "7.12.5"
300+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
301+
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
270302
dependencies:
271303
"@babel/template" "^7.10.4"
272-
"@babel/traverse" "^7.10.4"
273-
"@babel/types" "^7.10.4"
304+
"@babel/traverse" "^7.12.5"
305+
"@babel/types" "^7.12.5"
274306

275307
"@babel/highlight@^7.10.4":
276308
version "7.10.4"
@@ -295,10 +327,10 @@
295327
resolve "^1.13.1"
296328
v8flags "^3.1.1"
297329

298-
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.5":
299-
version "7.11.5"
300-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
301-
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
330+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.7":
331+
version "7.12.10"
332+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
333+
integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
302334

303335
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
304336
version "7.10.5"
@@ -899,34 +931,34 @@
899931
dependencies:
900932
regenerator-runtime "^0.13.4"
901933

902-
"@babel/template@^7.10.4", "@babel/template@^7.3.3":
903-
version "7.10.4"
904-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
905-
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
934+
"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.3.3":
935+
version "7.12.7"
936+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
937+
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
906938
dependencies:
907939
"@babel/code-frame" "^7.10.4"
908-
"@babel/parser" "^7.10.4"
909-
"@babel/types" "^7.10.4"
940+
"@babel/parser" "^7.12.7"
941+
"@babel/types" "^7.12.7"
910942

911-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5":
912-
version "7.11.5"
913-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
914-
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
943+
"@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":
944+
version "7.12.10"
945+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
946+
integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg==
915947
dependencies:
916948
"@babel/code-frame" "^7.10.4"
917-
"@babel/generator" "^7.11.5"
949+
"@babel/generator" "^7.12.10"
918950
"@babel/helper-function-name" "^7.10.4"
919951
"@babel/helper-split-export-declaration" "^7.11.0"
920-
"@babel/parser" "^7.11.5"
921-
"@babel/types" "^7.11.5"
952+
"@babel/parser" "^7.12.10"
953+
"@babel/types" "^7.12.10"
922954
debug "^4.1.0"
923955
globals "^11.1.0"
924956
lodash "^4.17.19"
925957

926-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
927-
version "7.11.5"
928-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
929-
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
958+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@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":
959+
version "7.12.10"
960+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
961+
integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==
930962
dependencies:
931963
"@babel/helper-validator-identifier" "^7.10.4"
932964
lodash "^4.17.19"
@@ -6069,7 +6101,7 @@ resolve-url@^0.2.1:
60696101
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
60706102
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
60716103

6072-
resolve@^1.0.0, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2:
6104+
resolve@^1.0.0, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.17.0:
60736105
version "1.17.0"
60746106
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
60756107
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==

0 commit comments

Comments
 (0)