Skip to content

Commit 4514774

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

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
@@ -23,7 +23,7 @@
2323
"typeface-ubuntu-mono": "1.1.13"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "7.20.2",
26+
"@babel/core": "7.20.5",
2727
"@emotion/babel-preset-css-prop": "11.10.0",
2828
"@types/node": "18.11.9",
2929
"@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"
@@ -259,6 +273,22 @@
259273
debug "^4.1.0"
260274
globals "^11.1.0"
261275

276+
"@babel/traverse@^7.20.5":
277+
version "7.20.5"
278+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
279+
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
280+
dependencies:
281+
"@babel/code-frame" "^7.18.6"
282+
"@babel/generator" "^7.20.5"
283+
"@babel/helper-environment-visitor" "^7.18.9"
284+
"@babel/helper-function-name" "^7.19.0"
285+
"@babel/helper-hoist-variables" "^7.18.6"
286+
"@babel/helper-split-export-declaration" "^7.18.6"
287+
"@babel/parser" "^7.20.5"
288+
"@babel/types" "^7.20.5"
289+
debug "^4.1.0"
290+
globals "^11.1.0"
291+
262292
"@babel/types@^7.18.10":
263293
version "7.18.10"
264294
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
@@ -294,6 +324,15 @@
294324
"@babel/helper-validator-identifier" "^7.19.1"
295325
to-fast-properties "^2.0.0"
296326

327+
"@babel/types@^7.20.5":
328+
version "7.20.5"
329+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
330+
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
331+
dependencies:
332+
"@babel/helper-string-parser" "^7.19.4"
333+
"@babel/helper-validator-identifier" "^7.19.1"
334+
to-fast-properties "^2.0.0"
335+
297336
"@codemirror/autocomplete@^0.20.0", "@codemirror/autocomplete@^0.20.2":
298337
version "0.20.3"
299338
resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-0.20.3.tgz#affe2d7e2b2e0be42ee1ac5fb74a1c84a6f1bfd7"

0 commit comments

Comments
 (0)