Skip to content

Commit 6b0cf6f

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

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
@@ -65,7 +65,7 @@
6565
},
6666
"dependencies": {},
6767
"devDependencies": {
68-
"@babel/core": "7.21.0",
68+
"@babel/core": "7.21.3",
6969
"@babel/preset-env": "7.20.2",
7070
"@babel/register": "7.21.0",
7171
"@commitlint/cli": "17.4.4",

yarn.lock

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

47-
"@babel/core@7.21.0":
48-
version "7.21.0"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13"
50-
integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==
47+
"@babel/core@7.21.3":
48+
version "7.21.3"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e"
50+
integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==
5151
dependencies:
5252
"@ampproject/remapping" "^2.2.0"
5353
"@babel/code-frame" "^7.18.6"
54-
"@babel/generator" "^7.21.0"
54+
"@babel/generator" "^7.21.3"
5555
"@babel/helper-compilation-targets" "^7.20.7"
56-
"@babel/helper-module-transforms" "^7.21.0"
56+
"@babel/helper-module-transforms" "^7.21.2"
5757
"@babel/helpers" "^7.21.0"
58-
"@babel/parser" "^7.21.0"
58+
"@babel/parser" "^7.21.3"
5959
"@babel/template" "^7.20.7"
60-
"@babel/traverse" "^7.21.0"
61-
"@babel/types" "^7.21.0"
60+
"@babel/traverse" "^7.21.3"
61+
"@babel/types" "^7.21.3"
6262
convert-source-map "^1.7.0"
6363
debug "^4.1.0"
6464
gensync "^1.0.0-beta.2"
@@ -141,6 +141,16 @@
141141
"@jridgewell/trace-mapping" "^0.3.17"
142142
jsesc "^2.5.1"
143143

144+
"@babel/generator@^7.21.3":
145+
version "7.21.3"
146+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce"
147+
integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==
148+
dependencies:
149+
"@babel/types" "^7.21.3"
150+
"@jridgewell/gen-mapping" "^0.3.2"
151+
"@jridgewell/trace-mapping" "^0.3.17"
152+
jsesc "^2.5.1"
153+
144154
"@babel/helper-annotate-as-pure@^7.16.0":
145155
version "7.16.0"
146156
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -458,19 +468,19 @@
458468
"@babel/traverse" "^7.19.6"
459469
"@babel/types" "^7.19.4"
460470

461-
"@babel/helper-module-transforms@^7.21.0":
462-
version "7.21.0"
463-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67"
464-
integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ==
471+
"@babel/helper-module-transforms@^7.21.2":
472+
version "7.21.2"
473+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
474+
integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
465475
dependencies:
466476
"@babel/helper-environment-visitor" "^7.18.9"
467477
"@babel/helper-module-imports" "^7.18.6"
468478
"@babel/helper-simple-access" "^7.20.2"
469479
"@babel/helper-split-export-declaration" "^7.18.6"
470480
"@babel/helper-validator-identifier" "^7.19.1"
471481
"@babel/template" "^7.20.7"
472-
"@babel/traverse" "^7.21.0"
473-
"@babel/types" "^7.21.0"
482+
"@babel/traverse" "^7.21.2"
483+
"@babel/types" "^7.21.2"
474484

475485
"@babel/helper-optimise-call-expression@^7.16.0":
476486
version "7.16.0"
@@ -765,6 +775,11 @@
765775
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.0.tgz#cc09288743b867763cb927ba101ccdf0b600b7e4"
766776
integrity sha512-ONjtg4renj14A9pj3iA5T5+r5Eijxbr2eNIkMBTC74occDSsRZUpe8vowmowAjFR1imWlkD8eEmjYXiREZpGZg==
767777

778+
"@babel/parser@^7.21.3":
779+
version "7.21.3"
780+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
781+
integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==
782+
768783
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
769784
version "7.16.2"
770785
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"
@@ -2071,6 +2086,22 @@
20712086
debug "^4.1.0"
20722087
globals "^11.1.0"
20732088

2089+
"@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3":
2090+
version "7.21.3"
2091+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67"
2092+
integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==
2093+
dependencies:
2094+
"@babel/code-frame" "^7.18.6"
2095+
"@babel/generator" "^7.21.3"
2096+
"@babel/helper-environment-visitor" "^7.18.9"
2097+
"@babel/helper-function-name" "^7.21.0"
2098+
"@babel/helper-hoist-variables" "^7.18.6"
2099+
"@babel/helper-split-export-declaration" "^7.18.6"
2100+
"@babel/parser" "^7.21.3"
2101+
"@babel/types" "^7.21.3"
2102+
debug "^4.1.0"
2103+
globals "^11.1.0"
2104+
20742105
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
20752106
version "7.16.0"
20762107
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -2149,6 +2180,15 @@
21492180
"@babel/helper-validator-identifier" "^7.19.1"
21502181
to-fast-properties "^2.0.0"
21512182

2183+
"@babel/types@^7.21.2", "@babel/types@^7.21.3":
2184+
version "7.21.3"
2185+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05"
2186+
integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==
2187+
dependencies:
2188+
"@babel/helper-string-parser" "^7.19.4"
2189+
"@babel/helper-validator-identifier" "^7.19.1"
2190+
to-fast-properties "^2.0.0"
2191+
21522192
"@bcoe/v8-coverage@^0.2.3":
21532193
version "0.2.3"
21542194
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)