Skip to content

Commit 26145a0

Browse files
build(deps-dev): bump @babel/core from 7.17.5 to 7.17.7 (#6034)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.5 to 7.17.7. - [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.17.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03da523 commit 26145a0

File tree

2 files changed

+48
-36
lines changed

2 files changed

+48
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.17.5",
73+
"@babel/core": "^7.17.7",
7474
"@babel/eslint-parser": "^7.17.0",
7575
"@babel/plugin-proposal-class-properties": "^7.16.7",
7676
"@babel/preset-env": "^7.16.11",

yarn.lock

Lines changed: 47 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@
153153
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
154154
integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
155155

156+
"@babel/compat-data@^7.17.7":
157+
version "7.17.7"
158+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
159+
integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==
160+
156161
157162
version "7.12.9"
158163
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
@@ -175,18 +180,18 @@
175180
semver "^5.4.1"
176181
source-map "^0.5.0"
177182

178-
"@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.17.5", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
179-
version "7.17.5"
180-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225"
181-
integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==
183+
"@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.17.7", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
184+
version "7.17.7"
185+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.7.tgz#f7c28228c83cdf2dbd1b9baa06eaf9df07f0c2f9"
186+
integrity sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==
182187
dependencies:
183188
"@ampproject/remapping" "^2.1.0"
184189
"@babel/code-frame" "^7.16.7"
185-
"@babel/generator" "^7.17.3"
186-
"@babel/helper-compilation-targets" "^7.16.7"
187-
"@babel/helper-module-transforms" "^7.16.7"
188-
"@babel/helpers" "^7.17.2"
189-
"@babel/parser" "^7.17.3"
190+
"@babel/generator" "^7.17.7"
191+
"@babel/helper-compilation-targets" "^7.17.7"
192+
"@babel/helper-module-transforms" "^7.17.7"
193+
"@babel/helpers" "^7.17.7"
194+
"@babel/parser" "^7.17.7"
190195
"@babel/template" "^7.16.7"
191196
"@babel/traverse" "^7.17.3"
192197
"@babel/types" "^7.17.0"
@@ -205,10 +210,10 @@
205210
eslint-visitor-keys "^2.1.0"
206211
semver "^6.3.0"
207212

208-
"@babel/generator@^7.12.5", "@babel/generator@^7.17.3", "@babel/generator@^7.7.2":
209-
version "7.17.3"
210-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
211-
integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==
213+
"@babel/generator@^7.12.5", "@babel/generator@^7.17.3", "@babel/generator@^7.17.7", "@babel/generator@^7.7.2":
214+
version "7.17.7"
215+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
216+
integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==
212217
dependencies:
213218
"@babel/types" "^7.17.0"
214219
jsesc "^2.5.1"
@@ -229,12 +234,12 @@
229234
"@babel/helper-explode-assignable-expression" "^7.16.7"
230235
"@babel/types" "^7.16.7"
231236

232-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7":
233-
version "7.16.7"
234-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
235-
integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==
237+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.7":
238+
version "7.17.7"
239+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz#a3c2924f5e5f0379b356d4cfb313d1414dc30e46"
240+
integrity sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==
236241
dependencies:
237-
"@babel/compat-data" "^7.16.4"
242+
"@babel/compat-data" "^7.17.7"
238243
"@babel/helper-validator-option" "^7.16.7"
239244
browserslist "^4.17.5"
240245
semver "^6.3.0"
@@ -345,19 +350,19 @@
345350
dependencies:
346351
"@babel/types" "^7.16.7"
347352

348-
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.16.7":
349-
version "7.16.7"
350-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41"
351-
integrity sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==
353+
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.17.7":
354+
version "7.17.7"
355+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd"
356+
integrity sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==
352357
dependencies:
353358
"@babel/helper-environment-visitor" "^7.16.7"
354359
"@babel/helper-module-imports" "^7.16.7"
355-
"@babel/helper-simple-access" "^7.16.7"
360+
"@babel/helper-simple-access" "^7.17.7"
356361
"@babel/helper-split-export-declaration" "^7.16.7"
357362
"@babel/helper-validator-identifier" "^7.16.7"
358363
"@babel/template" "^7.16.7"
359-
"@babel/traverse" "^7.16.7"
360-
"@babel/types" "^7.16.7"
364+
"@babel/traverse" "^7.17.3"
365+
"@babel/types" "^7.17.0"
361366

362367
"@babel/helper-optimise-call-expression@^7.16.7":
363368
version "7.16.7"
@@ -403,6 +408,13 @@
403408
dependencies:
404409
"@babel/types" "^7.16.7"
405410

411+
"@babel/helper-simple-access@^7.17.7":
412+
version "7.17.7"
413+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367"
414+
integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==
415+
dependencies:
416+
"@babel/types" "^7.17.0"
417+
406418
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
407419
version "7.16.0"
408420
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
@@ -437,13 +449,13 @@
437449
"@babel/traverse" "^7.16.8"
438450
"@babel/types" "^7.16.8"
439451

440-
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.2":
441-
version "7.17.2"
442-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417"
443-
integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==
452+
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.7":
453+
version "7.17.7"
454+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.7.tgz#6fc0a24280fd00026e85424bbfed4650e76d7127"
455+
integrity sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==
444456
dependencies:
445457
"@babel/template" "^7.16.7"
446-
"@babel/traverse" "^7.17.0"
458+
"@babel/traverse" "^7.17.3"
447459
"@babel/types" "^7.17.0"
448460

449461
"@babel/highlight@^7.16.7":
@@ -455,10 +467,10 @@
455467
chalk "^2.0.0"
456468
js-tokens "^4.0.0"
457469

458-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3":
459-
version "7.17.3"
460-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
461-
integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
470+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.7":
471+
version "7.17.7"
472+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.7.tgz#fc19b645a5456c8d6fdb6cecd3c66c0173902800"
473+
integrity sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==
462474

463475
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
464476
version "7.16.7"
@@ -1180,7 +1192,7 @@
11801192
"@babel/parser" "^7.16.7"
11811193
"@babel/types" "^7.16.7"
11821194

1183-
"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2":
1195+
"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2":
11841196
version "7.17.3"
11851197
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
11861198
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==

0 commit comments

Comments
 (0)