Skip to content

Commit 9dd2e35

Browse files
chore(deps-dev): bump @babel/core from 7.14.8 to 7.15.0 (#316)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.8 to 7.15.0. - [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.15.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef5c390 commit 9dd2e35

File tree

1 file changed

+65
-48
lines changed

1 file changed

+65
-48
lines changed

yarn.lock

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

19-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.14.9":
19+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.14.9":
2020
version "7.14.9"
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
2222
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
2323

24+
"@babel/compat-data@^7.15.0":
25+
version "7.15.0"
26+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
27+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
28+
2429
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
25-
version "7.14.8"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
27-
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
30+
version "7.15.0"
31+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
32+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
2833
dependencies:
2934
"@babel/code-frame" "^7.14.5"
30-
"@babel/generator" "^7.14.8"
31-
"@babel/helper-compilation-targets" "^7.14.5"
32-
"@babel/helper-module-transforms" "^7.14.8"
35+
"@babel/generator" "^7.15.0"
36+
"@babel/helper-compilation-targets" "^7.15.0"
37+
"@babel/helper-module-transforms" "^7.15.0"
3338
"@babel/helpers" "^7.14.8"
34-
"@babel/parser" "^7.14.8"
39+
"@babel/parser" "^7.15.0"
3540
"@babel/template" "^7.14.5"
36-
"@babel/traverse" "^7.14.8"
37-
"@babel/types" "^7.14.8"
41+
"@babel/traverse" "^7.15.0"
42+
"@babel/types" "^7.15.0"
3843
convert-source-map "^1.7.0"
3944
debug "^4.1.0"
4045
gensync "^1.0.0-beta.2"
@@ -51,12 +56,12 @@
5156
eslint-visitor-keys "^2.1.0"
5257
semver "^6.3.0"
5358

54-
"@babel/generator@^7.14.8", "@babel/generator@^7.7.2":
55-
version "7.14.8"
56-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
57-
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
59+
"@babel/generator@^7.15.0", "@babel/generator@^7.7.2":
60+
version "7.15.0"
61+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
62+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
5863
dependencies:
59-
"@babel/types" "^7.14.8"
64+
"@babel/types" "^7.15.0"
6065
jsesc "^2.5.1"
6166
source-map "^0.5.0"
6267

@@ -75,12 +80,12 @@
7580
"@babel/helper-explode-assignable-expression" "^7.14.5"
7681
"@babel/types" "^7.14.5"
7782

78-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5":
79-
version "7.14.5"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
81-
integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
83+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0":
84+
version "7.15.0"
85+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
86+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
8287
dependencies:
83-
"@babel/compat-data" "^7.14.5"
88+
"@babel/compat-data" "^7.15.0"
8489
"@babel/helper-validator-option" "^7.14.5"
8590
browserslist "^4.16.6"
8691
semver "^6.3.0"
@@ -168,26 +173,33 @@
168173
dependencies:
169174
"@babel/types" "^7.14.5"
170175

176+
"@babel/helper-member-expression-to-functions@^7.15.0":
177+
version "7.15.0"
178+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
179+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
180+
dependencies:
181+
"@babel/types" "^7.15.0"
182+
171183
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
172184
version "7.14.5"
173185
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
174186
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
175187
dependencies:
176188
"@babel/types" "^7.14.5"
177189

178-
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.14.8":
179-
version "7.14.8"
180-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
181-
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
190+
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0":
191+
version "7.15.0"
192+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
193+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
182194
dependencies:
183195
"@babel/helper-module-imports" "^7.14.5"
184-
"@babel/helper-replace-supers" "^7.14.5"
196+
"@babel/helper-replace-supers" "^7.15.0"
185197
"@babel/helper-simple-access" "^7.14.8"
186198
"@babel/helper-split-export-declaration" "^7.14.5"
187-
"@babel/helper-validator-identifier" "^7.14.8"
199+
"@babel/helper-validator-identifier" "^7.14.9"
188200
"@babel/template" "^7.14.5"
189-
"@babel/traverse" "^7.14.8"
190-
"@babel/types" "^7.14.8"
201+
"@babel/traverse" "^7.15.0"
202+
"@babel/types" "^7.15.0"
191203

192204
"@babel/helper-optimise-call-expression@^7.14.5":
193205
version "7.14.5"
@@ -220,6 +232,16 @@
220232
"@babel/traverse" "^7.14.5"
221233
"@babel/types" "^7.14.5"
222234

235+
"@babel/helper-replace-supers@^7.15.0":
236+
version "7.15.0"
237+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
238+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
239+
dependencies:
240+
"@babel/helper-member-expression-to-functions" "^7.15.0"
241+
"@babel/helper-optimise-call-expression" "^7.14.5"
242+
"@babel/traverse" "^7.15.0"
243+
"@babel/types" "^7.15.0"
244+
223245
"@babel/helper-simple-access@^7.14.5":
224246
version "7.14.5"
225247
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
@@ -253,11 +275,6 @@
253275
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
254276
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
255277

256-
"@babel/helper-validator-identifier@^7.14.8":
257-
version "7.14.8"
258-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
259-
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
260-
261278
"@babel/helper-validator-identifier@^7.14.9":
262279
version "7.14.9"
263280
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
@@ -296,10 +313,10 @@
296313
chalk "^2.0.0"
297314
js-tokens "^4.0.0"
298315

299-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.8", "@babel/parser@^7.7.2":
300-
version "7.14.8"
301-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
302-
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
316+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0", "@babel/parser@^7.7.2":
317+
version "7.15.0"
318+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
319+
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
303320

304321
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
305322
version "7.14.5"
@@ -1015,25 +1032,25 @@
10151032
"@babel/parser" "^7.14.5"
10161033
"@babel/types" "^7.14.5"
10171034

1018-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.7.2":
1019-
version "7.14.8"
1020-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
1021-
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
1035+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0", "@babel/traverse@^7.7.2":
1036+
version "7.15.0"
1037+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1038+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
10221039
dependencies:
10231040
"@babel/code-frame" "^7.14.5"
1024-
"@babel/generator" "^7.14.8"
1041+
"@babel/generator" "^7.15.0"
10251042
"@babel/helper-function-name" "^7.14.5"
10261043
"@babel/helper-hoist-variables" "^7.14.5"
10271044
"@babel/helper-split-export-declaration" "^7.14.5"
1028-
"@babel/parser" "^7.14.8"
1029-
"@babel/types" "^7.14.8"
1045+
"@babel/parser" "^7.15.0"
1046+
"@babel/types" "^7.15.0"
10301047
debug "^4.1.0"
10311048
globals "^11.1.0"
10321049

1033-
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1034-
version "7.14.9"
1035-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
1036-
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
1050+
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1051+
version "7.15.0"
1052+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1053+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
10371054
dependencies:
10381055
"@babel/helper-validator-identifier" "^7.14.9"
10391056
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)