Skip to content

Commit a053b78

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
Build(deps-dev): Bump @babel/core from 7.20.2 to 7.20.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.2 to 7.20.5. - [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.5/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 80ee926 commit a053b78

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
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.20.2",
50+
"@babel/core": "^7.20.5",
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: 35 additions & 35 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.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==
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.5", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0":
185+
version "7.20.5"
186+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
187+
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
188188
dependencies:
189189
"@ampproject/remapping" "^2.1.0"
190190
"@babel/code-frame" "^7.18.6"
191-
"@babel/generator" "^7.20.2"
191+
"@babel/generator" "^7.20.5"
192192
"@babel/helper-compilation-targets" "^7.20.0"
193193
"@babel/helper-module-transforms" "^7.20.2"
194-
"@babel/helpers" "^7.20.1"
195-
"@babel/parser" "^7.20.2"
194+
"@babel/helpers" "^7.20.5"
195+
"@babel/parser" "^7.20.5"
196196
"@babel/template" "^7.18.10"
197-
"@babel/traverse" "^7.20.1"
198-
"@babel/types" "^7.20.2"
197+
"@babel/traverse" "^7.20.5"
198+
"@babel/types" "^7.20.5"
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.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==
214+
"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.20.5", "@babel/generator@^7.7.2":
215+
version "7.20.5"
216+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
217+
integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
218218
dependencies:
219-
"@babel/types" "^7.20.2"
219+
"@babel/types" "^7.20.5"
220220
"@jridgewell/gen-mapping" "^0.3.2"
221221
jsesc "^2.5.1"
222222

@@ -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.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==
461+
"@babel/helpers@^7.12.5", "@babel/helpers@^7.20.5":
462+
version "7.20.6"
463+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
464+
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
465465
dependencies:
466466
"@babel/template" "^7.18.10"
467-
"@babel/traverse" "^7.20.1"
468-
"@babel/types" "^7.20.0"
467+
"@babel/traverse" "^7.20.5"
468+
"@babel/types" "^7.20.5"
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.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==
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.5":
480+
version "7.20.5"
481+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
482+
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
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.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==
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.20.5", "@babel/traverse@^7.7.2":
1463+
version "7.20.5"
1464+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
1465+
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
14661466
dependencies:
14671467
"@babel/code-frame" "^7.18.6"
1468-
"@babel/generator" "^7.20.1"
1468+
"@babel/generator" "^7.20.5"
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.20.1"
1474-
"@babel/types" "^7.20.0"
1473+
"@babel/parser" "^7.20.5"
1474+
"@babel/types" "^7.20.5"
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.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==
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.2", "@babel/types@^7.20.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1479+
version "7.20.5"
1480+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
1481+
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
14821482
dependencies:
14831483
"@babel/helper-string-parser" "^7.19.4"
14841484
"@babel/helper-validator-identifier" "^7.19.1"

0 commit comments

Comments
 (0)