Skip to content

Commit df72d4d

Browse files
committed
⬆️ deps: Upgrade dependency @babel/core to v7.20.5
1 parent 4599a59 commit df72d4d

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
@@ -65,7 +65,7 @@
6565
},
6666
"dependencies": {},
6767
"devDependencies": {
68-
"@babel/core": "7.20.2",
68+
"@babel/core": "7.20.5",
6969
"@babel/preset-env": "7.20.2",
7070
"@babel/register": "7.18.9",
7171
"@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.16.0":
129138
version "7.16.0"
130139
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -668,14 +677,14 @@
668677
"@babel/traverse" "^7.16.5"
669678
"@babel/types" "^7.16.0"
670679

671-
"@babel/helpers@^7.20.1":
672-
version "7.20.1"
673-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
674-
integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
680+
"@babel/helpers@^7.20.5":
681+
version "7.20.6"
682+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
683+
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
675684
dependencies:
676685
"@babel/template" "^7.18.10"
677-
"@babel/traverse" "^7.20.1"
678-
"@babel/types" "^7.20.0"
686+
"@babel/traverse" "^7.20.5"
687+
"@babel/types" "^7.20.5"
679688

680689
"@babel/highlight@^7.16.0":
681690
version "7.16.0"
@@ -715,11 +724,16 @@
715724
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
716725
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
717726

718-
"@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
727+
"@babel/parser@^7.20.1":
719728
version "7.20.2"
720729
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4"
721730
integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==
722731

732+
"@babel/parser@^7.20.5":
733+
version "7.20.5"
734+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
735+
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
736+
723737
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
724738
version "7.16.2"
725739
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.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
@@ -2001,6 +2015,22 @@
20012015
debug "^4.1.0"
20022016
globals "^11.1.0"
20032017

2018+
"@babel/traverse@^7.20.5":
2019+
version "7.20.5"
2020+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
2021+
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
2022+
dependencies:
2023+
"@babel/code-frame" "^7.18.6"
2024+
"@babel/generator" "^7.20.5"
2025+
"@babel/helper-environment-visitor" "^7.18.9"
2026+
"@babel/helper-function-name" "^7.19.0"
2027+
"@babel/helper-hoist-variables" "^7.18.6"
2028+
"@babel/helper-split-export-declaration" "^7.18.6"
2029+
"@babel/parser" "^7.20.5"
2030+
"@babel/types" "^7.20.5"
2031+
debug "^4.1.0"
2032+
globals "^11.1.0"
2033+
20042034
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
20052035
version "7.16.0"
20062036
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -2061,6 +2091,15 @@
20612091
"@babel/helper-validator-identifier" "^7.19.1"
20622092
to-fast-properties "^2.0.0"
20632093

2094+
"@babel/types@^7.20.5":
2095+
version "7.20.5"
2096+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
2097+
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
2098+
dependencies:
2099+
"@babel/helper-string-parser" "^7.19.4"
2100+
"@babel/helper-validator-identifier" "^7.19.1"
2101+
to-fast-properties "^2.0.0"
2102+
20642103
"@bcoe/v8-coverage@^0.2.3":
20652104
version "0.2.3"
20662105
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)