Skip to content

Commit c46f496

Browse files
committed
chore(deps): update dependency @babel/core to v7.21.3
1 parent f23694d commit c46f496

2 files changed

Lines changed: 56 additions & 16 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.21.0",
26+
"@babel/core": "7.21.3",
2727
"@emotion/babel-preset-css-prop": "11.10.0",
2828
"@types/node": "18.15.3",
2929
"@types/react": "18.0.28",

yarn.lock

Lines changed: 55 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@
2929
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
3030
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
3131

32-
"@babel/core@7.21.0":
33-
version "7.21.0"
34-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13"
35-
integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==
32+
"@babel/core@7.21.3":
33+
version "7.21.3"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e"
35+
integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==
3636
dependencies:
3737
"@ampproject/remapping" "^2.2.0"
3838
"@babel/code-frame" "^7.18.6"
39-
"@babel/generator" "^7.21.0"
39+
"@babel/generator" "^7.21.3"
4040
"@babel/helper-compilation-targets" "^7.20.7"
41-
"@babel/helper-module-transforms" "^7.21.0"
41+
"@babel/helper-module-transforms" "^7.21.2"
4242
"@babel/helpers" "^7.21.0"
43-
"@babel/parser" "^7.21.0"
43+
"@babel/parser" "^7.21.3"
4444
"@babel/template" "^7.20.7"
45-
"@babel/traverse" "^7.21.0"
46-
"@babel/types" "^7.21.0"
45+
"@babel/traverse" "^7.21.3"
46+
"@babel/types" "^7.21.3"
4747
convert-source-map "^1.7.0"
4848
debug "^4.1.0"
4949
gensync "^1.0.0-beta.2"
@@ -60,6 +60,16 @@
6060
"@jridgewell/trace-mapping" "^0.3.17"
6161
jsesc "^2.5.1"
6262

63+
"@babel/generator@^7.21.3":
64+
version "7.21.3"
65+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce"
66+
integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==
67+
dependencies:
68+
"@babel/types" "^7.21.3"
69+
"@jridgewell/gen-mapping" "^0.3.2"
70+
"@jridgewell/trace-mapping" "^0.3.17"
71+
jsesc "^2.5.1"
72+
6373
"@babel/helper-annotate-as-pure@^7.18.6":
6474
version "7.18.6"
6575
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -105,19 +115,19 @@
105115
dependencies:
106116
"@babel/types" "^7.18.6"
107117

108-
"@babel/helper-module-transforms@^7.21.0":
109-
version "7.21.0"
110-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67"
111-
integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ==
118+
"@babel/helper-module-transforms@^7.21.2":
119+
version "7.21.2"
120+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
121+
integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
112122
dependencies:
113123
"@babel/helper-environment-visitor" "^7.18.9"
114124
"@babel/helper-module-imports" "^7.18.6"
115125
"@babel/helper-simple-access" "^7.20.2"
116126
"@babel/helper-split-export-declaration" "^7.18.6"
117127
"@babel/helper-validator-identifier" "^7.19.1"
118128
"@babel/template" "^7.20.7"
119-
"@babel/traverse" "^7.21.0"
120-
"@babel/types" "^7.21.0"
129+
"@babel/traverse" "^7.21.2"
130+
"@babel/types" "^7.21.2"
121131

122132
"@babel/helper-plugin-utils@^7.18.6":
123133
version "7.18.9"
@@ -200,6 +210,11 @@
200210
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.0.tgz#cc09288743b867763cb927ba101ccdf0b600b7e4"
201211
integrity sha512-ONjtg4renj14A9pj3iA5T5+r5Eijxbr2eNIkMBTC74occDSsRZUpe8vowmowAjFR1imWlkD8eEmjYXiREZpGZg==
202212

213+
"@babel/parser@^7.21.3":
214+
version "7.21.3"
215+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
216+
integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==
217+
203218
"@babel/plugin-syntax-jsx@^7.17.12", "@babel/plugin-syntax-jsx@^7.18.6":
204219
version "7.18.6"
205220
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0"
@@ -257,6 +272,22 @@
257272
debug "^4.1.0"
258273
globals "^11.1.0"
259274

275+
"@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3":
276+
version "7.21.3"
277+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67"
278+
integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==
279+
dependencies:
280+
"@babel/code-frame" "^7.18.6"
281+
"@babel/generator" "^7.21.3"
282+
"@babel/helper-environment-visitor" "^7.18.9"
283+
"@babel/helper-function-name" "^7.21.0"
284+
"@babel/helper-hoist-variables" "^7.18.6"
285+
"@babel/helper-split-export-declaration" "^7.18.6"
286+
"@babel/parser" "^7.21.3"
287+
"@babel/types" "^7.21.3"
288+
debug "^4.1.0"
289+
globals "^11.1.0"
290+
260291
"@babel/types@^7.18.6":
261292
version "7.18.6"
262293
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.6.tgz#5d781dd10a3f0c9f1f931bd19de5eb26ec31acf0"
@@ -292,6 +323,15 @@
292323
"@babel/helper-validator-identifier" "^7.19.1"
293324
to-fast-properties "^2.0.0"
294325

326+
"@babel/types@^7.21.2", "@babel/types@^7.21.3":
327+
version "7.21.3"
328+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05"
329+
integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==
330+
dependencies:
331+
"@babel/helper-string-parser" "^7.19.4"
332+
"@babel/helper-validator-identifier" "^7.19.1"
333+
to-fast-properties "^2.0.0"
334+
295335
"@codemirror/autocomplete@^0.20.0", "@codemirror/autocomplete@^0.20.2":
296336
version "0.20.3"
297337
resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-0.20.3.tgz#affe2d7e2b2e0be42ee1ac5fb74a1c84a6f1bfd7"

0 commit comments

Comments
 (0)