Skip to content

Commit 6025532

Browse files
committed
chore(deps): update dependency @babel/core to v7.20.5
1 parent 61278e4 commit 6025532

2 files changed

Lines changed: 57 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typeface-ubuntu-mono": "1.1.13"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "7.20.2",
23+
"@babel/core": "7.20.5",
2424
"@emotion/babel-preset-css-prop": "11.10.0",
2525
"@types/node": "17.0.35",
2626
"@types/react": "18.0.25",

yarn.lock

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

31-
"@babel/core@7.20.2":
32-
version "7.20.2"
33-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92"
34-
integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
31+
"@babel/core@7.20.5":
32+
version "7.20.5"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
34+
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
3535
dependencies:
3636
"@ampproject/remapping" "^2.1.0"
3737
"@babel/code-frame" "^7.18.6"
38-
"@babel/generator" "^7.20.2"
38+
"@babel/generator" "^7.20.5"
3939
"@babel/helper-compilation-targets" "^7.20.0"
4040
"@babel/helper-module-transforms" "^7.20.2"
41-
"@babel/helpers" "^7.20.1"
42-
"@babel/parser" "^7.20.2"
41+
"@babel/helpers" "^7.20.5"
42+
"@babel/parser" "^7.20.5"
4343
"@babel/template" "^7.18.10"
44-
"@babel/traverse" "^7.20.1"
45-
"@babel/types" "^7.20.2"
44+
"@babel/traverse" "^7.20.5"
45+
"@babel/types" "^7.20.5"
4646
convert-source-map "^1.7.0"
4747
debug "^4.1.0"
4848
gensync "^1.0.0-beta.2"
4949
json5 "^2.2.1"
5050
semver "^6.3.0"
5151

52-
"@babel/generator@^7.20.1", "@babel/generator@^7.20.2":
52+
"@babel/generator@^7.20.1":
5353
version "7.20.2"
5454
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.2.tgz#c2e89e22613a039285c1e7b749e2cd0b30b9a481"
5555
integrity sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q==
@@ -58,6 +58,15 @@
5858
"@jridgewell/gen-mapping" "^0.3.2"
5959
jsesc "^2.5.1"
6060

61+
"@babel/generator@^7.20.5":
62+
version "7.20.5"
63+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
64+
integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
65+
dependencies:
66+
"@babel/types" "^7.20.5"
67+
"@jridgewell/gen-mapping" "^0.3.2"
68+
jsesc "^2.5.1"
69+
6170
"@babel/helper-annotate-as-pure@^7.18.6":
6271
version "7.18.6"
6372
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -165,14 +174,14 @@
165174
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
166175
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
167176

168-
"@babel/helpers@^7.20.1":
169-
version "7.20.1"
170-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
171-
integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
177+
"@babel/helpers@^7.20.5":
178+
version "7.20.6"
179+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
180+
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
172181
dependencies:
173182
"@babel/template" "^7.18.10"
174-
"@babel/traverse" "^7.20.1"
175-
"@babel/types" "^7.20.0"
183+
"@babel/traverse" "^7.20.5"
184+
"@babel/types" "^7.20.5"
176185

177186
"@babel/highlight@^7.12.13":
178187
version "7.13.8"
@@ -197,11 +206,16 @@
197206
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.10.tgz#94b5f8522356e69e8277276adf67ed280c90ecc1"
198207
integrity sha512-TYk3OA0HKL6qNryUayb5UUEhM/rkOQozIBEA5ITXh5DWrSp0TlUQXMyZmnWxG/DizSWBeeQ0Zbc5z8UGaaqoeg==
199208

200-
"@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
209+
"@babel/parser@^7.20.1":
201210
version "7.20.2"
202211
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4"
203212
integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==
204213

214+
"@babel/parser@^7.20.5":
215+
version "7.20.5"
216+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
217+
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
218+
205219
"@babel/plugin-syntax-jsx@^7.17.12", "@babel/plugin-syntax-jsx@^7.18.6":
206220
version "7.18.6"
207221
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0"
@@ -266,6 +280,22 @@
266280
debug "^4.1.0"
267281
globals "^11.1.0"
268282

283+
"@babel/traverse@^7.20.5":
284+
version "7.20.5"
285+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
286+
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
287+
dependencies:
288+
"@babel/code-frame" "^7.18.6"
289+
"@babel/generator" "^7.20.5"
290+
"@babel/helper-environment-visitor" "^7.18.9"
291+
"@babel/helper-function-name" "^7.19.0"
292+
"@babel/helper-hoist-variables" "^7.18.6"
293+
"@babel/helper-split-export-declaration" "^7.18.6"
294+
"@babel/parser" "^7.20.5"
295+
"@babel/types" "^7.20.5"
296+
debug "^4.1.0"
297+
globals "^11.1.0"
298+
269299
"@babel/types@^7.18.10":
270300
version "7.18.10"
271301
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
@@ -301,6 +331,15 @@
301331
"@babel/helper-validator-identifier" "^7.19.1"
302332
to-fast-properties "^2.0.0"
303333

334+
"@babel/types@^7.20.5":
335+
version "7.20.5"
336+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
337+
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
338+
dependencies:
339+
"@babel/helper-string-parser" "^7.19.4"
340+
"@babel/helper-validator-identifier" "^7.19.1"
341+
to-fast-properties "^2.0.0"
342+
304343
"@codemirror/autocomplete@^0.20.0", "@codemirror/autocomplete@^0.20.2":
305344
version "0.20.2"
306345
resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-0.20.2.tgz#4fd46dc751a82c1922abcfad9b64b9cb67826998"

0 commit comments

Comments
 (0)