Skip to content

Commit 14b8f0a

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
Build(deps-dev): Bump @babel/core from 7.19.3 to 7.19.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.3 to 7.19.6. - [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.19.6/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]>
1 parent b88e7e2 commit 14b8f0a

File tree

2 files changed

+57
-50
lines changed

2 files changed

+57
-50
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.3",
50+
"@babel/core": "^7.19.6",
5151
"@storybook/addon-a11y": "^6.5.12",
5252
"@storybook/addon-actions": "^6.5.12",
5353
"@storybook/addon-essentials": "^6.5.12",

yarn.lock

Lines changed: 56 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -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.3", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0":
185-
version "7.19.3"
186-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
187-
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
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==
188188
dependencies:
189189
"@ampproject/remapping" "^2.1.0"
190190
"@babel/code-frame" "^7.18.6"
191-
"@babel/generator" "^7.19.3"
191+
"@babel/generator" "^7.19.6"
192192
"@babel/helper-compilation-targets" "^7.19.3"
193-
"@babel/helper-module-transforms" "^7.19.0"
194-
"@babel/helpers" "^7.19.0"
195-
"@babel/parser" "^7.19.3"
193+
"@babel/helper-module-transforms" "^7.19.6"
194+
"@babel/helpers" "^7.19.4"
195+
"@babel/parser" "^7.19.6"
196196
"@babel/template" "^7.18.10"
197-
"@babel/traverse" "^7.19.3"
198-
"@babel/types" "^7.19.3"
197+
"@babel/traverse" "^7.19.6"
198+
"@babel/types" "^7.19.4"
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.3", "@babel/generator@^7.7.2":
215-
version "7.19.3"
216-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
217-
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
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==
218218
dependencies:
219-
"@babel/types" "^7.19.3"
219+
"@babel/types" "^7.19.4"
220220
"@jridgewell/gen-mapping" "^0.3.2"
221221
jsesc "^2.5.1"
222222

@@ -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.0":
352-
version "7.19.0"
353-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30"
354-
integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==
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==
355355
dependencies:
356356
"@babel/helper-environment-visitor" "^7.18.9"
357357
"@babel/helper-module-imports" "^7.18.6"
358-
"@babel/helper-simple-access" "^7.18.6"
358+
"@babel/helper-simple-access" "^7.19.4"
359359
"@babel/helper-split-export-declaration" "^7.18.6"
360-
"@babel/helper-validator-identifier" "^7.18.6"
360+
"@babel/helper-validator-identifier" "^7.19.1"
361361
"@babel/template" "^7.18.10"
362-
"@babel/traverse" "^7.19.0"
363-
"@babel/types" "^7.19.0"
362+
"@babel/traverse" "^7.19.6"
363+
"@babel/types" "^7.19.4"
364364

365365
"@babel/helper-optimise-call-expression@^7.18.6":
366366
version "7.18.6"
@@ -407,6 +407,13 @@
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==
414+
dependencies:
415+
"@babel/types" "^7.19.4"
416+
410417
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0", "@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
411418
version "7.18.9"
412419
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
@@ -421,10 +428,10 @@
421428
dependencies:
422429
"@babel/types" "^7.18.6"
423430

424-
"@babel/helper-string-parser@^7.18.10":
425-
version "7.18.10"
426-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
427-
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
431+
"@babel/helper-string-parser@^7.19.4":
432+
version "7.19.4"
433+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
434+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
428435

429436
"@babel/helper-validator-identifier@^7.18.6":
430437
version "7.18.6"
@@ -451,14 +458,14 @@
451458
"@babel/traverse" "^7.18.11"
452459
"@babel/types" "^7.18.10"
453460

454-
"@babel/helpers@^7.12.5", "@babel/helpers@^7.19.0":
455-
version "7.19.0"
456-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18"
457-
integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==
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==
458465
dependencies:
459466
"@babel/template" "^7.18.10"
460-
"@babel/traverse" "^7.19.0"
461-
"@babel/types" "^7.19.0"
467+
"@babel/traverse" "^7.19.4"
468+
"@babel/types" "^7.19.4"
462469

463470
"@babel/highlight@^7.18.6":
464471
version "7.18.6"
@@ -469,10 +476,10 @@
469476
chalk "^2.0.0"
470477
js-tokens "^4.0.0"
471478

472-
"@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.3":
473-
version "7.19.3"
474-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
475-
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
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==
476483

477484
"@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":
478485
version "7.18.6"
@@ -1452,28 +1459,28 @@
14521459
"@babel/parser" "^7.18.10"
14531460
"@babel/types" "^7.18.10"
14541461

1455-
"@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.0", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.2":
1456-
version "7.19.3"
1457-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
1458-
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
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==
14591466
dependencies:
14601467
"@babel/code-frame" "^7.18.6"
1461-
"@babel/generator" "^7.19.3"
1468+
"@babel/generator" "^7.19.6"
14621469
"@babel/helper-environment-visitor" "^7.18.9"
14631470
"@babel/helper-function-name" "^7.19.0"
14641471
"@babel/helper-hoist-variables" "^7.18.6"
14651472
"@babel/helper-split-export-declaration" "^7.18.6"
1466-
"@babel/parser" "^7.19.3"
1467-
"@babel/types" "^7.19.3"
1473+
"@babel/parser" "^7.19.6"
1474+
"@babel/types" "^7.19.4"
14681475
debug "^4.1.0"
14691476
globals "^11.1.0"
14701477

1471-
"@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.3", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1472-
version "7.19.3"
1473-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
1474-
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
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==
14751482
dependencies:
1476-
"@babel/helper-string-parser" "^7.18.10"
1483+
"@babel/helper-string-parser" "^7.19.4"
14771484
"@babel/helper-validator-identifier" "^7.19.1"
14781485
to-fast-properties "^2.0.0"
14791486

0 commit comments

Comments
 (0)