Skip to content

Commit 4861708

Browse files
committed
⬆️ deps: Upgrade dependency @babel/core to v7.21.3
1 parent d8e9841 commit 4861708

File tree

2 files changed

+56
-16
lines changed

2 files changed

+56
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@async-iterable-iterator/async-iterator-to-array": "^0.0.1"
6868
},
6969
"devDependencies": {
70-
"@babel/core": "7.21.0",
70+
"@babel/core": "7.21.3",
7171
"@babel/preset-env": "7.20.2",
7272
"@babel/register": "7.21.0",
7373
"@commitlint/cli": "17.4.4",

yarn.lock

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

52-
"@babel/core@7.21.0":
53-
version "7.21.0"
54-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13"
55-
integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==
52+
"@babel/core@7.21.3":
53+
version "7.21.3"
54+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e"
55+
integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==
5656
dependencies:
5757
"@ampproject/remapping" "^2.2.0"
5858
"@babel/code-frame" "^7.18.6"
59-
"@babel/generator" "^7.21.0"
59+
"@babel/generator" "^7.21.3"
6060
"@babel/helper-compilation-targets" "^7.20.7"
61-
"@babel/helper-module-transforms" "^7.21.0"
61+
"@babel/helper-module-transforms" "^7.21.2"
6262
"@babel/helpers" "^7.21.0"
63-
"@babel/parser" "^7.21.0"
63+
"@babel/parser" "^7.21.3"
6464
"@babel/template" "^7.20.7"
65-
"@babel/traverse" "^7.21.0"
66-
"@babel/types" "^7.21.0"
65+
"@babel/traverse" "^7.21.3"
66+
"@babel/types" "^7.21.3"
6767
convert-source-map "^1.7.0"
6868
debug "^4.1.0"
6969
gensync "^1.0.0-beta.2"
@@ -146,6 +146,16 @@
146146
"@jridgewell/trace-mapping" "^0.3.17"
147147
jsesc "^2.5.1"
148148

149+
"@babel/generator@^7.21.3":
150+
version "7.21.3"
151+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce"
152+
integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==
153+
dependencies:
154+
"@babel/types" "^7.21.3"
155+
"@jridgewell/gen-mapping" "^0.3.2"
156+
"@jridgewell/trace-mapping" "^0.3.17"
157+
jsesc "^2.5.1"
158+
149159
"@babel/helper-annotate-as-pure@^7.16.0":
150160
version "7.16.0"
151161
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -463,19 +473,19 @@
463473
"@babel/traverse" "^7.19.6"
464474
"@babel/types" "^7.19.4"
465475

466-
"@babel/helper-module-transforms@^7.21.0":
467-
version "7.21.0"
468-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67"
469-
integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ==
476+
"@babel/helper-module-transforms@^7.21.2":
477+
version "7.21.2"
478+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
479+
integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
470480
dependencies:
471481
"@babel/helper-environment-visitor" "^7.18.9"
472482
"@babel/helper-module-imports" "^7.18.6"
473483
"@babel/helper-simple-access" "^7.20.2"
474484
"@babel/helper-split-export-declaration" "^7.18.6"
475485
"@babel/helper-validator-identifier" "^7.19.1"
476486
"@babel/template" "^7.20.7"
477-
"@babel/traverse" "^7.21.0"
478-
"@babel/types" "^7.21.0"
487+
"@babel/traverse" "^7.21.2"
488+
"@babel/types" "^7.21.2"
479489

480490
"@babel/helper-optimise-call-expression@^7.16.0":
481491
version "7.16.0"
@@ -770,6 +780,11 @@
770780
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.1.tgz#a8f81ee2fe872af23faea4b17a08fcc869de7bcc"
771781
integrity sha512-JzhBFpkuhBNYUY7qs+wTzNmyCWUHEaAFpQQD2YfU1rPL38/L43Wvid0fFkiOCnHvsGncRZgEPyGnltABLcVDTg==
772782

783+
"@babel/parser@^7.21.3":
784+
version "7.21.3"
785+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
786+
integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==
787+
773788
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
774789
version "7.16.2"
775790
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"
@@ -2076,6 +2091,22 @@
20762091
debug "^4.1.0"
20772092
globals "^11.1.0"
20782093

2094+
"@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3":
2095+
version "7.21.3"
2096+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67"
2097+
integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==
2098+
dependencies:
2099+
"@babel/code-frame" "^7.18.6"
2100+
"@babel/generator" "^7.21.3"
2101+
"@babel/helper-environment-visitor" "^7.18.9"
2102+
"@babel/helper-function-name" "^7.21.0"
2103+
"@babel/helper-hoist-variables" "^7.18.6"
2104+
"@babel/helper-split-export-declaration" "^7.18.6"
2105+
"@babel/parser" "^7.21.3"
2106+
"@babel/types" "^7.21.3"
2107+
debug "^4.1.0"
2108+
globals "^11.1.0"
2109+
20792110
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
20802111
version "7.16.0"
20812112
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -2154,6 +2185,15 @@
21542185
"@babel/helper-validator-identifier" "^7.19.1"
21552186
to-fast-properties "^2.0.0"
21562187

2188+
"@babel/types@^7.21.2", "@babel/types@^7.21.3":
2189+
version "7.21.3"
2190+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05"
2191+
integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==
2192+
dependencies:
2193+
"@babel/helper-string-parser" "^7.19.4"
2194+
"@babel/helper-validator-identifier" "^7.19.1"
2195+
to-fast-properties "^2.0.0"
2196+
21572197
"@bcoe/v8-coverage@^0.2.3":
21582198
version "0.2.3"
21592199
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)