Skip to content

Commit 8b8e6bd

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
Build(deps-dev): Bump @babel/core from 7.19.6 to 7.20.2
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.6 to 7.20.2. - [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.20.2/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]>
1 parent 9d6ead0 commit 8b8e6bd

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@babel/cli": "^7.19.3",
50-
"@babel/core": "^7.19.6",
50+
"@babel/core": "^7.20.2",
5151
"@storybook/addon-a11y": "^6.5.13",
5252
"@storybook/addon-actions": "^6.5.12",
5353
"@storybook/addon-essentials": "^6.5.13",

yarn.lock

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@
154154
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
155155
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
156156

157-
"@babel/compat-data@^7.19.3":
158-
version "7.19.3"
159-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
160-
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
157+
"@babel/compat-data@^7.20.0":
158+
version "7.20.1"
159+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
160+
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
161161

162162
163163
version "7.12.9"
@@ -181,21 +181,21 @@
181181
semver "^5.4.1"
182182
source-map "^0.5.0"
183183

184-
"@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.19.6", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0":
185-
version "7.19.6"
186-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"
187-
integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==
184+
"@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.20.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0":
185+
version "7.20.2"
186+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92"
187+
integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
188188
dependencies:
189189
"@ampproject/remapping" "^2.1.0"
190190
"@babel/code-frame" "^7.18.6"
191-
"@babel/generator" "^7.19.6"
192-
"@babel/helper-compilation-targets" "^7.19.3"
193-
"@babel/helper-module-transforms" "^7.19.6"
194-
"@babel/helpers" "^7.19.4"
195-
"@babel/parser" "^7.19.6"
191+
"@babel/generator" "^7.20.2"
192+
"@babel/helper-compilation-targets" "^7.20.0"
193+
"@babel/helper-module-transforms" "^7.20.2"
194+
"@babel/helpers" "^7.20.1"
195+
"@babel/parser" "^7.20.2"
196196
"@babel/template" "^7.18.10"
197-
"@babel/traverse" "^7.19.6"
198-
"@babel/types" "^7.19.4"
197+
"@babel/traverse" "^7.20.1"
198+
"@babel/types" "^7.20.2"
199199
convert-source-map "^1.7.0"
200200
debug "^4.1.0"
201201
gensync "^1.0.0-beta.2"
@@ -211,12 +211,12 @@
211211
eslint-visitor-keys "^2.1.0"
212212
semver "^6.3.0"
213213

214-
"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.19.6", "@babel/generator@^7.7.2":
215-
version "7.19.6"
216-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
217-
integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==
214+
"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.20.1", "@babel/generator@^7.20.2", "@babel/generator@^7.7.2":
215+
version "7.20.2"
216+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.2.tgz#c2e89e22613a039285c1e7b749e2cd0b30b9a481"
217+
integrity sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q==
218218
dependencies:
219-
"@babel/types" "^7.19.4"
219+
"@babel/types" "^7.20.2"
220220
"@jridgewell/gen-mapping" "^0.3.2"
221221
jsesc "^2.5.1"
222222

@@ -235,12 +235,12 @@
235235
"@babel/helper-explode-assignable-expression" "^7.18.6"
236236
"@babel/types" "^7.18.9"
237237

238-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.3":
239-
version "7.19.3"
240-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
241-
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
238+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0":
239+
version "7.20.0"
240+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
241+
integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
242242
dependencies:
243-
"@babel/compat-data" "^7.19.3"
243+
"@babel/compat-data" "^7.20.0"
244244
"@babel/helper-validator-option" "^7.18.6"
245245
browserslist "^4.21.3"
246246
semver "^6.3.0"
@@ -348,19 +348,19 @@
348348
dependencies:
349349
"@babel/types" "^7.16.7"
350350

351-
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9", "@babel/helper-module-transforms@^7.19.6":
352-
version "7.19.6"
353-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
354-
integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==
351+
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9", "@babel/helper-module-transforms@^7.20.2":
352+
version "7.20.2"
353+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
354+
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
355355
dependencies:
356356
"@babel/helper-environment-visitor" "^7.18.9"
357357
"@babel/helper-module-imports" "^7.18.6"
358-
"@babel/helper-simple-access" "^7.19.4"
358+
"@babel/helper-simple-access" "^7.20.2"
359359
"@babel/helper-split-export-declaration" "^7.18.6"
360360
"@babel/helper-validator-identifier" "^7.19.1"
361361
"@babel/template" "^7.18.10"
362-
"@babel/traverse" "^7.19.6"
363-
"@babel/types" "^7.19.4"
362+
"@babel/traverse" "^7.20.1"
363+
"@babel/types" "^7.20.2"
364364

365365
"@babel/helper-optimise-call-expression@^7.18.6":
366366
version "7.18.6"
@@ -407,12 +407,12 @@
407407
dependencies:
408408
"@babel/types" "^7.18.6"
409409

410-
"@babel/helper-simple-access@^7.19.4":
411-
version "7.19.4"
412-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
413-
integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
410+
"@babel/helper-simple-access@^7.20.2":
411+
version "7.20.2"
412+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
413+
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
414414
dependencies:
415-
"@babel/types" "^7.19.4"
415+
"@babel/types" "^7.20.2"
416416

417417
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0", "@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
418418
version "7.18.9"
@@ -458,14 +458,14 @@
458458
"@babel/traverse" "^7.18.11"
459459
"@babel/types" "^7.18.10"
460460

461-
"@babel/helpers@^7.12.5", "@babel/helpers@^7.19.4":
462-
version "7.19.4"
463-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
464-
integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
461+
"@babel/helpers@^7.12.5", "@babel/helpers@^7.20.1":
462+
version "7.20.1"
463+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
464+
integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
465465
dependencies:
466466
"@babel/template" "^7.18.10"
467-
"@babel/traverse" "^7.19.4"
468-
"@babel/types" "^7.19.4"
467+
"@babel/traverse" "^7.20.1"
468+
"@babel/types" "^7.20.0"
469469

470470
"@babel/highlight@^7.18.6":
471471
version "7.18.6"
@@ -476,10 +476,10 @@
476476
chalk "^2.0.0"
477477
js-tokens "^4.0.0"
478478

479-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.6":
480-
version "7.19.6"
481-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
482-
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
479+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
480+
version "7.20.2"
481+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4"
482+
integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==
483483

484484
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
485485
version "7.18.6"
@@ -1459,26 +1459,26 @@
14591459
"@babel/parser" "^7.18.10"
14601460
"@babel/types" "^7.18.10"
14611461

1462-
"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.11", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6", "@babel/traverse@^7.7.2":
1463-
version "7.19.6"
1464-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
1465-
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
1462+
"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.11", "@babel/traverse@^7.18.9", "@babel/traverse@^7.20.1", "@babel/traverse@^7.7.2":
1463+
version "7.20.1"
1464+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
1465+
integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
14661466
dependencies:
14671467
"@babel/code-frame" "^7.18.6"
1468-
"@babel/generator" "^7.19.6"
1468+
"@babel/generator" "^7.20.1"
14691469
"@babel/helper-environment-visitor" "^7.18.9"
14701470
"@babel/helper-function-name" "^7.19.0"
14711471
"@babel/helper-hoist-variables" "^7.18.6"
14721472
"@babel/helper-split-export-declaration" "^7.18.6"
1473-
"@babel/parser" "^7.19.6"
1474-
"@babel/types" "^7.19.4"
1473+
"@babel/parser" "^7.20.1"
1474+
"@babel/types" "^7.20.0"
14751475
debug "^4.1.0"
14761476
globals "^11.1.0"
14771477

1478-
"@babel/types@^7.0.0", "@babel/types@^7.12.11", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1479-
version "7.19.4"
1480-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
1481-
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
1478+
"@babel/types@^7.0.0", "@babel/types@^7.12.11", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1479+
version "7.20.2"
1480+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
1481+
integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==
14821482
dependencies:
14831483
"@babel/helper-string-parser" "^7.19.4"
14841484
"@babel/helper-validator-identifier" "^7.19.1"

0 commit comments

Comments
 (0)