Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit eb7b334

Browse files
chore(deps-dev): bump @babel/core from 7.12.0 to 7.12.3
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.0 to 7.12.3. - [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.3/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 0e856e3 commit eb7b334

File tree

2 files changed

+71
-65
lines changed

2 files changed

+71
-65
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"yup": "^0.29.3"
2828
},
2929
"devDependencies": {
30-
"@babel/core": "^7.12.0",
30+
"@babel/core": "^7.12.3",
3131
"@babel/runtime": "^7.12.0",
3232
"@code-quality/commitlint-config": "^1.1.0",
3333
"@code-quality/eslint-config-jest": "^1.1.0",

yarn.lock

Lines changed: 70 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/core@>=7.9.0", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.12.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5":
13-
version "7.12.0"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.0.tgz#e42e07a086e978cdd4c61f4078d8230fb817cc86"
15-
integrity sha512-iV7Gwg0DePKvdDZZWRTkj4MW+6/AbVWd4ZCg+zk8H1RVt5xBpUZS6vLQWwb3pyLg4BFTaGiQCPoJ4Ibmbne4fA==
12+
"@babel/core@>=7.9.0", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.4.5", "@babel/core@^7.7.5":
13+
version "7.12.3"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
15+
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
1616
dependencies:
1717
"@babel/code-frame" "^7.10.4"
18-
"@babel/generator" "^7.12.0"
19-
"@babel/helper-module-transforms" "^7.12.0"
20-
"@babel/helpers" "^7.10.4"
21-
"@babel/parser" "^7.12.0"
18+
"@babel/generator" "^7.12.1"
19+
"@babel/helper-module-transforms" "^7.12.1"
20+
"@babel/helpers" "^7.12.1"
21+
"@babel/parser" "^7.12.3"
2222
"@babel/template" "^7.10.4"
23-
"@babel/traverse" "^7.12.0"
24-
"@babel/types" "^7.12.0"
23+
"@babel/traverse" "^7.12.1"
24+
"@babel/types" "^7.12.1"
2525
convert-source-map "^1.7.0"
2626
debug "^4.1.0"
2727
gensync "^1.0.0-beta.1"
@@ -31,12 +31,12 @@
3131
semver "^5.4.1"
3232
source-map "^0.5.0"
3333

34-
"@babel/generator@^7.0.0", "@babel/generator@^7.12.0":
35-
version "7.12.0"
36-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.0.tgz#91a45f1c18ca8d895a35a04da1a4cf7ea3f37f98"
37-
integrity sha512-8lnf4QcyiQMf5XQp47BltuMTocsOh6P0z/vueEh8GzhmWWlDbdvOoI5Ziddg0XYhmnx35HyByUW51/9NprF8cA==
34+
"@babel/generator@^7.0.0", "@babel/generator@^7.12.1":
35+
version "7.12.1"
36+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468"
37+
integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
3838
dependencies:
39-
"@babel/types" "^7.12.0"
39+
"@babel/types" "^7.12.1"
4040
jsesc "^2.5.1"
4141
source-map "^0.5.0"
4242

@@ -148,12 +148,12 @@
148148
dependencies:
149149
"@babel/types" "^7.8.3"
150150

151-
"@babel/helper-member-expression-to-functions@^7.12.0":
152-
version "7.12.0"
153-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.0.tgz#48f605fa801764f3e5b2e301e49d35fe1820c4f3"
154-
integrity sha512-I0d/bgzgzgLsJMk7UZ0TN2KV3OGjC/t/9Saz8PKb9jrcEAXhgjGysOgp4PDKydIKjUv/gj2St4ae+ov8l+T9Xg==
151+
"@babel/helper-member-expression-to-functions@^7.12.1":
152+
version "7.12.1"
153+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
154+
integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==
155155
dependencies:
156-
"@babel/types" "^7.12.0"
156+
"@babel/types" "^7.12.1"
157157

158158
"@babel/helper-member-expression-to-functions@^7.8.3":
159159
version "7.8.3"
@@ -162,26 +162,33 @@
162162
dependencies:
163163
"@babel/types" "^7.8.3"
164164

165-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.8.3":
165+
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.8.3":
166166
version "7.10.4"
167167
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
168168
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
169169
dependencies:
170170
"@babel/types" "^7.10.4"
171171

172-
"@babel/helper-module-transforms@^7.12.0", "@babel/helper-module-transforms@^7.8.3":
173-
version "7.12.0"
174-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.0.tgz#8ac7d9e8716f94549a42e577c5429391950e33f3"
175-
integrity sha512-1ZTMoCiLSzTJLbq7mSaTHki4oIrBIf/dUbzdhwTrvtMU3ZNVKwQmGae3gSiqppo7G8HAgnXmc43rfEaD8yYLLQ==
172+
"@babel/helper-module-imports@^7.12.1":
173+
version "7.12.1"
174+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c"
175+
integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==
176176
dependencies:
177-
"@babel/helper-module-imports" "^7.10.4"
178-
"@babel/helper-replace-supers" "^7.12.0"
179-
"@babel/helper-simple-access" "^7.10.4"
177+
"@babel/types" "^7.12.1"
178+
179+
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.8.3":
180+
version "7.12.1"
181+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
182+
integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
183+
dependencies:
184+
"@babel/helper-module-imports" "^7.12.1"
185+
"@babel/helper-replace-supers" "^7.12.1"
186+
"@babel/helper-simple-access" "^7.12.1"
180187
"@babel/helper-split-export-declaration" "^7.11.0"
181188
"@babel/helper-validator-identifier" "^7.10.4"
182189
"@babel/template" "^7.10.4"
183-
"@babel/traverse" "^7.12.0"
184-
"@babel/types" "^7.12.0"
190+
"@babel/traverse" "^7.12.1"
191+
"@babel/types" "^7.12.1"
185192
lodash "^4.17.19"
186193

187194
"@babel/helper-optimise-call-expression@^7.10.4":
@@ -226,15 +233,15 @@
226233
"@babel/traverse" "^7.8.3"
227234
"@babel/types" "^7.8.3"
228235

229-
"@babel/helper-replace-supers@^7.12.0":
230-
version "7.12.0"
231-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.0.tgz#98d3f3eb779752e59c7422ab387c9b444323be60"
232-
integrity sha512-9kycFdq2c9e7PXZOr2z/ZqTFF9OzFu287iFwYS+CiDVPuoTCfY8hoTsIqNQNetQjlqoRsRyJFrMG1uhGAR4EEw==
236+
"@babel/helper-replace-supers@^7.12.1":
237+
version "7.12.1"
238+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9"
239+
integrity sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw==
233240
dependencies:
234-
"@babel/helper-member-expression-to-functions" "^7.12.0"
241+
"@babel/helper-member-expression-to-functions" "^7.12.1"
235242
"@babel/helper-optimise-call-expression" "^7.10.4"
236-
"@babel/traverse" "^7.12.0"
237-
"@babel/types" "^7.12.0"
243+
"@babel/traverse" "^7.12.1"
244+
"@babel/types" "^7.12.1"
238245

239246
"@babel/helper-replace-supers@^7.8.3":
240247
version "7.8.3"
@@ -246,13 +253,12 @@
246253
"@babel/traverse" "^7.8.3"
247254
"@babel/types" "^7.8.3"
248255

249-
"@babel/helper-simple-access@^7.10.4":
250-
version "7.10.4"
251-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
252-
integrity sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==
256+
"@babel/helper-simple-access@^7.12.1":
257+
version "7.12.1"
258+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
259+
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
253260
dependencies:
254-
"@babel/template" "^7.10.4"
255-
"@babel/types" "^7.10.4"
261+
"@babel/types" "^7.12.1"
256262

257263
"@babel/helper-simple-access@^7.8.3":
258264
version "7.8.3"
@@ -291,14 +297,14 @@
291297
"@babel/traverse" "^7.8.3"
292298
"@babel/types" "^7.8.3"
293299

294-
"@babel/helpers@^7.10.4":
295-
version "7.10.4"
296-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
297-
integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==
300+
"@babel/helpers@^7.12.1":
301+
version "7.12.1"
302+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79"
303+
integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==
298304
dependencies:
299305
"@babel/template" "^7.10.4"
300-
"@babel/traverse" "^7.10.4"
301-
"@babel/types" "^7.10.4"
306+
"@babel/traverse" "^7.12.1"
307+
"@babel/types" "^7.12.1"
302308

303309
"@babel/highlight@^7.10.4":
304310
version "7.10.4"
@@ -309,10 +315,10 @@
309315
chalk "^2.0.0"
310316
js-tokens "^4.0.0"
311317

312-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5":
313-
version "7.12.0"
314-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.0.tgz#2ad388f3960045b22f9b7d4bf85e80b15a1c9e3a"
315-
integrity sha512-dYmySMYnlus2jwl7JnnajAj11obRStZoW9cG04wh4ZuhozDn11tDUrhHcUZ9iuNHqALAhh60XqNaYXpvuuE/Gg==
318+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.1", "@babel/parser@^7.12.3", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5":
319+
version "7.12.3"
320+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
321+
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
316322

317323
"@babel/plugin-external-helpers@^7.0.0":
318324
version "7.8.3"
@@ -757,25 +763,25 @@
757763
"@babel/parser" "^7.10.4"
758764
"@babel/types" "^7.10.4"
759765

760-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.0", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3":
761-
version "7.12.0"
762-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.0.tgz#ed31953d6e708cdd34443de2fcdb55f72cdfb266"
763-
integrity sha512-ZU9e79xpOukCNPkQ1UzR4gJKCruGckr6edd8v8lmKpSk8iakgUIvb+5ZtaKKV9f7O+x5r+xbMDDIbzVpUoiIuw==
766+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3":
767+
version "7.12.1"
768+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e"
769+
integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==
764770
dependencies:
765771
"@babel/code-frame" "^7.10.4"
766-
"@babel/generator" "^7.12.0"
772+
"@babel/generator" "^7.12.1"
767773
"@babel/helper-function-name" "^7.10.4"
768774
"@babel/helper-split-export-declaration" "^7.11.0"
769-
"@babel/parser" "^7.12.0"
770-
"@babel/types" "^7.12.0"
775+
"@babel/parser" "^7.12.1"
776+
"@babel/types" "^7.12.1"
771777
debug "^4.1.0"
772778
globals "^11.1.0"
773779
lodash "^4.17.19"
774780

775-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0", "@babel/types@^7.8.3":
776-
version "7.12.0"
777-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.0.tgz#b6b49f425ee59043fbc89c61b11a13d5eae7b5c6"
778-
integrity sha512-ggIyFmT2zMaYRheOfPDQ4gz7QqV3B+t2rjqjbttDJxMcb7/LukvWCmlIl1sWcOxrvwpTDd+z0OytzqsbGeb3/g==
781+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0", "@babel/types@^7.8.3":
782+
version "7.12.1"
783+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
784+
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
779785
dependencies:
780786
"@babel/helper-validator-identifier" "^7.10.4"
781787
lodash "^4.17.19"

0 commit comments

Comments
 (0)