Skip to content

Commit 9b634e2

Browse files
committed
⬆️ deps: Upgrade dependency @babel/core to v7.20.5
1 parent 0cf624b commit 9b634e2

File tree

2 files changed

+57
-18
lines changed

2 files changed

+57
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@iterable-iterator/slice": "^1.0.1"
7272
},
7373
"devDependencies": {
74-
"@babel/core": "7.20.2",
74+
"@babel/core": "7.20.5",
7575
"@babel/preset-env": "7.20.2",
7676
"@babel/register": "7.18.9",
7777
"@commitlint/cli": "17.3.0",

yarn.lock

Lines changed: 56 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
3939
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
4040

41-
"@babel/core@7.20.2":
42-
version "7.20.2"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92"
44-
integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
41+
"@babel/core@7.20.5":
42+
version "7.20.5"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
44+
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
4545
dependencies:
4646
"@ampproject/remapping" "^2.1.0"
4747
"@babel/code-frame" "^7.18.6"
48-
"@babel/generator" "^7.20.2"
48+
"@babel/generator" "^7.20.5"
4949
"@babel/helper-compilation-targets" "^7.20.0"
5050
"@babel/helper-module-transforms" "^7.20.2"
51-
"@babel/helpers" "^7.20.1"
52-
"@babel/parser" "^7.20.2"
51+
"@babel/helpers" "^7.20.5"
52+
"@babel/parser" "^7.20.5"
5353
"@babel/template" "^7.18.10"
54-
"@babel/traverse" "^7.20.1"
55-
"@babel/types" "^7.20.2"
54+
"@babel/traverse" "^7.20.5"
55+
"@babel/types" "^7.20.5"
5656
convert-source-map "^1.7.0"
5757
debug "^4.1.0"
5858
gensync "^1.0.0-beta.2"
@@ -116,7 +116,7 @@
116116
"@jridgewell/gen-mapping" "^0.3.2"
117117
jsesc "^2.5.1"
118118

119-
"@babel/generator@^7.20.1", "@babel/generator@^7.20.2":
119+
"@babel/generator@^7.20.1":
120120
version "7.20.2"
121121
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.2.tgz#c2e89e22613a039285c1e7b749e2cd0b30b9a481"
122122
integrity sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q==
@@ -125,6 +125,15 @@
125125
"@jridgewell/gen-mapping" "^0.3.2"
126126
jsesc "^2.5.1"
127127

128+
"@babel/generator@^7.20.5":
129+
version "7.20.5"
130+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
131+
integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
132+
dependencies:
133+
"@babel/types" "^7.20.5"
134+
"@jridgewell/gen-mapping" "^0.3.2"
135+
jsesc "^2.5.1"
136+
128137
"@babel/helper-annotate-as-pure@^7.14.5":
129138
version "7.14.5"
130139
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -659,14 +668,14 @@
659668
"@babel/traverse" "^7.14.8"
660669
"@babel/types" "^7.14.8"
661670

662-
"@babel/helpers@^7.20.1":
663-
version "7.20.1"
664-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
665-
integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
671+
"@babel/helpers@^7.20.5":
672+
version "7.20.6"
673+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
674+
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
666675
dependencies:
667676
"@babel/template" "^7.18.10"
668-
"@babel/traverse" "^7.20.1"
669-
"@babel/types" "^7.20.0"
677+
"@babel/traverse" "^7.20.5"
678+
"@babel/types" "^7.20.5"
670679

671680
"@babel/highlight@^7.14.5":
672681
version "7.14.5"
@@ -706,11 +715,16 @@
706715
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
707716
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
708717

709-
"@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
718+
"@babel/parser@^7.20.1":
710719
version "7.20.2"
711720
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4"
712721
integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==
713722

723+
"@babel/parser@^7.20.5":
724+
version "7.20.5"
725+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
726+
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
727+
714728
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
715729
version "7.18.6"
716730
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1993,6 +2007,22 @@
19932007
debug "^4.1.0"
19942008
globals "^11.1.0"
19952009

2010+
"@babel/traverse@^7.20.5":
2011+
version "7.20.5"
2012+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
2013+
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
2014+
dependencies:
2015+
"@babel/code-frame" "^7.18.6"
2016+
"@babel/generator" "^7.20.5"
2017+
"@babel/helper-environment-visitor" "^7.18.9"
2018+
"@babel/helper-function-name" "^7.19.0"
2019+
"@babel/helper-hoist-variables" "^7.18.6"
2020+
"@babel/helper-split-export-declaration" "^7.18.6"
2021+
"@babel/parser" "^7.20.5"
2022+
"@babel/types" "^7.20.5"
2023+
debug "^4.1.0"
2024+
globals "^11.1.0"
2025+
19962026
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.4.4":
19972027
version "7.14.9"
19982028
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
@@ -2053,6 +2083,15 @@
20532083
"@babel/helper-validator-identifier" "^7.19.1"
20542084
to-fast-properties "^2.0.0"
20552085

2086+
"@babel/types@^7.20.5":
2087+
version "7.20.5"
2088+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
2089+
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
2090+
dependencies:
2091+
"@babel/helper-string-parser" "^7.19.4"
2092+
"@babel/helper-validator-identifier" "^7.19.1"
2093+
to-fast-properties "^2.0.0"
2094+
20562095
"@bcoe/v8-coverage@^0.2.3":
20572096
version "0.2.3"
20582097
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)