Skip to content

Commit 39ec0a4

Browse files
committed
chore(deps): update babel monorepo to v7.22.9
1 parent b6d2a80 commit 39ec0a4

File tree

1 file changed

+66
-69
lines changed

1 file changed

+66
-69
lines changed

yarn.lock

+66-69
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.6.tgz#8b37d24e88e8e21c499d4328db80577d8882fa53"
5757
integrity sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ==
5858

59-
"@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6":
60-
version "7.22.6"
61-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544"
62-
integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg==
59+
"@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
60+
version "7.22.9"
61+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
62+
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
6363

6464
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
6565
version "7.17.5"
@@ -83,25 +83,25 @@
8383
semver "^6.3.0"
8484

8585
"@babel/core@^7.11.6":
86-
version "7.22.8"
87-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.8.tgz#386470abe884302db9c82e8e5e87be9e46c86785"
88-
integrity sha512-75+KxFB4CZqYRXjx4NlR4J7yGvKumBuZTmV4NV6v09dVXXkuYVYLT68N6HCzLvfJ+fWCxQsntNzKwwIXL4bHnw==
86+
version "7.22.9"
87+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f"
88+
integrity sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==
8989
dependencies:
9090
"@ampproject/remapping" "^2.2.0"
9191
"@babel/code-frame" "^7.22.5"
92-
"@babel/generator" "^7.22.7"
93-
"@babel/helper-compilation-targets" "^7.22.6"
94-
"@babel/helper-module-transforms" "^7.22.5"
92+
"@babel/generator" "^7.22.9"
93+
"@babel/helper-compilation-targets" "^7.22.9"
94+
"@babel/helper-module-transforms" "^7.22.9"
9595
"@babel/helpers" "^7.22.6"
9696
"@babel/parser" "^7.22.7"
9797
"@babel/template" "^7.22.5"
9898
"@babel/traverse" "^7.22.8"
9999
"@babel/types" "^7.22.5"
100-
"@nicolo-ribaudo/semver-v6" "^6.3.3"
101100
convert-source-map "^1.7.0"
102101
debug "^4.1.0"
103102
gensync "^1.0.0-beta.2"
104103
json5 "^2.2.2"
104+
semver "^6.3.1"
105105

106106
"@babel/generator@^7.17.10":
107107
version "7.18.2"
@@ -131,10 +131,10 @@
131131
"@jridgewell/trace-mapping" "^0.3.17"
132132
jsesc "^2.5.1"
133133

134-
"@babel/generator@^7.22.7":
135-
version "7.22.7"
136-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.7.tgz#a6b8152d5a621893f2c9dacf9a4e286d520633d5"
137-
integrity sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ==
134+
"@babel/generator@^7.22.7", "@babel/generator@^7.22.9":
135+
version "7.22.9"
136+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d"
137+
integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==
138138
dependencies:
139139
"@babel/types" "^7.22.5"
140140
"@jridgewell/gen-mapping" "^0.3.2"
@@ -174,16 +174,16 @@
174174
browserslist "^4.20.2"
175175
semver "^6.3.0"
176176

177-
"@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6":
178-
version "7.22.6"
179-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.6.tgz#e30d61abe9480aa5a83232eb31c111be922d2e52"
180-
integrity sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA==
177+
"@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.22.9":
178+
version "7.22.9"
179+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#f9d0a7aaaa7cd32a3f31c9316a69f5a9bcacb892"
180+
integrity sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==
181181
dependencies:
182-
"@babel/compat-data" "^7.22.6"
182+
"@babel/compat-data" "^7.22.9"
183183
"@babel/helper-validator-option" "^7.22.5"
184-
"@nicolo-ribaudo/semver-v6" "^6.3.3"
185184
browserslist "^4.21.9"
186185
lru-cache "^5.1.1"
186+
semver "^6.3.1"
187187

188188
"@babel/helper-create-class-features-plugin@^7.18.6":
189189
version "7.21.5"
@@ -201,28 +201,28 @@
201201
semver "^6.3.0"
202202

203203
"@babel/helper-create-class-features-plugin@^7.22.5":
204-
version "7.22.6"
205-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.6.tgz#58564873c889a6fea05a538e23f9f6d201f10950"
206-
integrity sha512-iwdzgtSiBxF6ni6mzVnZCF3xt5qE6cEA0J7nFt8QOAWZ0zjCFceEgpn3vtb2V7WFR6QzP2jmIFOHMTRo7eNJjQ==
204+
version "7.22.9"
205+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.9.tgz#c36ea240bb3348f942f08b0fbe28d6d979fab236"
206+
integrity sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ==
207207
dependencies:
208208
"@babel/helper-annotate-as-pure" "^7.22.5"
209209
"@babel/helper-environment-visitor" "^7.22.5"
210210
"@babel/helper-function-name" "^7.22.5"
211211
"@babel/helper-member-expression-to-functions" "^7.22.5"
212212
"@babel/helper-optimise-call-expression" "^7.22.5"
213-
"@babel/helper-replace-supers" "^7.22.5"
213+
"@babel/helper-replace-supers" "^7.22.9"
214214
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
215215
"@babel/helper-split-export-declaration" "^7.22.6"
216-
"@nicolo-ribaudo/semver-v6" "^6.3.3"
216+
semver "^6.3.1"
217217

218218
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.5":
219-
version "7.22.6"
220-
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.6.tgz#87afd63012688ad792de430ceb3b6dc28e4e7a40"
221-
integrity sha512-nBookhLKxAWo/TUCmhnaEJyLz2dekjQvv5SRpE9epWQBcpedWLKt8aZdsuT9XV5ovzR3fENLjRXVT0GsSlGGhA==
219+
version "7.22.9"
220+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.9.tgz#9d8e61a8d9366fe66198f57c40565663de0825f6"
221+
integrity sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==
222222
dependencies:
223223
"@babel/helper-annotate-as-pure" "^7.22.5"
224-
"@nicolo-ribaudo/semver-v6" "^6.3.3"
225224
regexpu-core "^5.3.1"
225+
semver "^6.3.1"
226226

227227
"@babel/helper-define-polyfill-provider@^0.4.1":
228228
version "0.4.1"
@@ -338,19 +338,16 @@
338338
"@babel/traverse" "^7.17.3"
339339
"@babel/types" "^7.17.0"
340340

341-
"@babel/helper-module-transforms@^7.22.5":
342-
version "7.22.5"
343-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef"
344-
integrity sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==
341+
"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9":
342+
version "7.22.9"
343+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129"
344+
integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==
345345
dependencies:
346346
"@babel/helper-environment-visitor" "^7.22.5"
347347
"@babel/helper-module-imports" "^7.22.5"
348348
"@babel/helper-simple-access" "^7.22.5"
349-
"@babel/helper-split-export-declaration" "^7.22.5"
349+
"@babel/helper-split-export-declaration" "^7.22.6"
350350
"@babel/helper-validator-identifier" "^7.22.5"
351-
"@babel/template" "^7.22.5"
352-
"@babel/traverse" "^7.22.5"
353-
"@babel/types" "^7.22.5"
354351

355352
"@babel/helper-optimise-call-expression@^7.18.6":
356353
version "7.18.6"
@@ -377,14 +374,13 @@
377374
integrity sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==
378375

379376
"@babel/helper-remap-async-to-generator@^7.22.5":
380-
version "7.22.5"
381-
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.5.tgz#14a38141a7bf2165ad38da61d61cf27b43015da2"
382-
integrity sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==
377+
version "7.22.9"
378+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.9.tgz#53a25b7484e722d7efb9c350c75c032d4628de82"
379+
integrity sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==
383380
dependencies:
384381
"@babel/helper-annotate-as-pure" "^7.22.5"
385382
"@babel/helper-environment-visitor" "^7.22.5"
386-
"@babel/helper-wrap-function" "^7.22.5"
387-
"@babel/types" "^7.22.5"
383+
"@babel/helper-wrap-function" "^7.22.9"
388384

389385
"@babel/helper-replace-supers@^7.21.5":
390386
version "7.22.1"
@@ -398,17 +394,14 @@
398394
"@babel/traverse" "^7.22.1"
399395
"@babel/types" "^7.22.0"
400396

401-
"@babel/helper-replace-supers@^7.22.5":
402-
version "7.22.5"
403-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz#71bc5fb348856dea9fdc4eafd7e2e49f585145dc"
404-
integrity sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==
397+
"@babel/helper-replace-supers@^7.22.5", "@babel/helper-replace-supers@^7.22.9":
398+
version "7.22.9"
399+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz#cbdc27d6d8d18cd22c81ae4293765a5d9afd0779"
400+
integrity sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==
405401
dependencies:
406402
"@babel/helper-environment-visitor" "^7.22.5"
407403
"@babel/helper-member-expression-to-functions" "^7.22.5"
408404
"@babel/helper-optimise-call-expression" "^7.22.5"
409-
"@babel/template" "^7.22.5"
410-
"@babel/traverse" "^7.22.5"
411-
"@babel/types" "^7.22.5"
412405

413406
"@babel/helper-simple-access@^7.17.7":
414407
version "7.18.2"
@@ -445,7 +438,7 @@
445438
dependencies:
446439
"@babel/types" "^7.18.6"
447440

448-
"@babel/helper-split-export-declaration@^7.22.5", "@babel/helper-split-export-declaration@^7.22.6":
441+
"@babel/helper-split-export-declaration@^7.22.6":
449442
version "7.22.6"
450443
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
451444
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
@@ -487,14 +480,13 @@
487480
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
488481
integrity sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==
489482

490-
"@babel/helper-wrap-function@^7.22.5":
491-
version "7.22.5"
492-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.5.tgz#44d205af19ed8d872b4eefb0d2fa65f45eb34f06"
493-
integrity sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw==
483+
"@babel/helper-wrap-function@^7.22.9":
484+
version "7.22.9"
485+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.9.tgz#189937248c45b0182c1dcf32f3444ca153944cb9"
486+
integrity sha512-sZ+QzfauuUEfxSEjKFmi3qDSHgLsTPK/pEpoD/qonZKOtTPTLbf59oabPQ4rKekt9lFcj/hTZaOhWwFYrgjk+Q==
494487
dependencies:
495488
"@babel/helper-function-name" "^7.22.5"
496489
"@babel/template" "^7.22.5"
497-
"@babel/traverse" "^7.22.5"
498490
"@babel/types" "^7.22.5"
499491

500492
"@babel/helpers@^7.17.2":
@@ -1189,12 +1181,12 @@
11891181
"@babel/helper-plugin-utils" "^7.22.5"
11901182

11911183
"@babel/preset-env@^7.11.5":
1192-
version "7.22.7"
1193-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.7.tgz#a1ef34b64a80653c22ce4d9c25603cfa76fc168a"
1194-
integrity sha512-1whfDtW+CzhETuzYXfcgZAh8/GFMeEbz0V5dVgya8YeJyCU6Y/P2Gnx4Qb3MylK68Zu9UiwUvbPMPTpFAOJ+sQ==
1184+
version "7.22.9"
1185+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.9.tgz#57f17108eb5dfd4c5c25a44c1977eba1df310ac7"
1186+
integrity sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g==
11951187
dependencies:
1196-
"@babel/compat-data" "^7.22.6"
1197-
"@babel/helper-compilation-targets" "^7.22.6"
1188+
"@babel/compat-data" "^7.22.9"
1189+
"@babel/helper-compilation-targets" "^7.22.9"
11981190
"@babel/helper-plugin-utils" "^7.22.5"
11991191
"@babel/helper-validator-option" "^7.22.5"
12001192
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.5"
@@ -1268,11 +1260,11 @@
12681260
"@babel/plugin-transform-unicode-sets-regex" "^7.22.5"
12691261
"@babel/preset-modules" "^0.1.5"
12701262
"@babel/types" "^7.22.5"
1271-
"@nicolo-ribaudo/semver-v6" "^6.3.3"
12721263
babel-plugin-polyfill-corejs2 "^0.4.4"
12731264
babel-plugin-polyfill-corejs3 "^0.8.2"
12741265
babel-plugin-polyfill-regenerator "^0.5.1"
12751266
core-js-compat "^3.31.0"
1267+
semver "^6.3.1"
12761268

12771269
"@babel/preset-modules@^0.1.5":
12781270
version "0.1.5"
@@ -1393,7 +1385,7 @@
13931385
debug "^4.1.0"
13941386
globals "^11.1.0"
13951387

1396-
"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8":
1388+
"@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8":
13971389
version "7.22.8"
13981390
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e"
13991391
integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==
@@ -3086,9 +3078,9 @@ caniuse-lite@^1.0.30001400:
30863078
integrity sha512-ewDad7+D2vlyy+E4UJuVfiBsU69IL+8oVmTuZnH5Q6CIUbxNfI50uVpRHbUPDD6SUaN2o0Lh4DhTrvLG/Tn1yg==
30873079

30883080
caniuse-lite@^1.0.30001503:
3089-
version "1.0.30001514"
3090-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001514.tgz#e2a7e184a23affc9367b7c8d734e7ec4628c1309"
3091-
integrity sha512-ENcIpYBmwAAOm/V2cXgM7rZUrKKaqisZl4ZAI520FIkqGXUxJjmaIssbRW5HVVR5tyV6ygTLIm15aU8LUmQSaQ==
3081+
version "1.0.30001516"
3082+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001516.tgz#621b1be7d85a8843ee7d210fd9d87b52e3daab3a"
3083+
integrity sha512-Wmec9pCBY8CWbmI4HsjBeQLqDTqV91nFVR83DnZpYyRnPI1wePDsTg0bGLPC5VU/3OIZV1fmxEea1b+tFKe86g==
30923084

30933085
chalk@^2.0.0, chalk@^2.4.1:
30943086
version "2.4.2"
@@ -3811,9 +3803,9 @@ electron-to-chromium@^1.4.251:
38113803
integrity sha512-gM7TdwuG3amns/1rlgxMbeeyNoBFPa+4Uu0c7FeROWh4qWmvSOnvcslKmWy51ggLKZ2n/F/4i2HJ+PVNxH9uCQ==
38123804

38133805
electron-to-chromium@^1.4.431:
3814-
version "1.4.454"
3815-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.454.tgz#774dc7cb5e58576d0125939ec34a4182f3ccc87d"
3816-
integrity sha512-pmf1rbAStw8UEQ0sr2cdJtWl48ZMuPD9Sto8HVQOq9vx9j2WgDEN6lYoaqFvqEHYOmGA9oRGn7LqWI9ta0YugQ==
3806+
version "1.4.461"
3807+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.461.tgz#6b14af66042732bf883ab63a4d82cac8f35eb252"
3808+
integrity sha512-1JkvV2sgEGTDXjdsaQCeSwYYuhLRphRpc+g6EHTFELJXEiznLt3/0pZ9JuAOQ5p2rI3YxKTbivtvajirIfhrEQ==
38173809

38183810
emittery@^0.8.1:
38193811
version "0.8.1"
@@ -7663,6 +7655,11 @@ semver@^6.0.0, semver@^6.3.0:
76637655
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
76647656
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
76657657

7658+
semver@^6.3.1:
7659+
version "6.3.1"
7660+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
7661+
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
7662+
76667663
semver@^7.3.2:
76677664
version "7.3.5"
76687665
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"

0 commit comments

Comments
 (0)