Skip to content

Commit 05c2e54

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @babel/core to ^7.15.0
1 parent 6a49957 commit 05c2e54

File tree

2 files changed

+84
-66
lines changed

2 files changed

+84
-66
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"release": "npm run test && npm run build && lerna publish"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "^7.14.6",
16+
"@babel/core": "^7.15.0",
1717
"@commitlint/cli": "^8.3.5",
1818
"@commitlint/config-conventional": "^8.3.4",
1919
"@mjolnir/babel-preset": "^0.2.0",

yarn.lock

Lines changed: 83 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
dependencies:
1717
"@babel/highlight" "^7.14.5"
1818

19-
"@babel/compat-data@^7.14.5":
20-
version "7.14.7"
21-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
22-
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
19+
"@babel/compat-data@^7.15.0":
20+
version "7.15.0"
21+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
22+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
2323

2424
"@babel/[email protected]", "@babel/core@^7.1.0":
2525
version "7.5.5"
@@ -41,33 +41,33 @@
4141
semver "^5.4.1"
4242
source-map "^0.5.0"
4343

44-
"@babel/core@^7.14.6":
45-
version "7.14.6"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
47-
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
44+
"@babel/core@^7.15.0":
45+
version "7.15.0"
46+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
47+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
4848
dependencies:
4949
"@babel/code-frame" "^7.14.5"
50-
"@babel/generator" "^7.14.5"
51-
"@babel/helper-compilation-targets" "^7.14.5"
52-
"@babel/helper-module-transforms" "^7.14.5"
53-
"@babel/helpers" "^7.14.6"
54-
"@babel/parser" "^7.14.6"
50+
"@babel/generator" "^7.15.0"
51+
"@babel/helper-compilation-targets" "^7.15.0"
52+
"@babel/helper-module-transforms" "^7.15.0"
53+
"@babel/helpers" "^7.14.8"
54+
"@babel/parser" "^7.15.0"
5555
"@babel/template" "^7.14.5"
56-
"@babel/traverse" "^7.14.5"
57-
"@babel/types" "^7.14.5"
56+
"@babel/traverse" "^7.15.0"
57+
"@babel/types" "^7.15.0"
5858
convert-source-map "^1.7.0"
5959
debug "^4.1.0"
6060
gensync "^1.0.0-beta.2"
6161
json5 "^2.1.2"
6262
semver "^6.3.0"
6363
source-map "^0.5.0"
6464

65-
"@babel/generator@^7.14.5":
66-
version "7.14.5"
67-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
68-
integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==
65+
"@babel/generator@^7.15.0":
66+
version "7.15.0"
67+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
68+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
6969
dependencies:
70-
"@babel/types" "^7.14.5"
70+
"@babel/types" "^7.15.0"
7171
jsesc "^2.5.1"
7272
source-map "^0.5.0"
7373

@@ -114,12 +114,12 @@
114114
"@babel/traverse" "^7.4.4"
115115
"@babel/types" "^7.4.4"
116116

117-
"@babel/helper-compilation-targets@^7.14.5":
118-
version "7.14.5"
119-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
120-
integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
117+
"@babel/helper-compilation-targets@^7.15.0":
118+
version "7.15.0"
119+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
120+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
121121
dependencies:
122-
"@babel/compat-data" "^7.14.5"
122+
"@babel/compat-data" "^7.15.0"
123123
"@babel/helper-validator-option" "^7.14.5"
124124
browserslist "^4.16.6"
125125
semver "^6.3.0"
@@ -199,12 +199,12 @@
199199
dependencies:
200200
"@babel/types" "^7.4.4"
201201

202-
"@babel/helper-member-expression-to-functions@^7.14.5":
203-
version "7.14.7"
204-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970"
205-
integrity sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA==
202+
"@babel/helper-member-expression-to-functions@^7.15.0":
203+
version "7.15.0"
204+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
205+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
206206
dependencies:
207-
"@babel/types" "^7.14.5"
207+
"@babel/types" "^7.15.0"
208208

209209
"@babel/helper-member-expression-to-functions@^7.5.5":
210210
version "7.5.5"
@@ -239,19 +239,19 @@
239239
"@babel/types" "^7.5.5"
240240
lodash "^4.17.13"
241241

242-
"@babel/helper-module-transforms@^7.14.5":
243-
version "7.14.5"
244-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"
245-
integrity sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA==
242+
"@babel/helper-module-transforms@^7.15.0":
243+
version "7.15.0"
244+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
245+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
246246
dependencies:
247247
"@babel/helper-module-imports" "^7.14.5"
248-
"@babel/helper-replace-supers" "^7.14.5"
249-
"@babel/helper-simple-access" "^7.14.5"
248+
"@babel/helper-replace-supers" "^7.15.0"
249+
"@babel/helper-simple-access" "^7.14.8"
250250
"@babel/helper-split-export-declaration" "^7.14.5"
251-
"@babel/helper-validator-identifier" "^7.14.5"
251+
"@babel/helper-validator-identifier" "^7.14.9"
252252
"@babel/template" "^7.14.5"
253-
"@babel/traverse" "^7.14.5"
254-
"@babel/types" "^7.14.5"
253+
"@babel/traverse" "^7.15.0"
254+
"@babel/types" "^7.15.0"
255255

256256
"@babel/helper-optimise-call-expression@^7.0.0":
257257
version "7.0.0"
@@ -290,15 +290,15 @@
290290
"@babel/traverse" "^7.1.0"
291291
"@babel/types" "^7.0.0"
292292

293-
"@babel/helper-replace-supers@^7.14.5":
294-
version "7.14.5"
295-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
296-
integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==
293+
"@babel/helper-replace-supers@^7.15.0":
294+
version "7.15.0"
295+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
296+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
297297
dependencies:
298-
"@babel/helper-member-expression-to-functions" "^7.14.5"
298+
"@babel/helper-member-expression-to-functions" "^7.15.0"
299299
"@babel/helper-optimise-call-expression" "^7.14.5"
300-
"@babel/traverse" "^7.14.5"
301-
"@babel/types" "^7.14.5"
300+
"@babel/traverse" "^7.15.0"
301+
"@babel/types" "^7.15.0"
302302

303303
"@babel/helper-replace-supers@^7.5.5":
304304
version "7.5.5"
@@ -318,12 +318,12 @@
318318
"@babel/template" "^7.1.0"
319319
"@babel/types" "^7.0.0"
320320

321-
"@babel/helper-simple-access@^7.14.5":
322-
version "7.14.5"
323-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
324-
integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw==
321+
"@babel/helper-simple-access@^7.14.8":
322+
version "7.14.8"
323+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
324+
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
325325
dependencies:
326-
"@babel/types" "^7.14.5"
326+
"@babel/types" "^7.14.8"
327327

328328
"@babel/helper-split-export-declaration@^7.14.5":
329329
version "7.14.5"
@@ -344,6 +344,11 @@
344344
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
345345
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
346346

347+
"@babel/helper-validator-identifier@^7.14.9":
348+
version "7.14.9"
349+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
350+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
351+
347352
"@babel/helper-validator-option@^7.14.5":
348353
version "7.14.5"
349354
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -359,14 +364,14 @@
359364
"@babel/traverse" "^7.1.0"
360365
"@babel/types" "^7.2.0"
361366

362-
"@babel/helpers@^7.14.6":
363-
version "7.14.6"
364-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
365-
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
367+
"@babel/helpers@^7.14.8":
368+
version "7.15.3"
369+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.3.tgz#c96838b752b95dcd525b4e741ed40bb1dc2a1357"
370+
integrity sha512-HwJiz52XaS96lX+28Tnbu31VeFSQJGOeKHJeaEPQlTl7PnlhFElWPj8tUXtqFIzeN86XxXoBr+WFAyK2PPVz6g==
366371
dependencies:
367372
"@babel/template" "^7.14.5"
368-
"@babel/traverse" "^7.14.5"
369-
"@babel/types" "^7.14.5"
373+
"@babel/traverse" "^7.15.0"
374+
"@babel/types" "^7.15.0"
370375

371376
"@babel/helpers@^7.5.5":
372377
version "7.5.5"
@@ -400,11 +405,16 @@
400405
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
401406
integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
402407

403-
"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7":
408+
"@babel/parser@^7.14.5":
404409
version "7.14.7"
405410
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
406411
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
407412

413+
"@babel/parser@^7.15.0":
414+
version "7.15.3"
415+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862"
416+
integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA==
417+
408418
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
409419
version "7.2.0"
410420
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
@@ -998,18 +1008,18 @@
9981008
globals "^11.1.0"
9991009
lodash "^4.17.13"
10001010

1001-
"@babel/traverse@^7.14.5":
1002-
version "7.14.7"
1003-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
1004-
integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
1011+
"@babel/traverse@^7.15.0":
1012+
version "7.15.0"
1013+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1014+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
10051015
dependencies:
10061016
"@babel/code-frame" "^7.14.5"
1007-
"@babel/generator" "^7.14.5"
1017+
"@babel/generator" "^7.15.0"
10081018
"@babel/helper-function-name" "^7.14.5"
10091019
"@babel/helper-hoist-variables" "^7.14.5"
10101020
"@babel/helper-split-export-declaration" "^7.14.5"
1011-
"@babel/parser" "^7.14.7"
1012-
"@babel/types" "^7.14.5"
1021+
"@babel/parser" "^7.15.0"
1022+
"@babel/types" "^7.15.0"
10131023
debug "^4.1.0"
10141024
globals "^11.1.0"
10151025

@@ -1030,6 +1040,14 @@
10301040
"@babel/helper-validator-identifier" "^7.14.5"
10311041
to-fast-properties "^2.0.0"
10321042

1043+
"@babel/types@^7.14.8", "@babel/types@^7.15.0":
1044+
version "7.15.0"
1045+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1046+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
1047+
dependencies:
1048+
"@babel/helper-validator-identifier" "^7.14.9"
1049+
to-fast-properties "^2.0.0"
1050+
10331051
"@cnakazawa/watch@^1.0.3":
10341052
version "1.0.3"
10351053
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"

0 commit comments

Comments
 (0)