Skip to content

Commit 7181436

Browse files
chore(deps): update dependency @babel/core to v7.23.3
1 parent a8f2332 commit 7181436

1 file changed

Lines changed: 178 additions & 45 deletions

File tree

yarn.lock

Lines changed: 178 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -40,30 +40,43 @@
4040
"@babel/highlight" "^7.22.10"
4141
chalk "^2.4.2"
4242

43-
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
43+
"@babel/code-frame@^7.22.13":
44+
version "7.22.13"
45+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
46+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
47+
dependencies:
48+
"@babel/highlight" "^7.22.13"
49+
chalk "^2.4.2"
50+
51+
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6":
4452
version "7.22.9"
4553
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
4654
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
4755

56+
"@babel/compat-data@^7.22.9":
57+
version "7.23.3"
58+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.3.tgz#3febd552541e62b5e883a25eb3effd7c7379db11"
59+
integrity sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==
60+
4861
"@babel/core@^7.12.10", "@babel/core@^7.13.16", "@babel/core@^7.20.0":
49-
version "7.22.10"
50-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.10.tgz#aad442c7bcd1582252cb4576747ace35bc122f35"
51-
integrity sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==
62+
version "7.23.3"
63+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.3.tgz#5ec09c8803b91f51cc887dedc2654a35852849c9"
64+
integrity sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==
5265
dependencies:
5366
"@ampproject/remapping" "^2.2.0"
54-
"@babel/code-frame" "^7.22.10"
55-
"@babel/generator" "^7.22.10"
56-
"@babel/helper-compilation-targets" "^7.22.10"
57-
"@babel/helper-module-transforms" "^7.22.9"
58-
"@babel/helpers" "^7.22.10"
59-
"@babel/parser" "^7.22.10"
60-
"@babel/template" "^7.22.5"
61-
"@babel/traverse" "^7.22.10"
62-
"@babel/types" "^7.22.10"
63-
convert-source-map "^1.7.0"
67+
"@babel/code-frame" "^7.22.13"
68+
"@babel/generator" "^7.23.3"
69+
"@babel/helper-compilation-targets" "^7.22.15"
70+
"@babel/helper-module-transforms" "^7.23.3"
71+
"@babel/helpers" "^7.23.2"
72+
"@babel/parser" "^7.23.3"
73+
"@babel/template" "^7.22.15"
74+
"@babel/traverse" "^7.23.3"
75+
"@babel/types" "^7.23.3"
76+
convert-source-map "^2.0.0"
6477
debug "^4.1.0"
6578
gensync "^1.0.0-beta.2"
66-
json5 "^2.2.2"
79+
json5 "^2.2.3"
6780
semver "^6.3.1"
6881

6982
"@babel/generator@^7.20.0", "@babel/generator@^7.22.10", "@babel/generator@^7.22.5":
@@ -76,6 +89,16 @@
7689
"@jridgewell/trace-mapping" "^0.3.17"
7790
jsesc "^2.5.1"
7891

92+
"@babel/generator@^7.23.3":
93+
version "7.23.3"
94+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.3.tgz#86e6e83d95903fbe7613f448613b8b319f330a8e"
95+
integrity sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==
96+
dependencies:
97+
"@babel/types" "^7.23.3"
98+
"@jridgewell/gen-mapping" "^0.3.2"
99+
"@jridgewell/trace-mapping" "^0.3.17"
100+
jsesc "^2.5.1"
101+
79102
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5":
80103
version "7.22.5"
81104
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -101,6 +124,17 @@
101124
lru-cache "^5.1.1"
102125
semver "^6.3.1"
103126

127+
"@babel/helper-compilation-targets@^7.22.15":
128+
version "7.22.15"
129+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52"
130+
integrity sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==
131+
dependencies:
132+
"@babel/compat-data" "^7.22.9"
133+
"@babel/helper-validator-option" "^7.22.15"
134+
browserslist "^4.21.9"
135+
lru-cache "^5.1.1"
136+
semver "^6.3.1"
137+
104138
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.10", "@babel/helper-create-class-features-plugin@^7.22.5":
105139
version "7.22.10"
106140
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.10.tgz#dd2612d59eac45588021ac3d6fa976d08f4e95a3"
@@ -155,6 +189,11 @@
155189
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
156190
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
157191

192+
"@babel/helper-environment-visitor@^7.22.20":
193+
version "7.22.20"
194+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
195+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
196+
158197
"@babel/helper-function-name@^7.22.5":
159198
version "7.22.5"
160199
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
@@ -163,6 +202,14 @@
163202
"@babel/template" "^7.22.5"
164203
"@babel/types" "^7.22.5"
165204

205+
"@babel/helper-function-name@^7.23.0":
206+
version "7.23.0"
207+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
208+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
209+
dependencies:
210+
"@babel/template" "^7.22.15"
211+
"@babel/types" "^7.23.0"
212+
166213
"@babel/helper-hoist-variables@^7.22.5":
167214
version "7.22.5"
168215
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
@@ -184,7 +231,14 @@
184231
dependencies:
185232
"@babel/types" "^7.22.5"
186233

187-
"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9":
234+
"@babel/helper-module-imports@^7.22.15":
235+
version "7.22.15"
236+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
237+
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
238+
dependencies:
239+
"@babel/types" "^7.22.15"
240+
241+
"@babel/helper-module-transforms@^7.22.5":
188242
version "7.22.9"
189243
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129"
190244
integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==
@@ -195,6 +249,17 @@
195249
"@babel/helper-split-export-declaration" "^7.22.6"
196250
"@babel/helper-validator-identifier" "^7.22.5"
197251

252+
"@babel/helper-module-transforms@^7.23.3":
253+
version "7.23.3"
254+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1"
255+
integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==
256+
dependencies:
257+
"@babel/helper-environment-visitor" "^7.22.20"
258+
"@babel/helper-module-imports" "^7.22.15"
259+
"@babel/helper-simple-access" "^7.22.5"
260+
"@babel/helper-split-export-declaration" "^7.22.6"
261+
"@babel/helper-validator-identifier" "^7.22.20"
262+
198263
"@babel/helper-optimise-call-expression@^7.22.5":
199264
version "7.22.5"
200265
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
@@ -251,10 +316,15 @@
251316
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
252317
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
253318

254-
"@babel/helper-validator-identifier@^7.22.5":
255-
version "7.22.5"
256-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
257-
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
319+
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
320+
version "7.22.20"
321+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
322+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
323+
324+
"@babel/helper-validator-option@^7.22.15":
325+
version "7.22.15"
326+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
327+
integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==
258328

259329
"@babel/helper-validator-option@^7.22.5":
260330
version "7.22.5"
@@ -270,14 +340,14 @@
270340
"@babel/template" "^7.22.5"
271341
"@babel/types" "^7.22.10"
272342

273-
"@babel/helpers@^7.22.10":
274-
version "7.22.10"
275-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.10.tgz#ae6005c539dfbcb5cd71fb51bfc8a52ba63bc37a"
276-
integrity sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==
343+
"@babel/helpers@^7.23.2":
344+
version "7.23.2"
345+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767"
346+
integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==
277347
dependencies:
278-
"@babel/template" "^7.22.5"
279-
"@babel/traverse" "^7.22.10"
280-
"@babel/types" "^7.22.10"
348+
"@babel/template" "^7.22.15"
349+
"@babel/traverse" "^7.23.2"
350+
"@babel/types" "^7.23.0"
281351

282352
"@babel/highlight@^7.10.4", "@babel/highlight@^7.22.10":
283353
version "7.22.10"
@@ -288,6 +358,15 @@
288358
chalk "^2.4.2"
289359
js-tokens "^4.0.0"
290360

361+
"@babel/highlight@^7.22.13":
362+
version "7.22.20"
363+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
364+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
365+
dependencies:
366+
"@babel/helper-validator-identifier" "^7.22.20"
367+
chalk "^2.4.2"
368+
js-tokens "^4.0.0"
369+
291370
"@babel/parser@7.22.5":
292371
version "7.22.5"
293372
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
@@ -298,6 +377,11 @@
298377
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55"
299378
integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==
300379

380+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.3":
381+
version "7.23.3"
382+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.3.tgz#0ce0be31a4ca4f1884b5786057cadcb6c3be58f9"
383+
integrity sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==
384+
301385
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
302386
version "7.22.5"
303387
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.22.5.tgz#87245a21cd69a73b0b81bcda98d443d6df08f05e"
@@ -1212,6 +1296,15 @@
12121296
"@babel/parser" "^7.22.5"
12131297
"@babel/types" "^7.22.5"
12141298

1299+
"@babel/template@^7.22.15":
1300+
version "7.22.15"
1301+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1302+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1303+
dependencies:
1304+
"@babel/code-frame" "^7.22.13"
1305+
"@babel/parser" "^7.22.15"
1306+
"@babel/types" "^7.22.15"
1307+
12151308
"@babel/traverse@7.22.5":
12161309
version "7.22.5"
12171310
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
@@ -1228,7 +1321,7 @@
12281321
debug "^4.1.0"
12291322
globals "^11.1.0"
12301323

1231-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.20.0", "@babel/traverse@^7.22.10":
1324+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.20.0":
12321325
version "7.22.10"
12331326
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa"
12341327
integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==
@@ -1244,7 +1337,23 @@
12441337
debug "^4.1.0"
12451338
globals "^11.1.0"
12461339

1247-
"@babel/types@^7.20.0", "@babel/types@^7.22.10", "@babel/types@^7.22.5", "@babel/types@^7.4.4":
1340+
"@babel/traverse@^7.23.2", "@babel/traverse@^7.23.3":
1341+
version "7.23.3"
1342+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.3.tgz#26ee5f252e725aa7aca3474aa5b324eaf7908b5b"
1343+
integrity sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==
1344+
dependencies:
1345+
"@babel/code-frame" "^7.22.13"
1346+
"@babel/generator" "^7.23.3"
1347+
"@babel/helper-environment-visitor" "^7.22.20"
1348+
"@babel/helper-function-name" "^7.23.0"
1349+
"@babel/helper-hoist-variables" "^7.22.5"
1350+
"@babel/helper-split-export-declaration" "^7.22.6"
1351+
"@babel/parser" "^7.23.3"
1352+
"@babel/types" "^7.23.3"
1353+
debug "^4.1.0"
1354+
globals "^11.1.0"
1355+
1356+
"@babel/types@^7.20.0", "@babel/types@^7.22.10", "@babel/types@^7.4.4":
12481357
version "7.22.10"
12491358
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.10.tgz#4a9e76446048f2c66982d1a989dd12b8a2d2dc03"
12501359
integrity sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==
@@ -1253,6 +1362,15 @@
12531362
"@babel/helper-validator-identifier" "^7.22.5"
12541363
to-fast-properties "^2.0.0"
12551364

1365+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.3":
1366+
version "7.23.3"
1367+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.3.tgz#d5ea892c07f2ec371ac704420f4dcdb07b5f9598"
1368+
integrity sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==
1369+
dependencies:
1370+
"@babel/helper-string-parser" "^7.22.5"
1371+
"@babel/helper-validator-identifier" "^7.22.20"
1372+
to-fast-properties "^2.0.0"
1373+
12561374
"@commitlint/cli@^17.7.1":
12571375
version "17.7.1"
12581376
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.7.1.tgz#f3ab35bd38d82fcd4ab03ec5a1e9db26d57fe1b0"
@@ -1956,9 +2074,9 @@
19562074
"@jridgewell/sourcemap-codec" "^1.4.10"
19572075

19582076
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
1959-
version "0.3.19"
1960-
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
1961-
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
2077+
version "0.3.20"
2078+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
2079+
integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==
19622080
dependencies:
19632081
"@jridgewell/resolve-uri" "^3.1.0"
19642082
"@jridgewell/sourcemap-codec" "^1.4.14"
@@ -4173,7 +4291,7 @@ browserify-zlib@^0.2.0:
41734291
dependencies:
41744292
pako "~1.0.5"
41754293

4176-
browserslist@^4.21.10, browserslist@^4.21.9:
4294+
browserslist@^4.21.10:
41774295
version "4.21.10"
41784296
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.10.tgz#dbbac576628c13d3b2231332cb2ec5a46e015bb0"
41794297
integrity sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==
@@ -4183,6 +4301,16 @@ browserslist@^4.21.10, browserslist@^4.21.9:
41834301
node-releases "^2.0.13"
41844302
update-browserslist-db "^1.0.11"
41854303

4304+
browserslist@^4.21.9:
4305+
version "4.22.1"
4306+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.1.tgz#ba91958d1a59b87dab6fed8dfbcb3da5e2e9c619"
4307+
integrity sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==
4308+
dependencies:
4309+
caniuse-lite "^1.0.30001541"
4310+
electron-to-chromium "^1.4.535"
4311+
node-releases "^2.0.13"
4312+
update-browserslist-db "^1.0.13"
4313+
41864314
bser@2.1.1:
41874315
version "2.1.1"
41884316
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -4391,10 +4519,10 @@ camelcase@^6.2.0:
43914519
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
43924520
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
43934521

4394-
caniuse-lite@^1.0.30001517:
4395-
version "1.0.30001522"
4396-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001522.tgz#44b87a406c901269adcdb834713e23582dd71856"
4397-
integrity sha512-TKiyTVZxJGhsTszLuzb+6vUZSjVOAhClszBr2Ta2k9IwtNBT/4dzmL6aywt0HCgEZlmwJzXJd8yNiob6HgwTRg==
4522+
caniuse-lite@^1.0.30001517, caniuse-lite@^1.0.30001541:
4523+
version "1.0.30001561"
4524+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001561.tgz#752f21f56f96f1b1a52e97aae98c57c562d5d9da"
4525+
integrity sha512-NTt0DNoKe958Q0BE0j0c1V9jbUzhBxHIEJy7asmGrpE0yG63KTV7PLHPnK2E1O9RsQrQ081I3NLuXGS6zht3cw==
43984526

43994527
chalk@5.3.0, chalk@^5.0.0:
44004528
version "5.3.0"
@@ -4808,6 +4936,11 @@ convert-source-map@^1.7.0:
48084936
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
48094937
integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
48104938

4939+
convert-source-map@^2.0.0:
4940+
version "2.0.0"
4941+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
4942+
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
4943+
48114944
cookie-signature@1.0.6:
48124945
version "1.0.6"
48134946
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
@@ -5371,10 +5504,10 @@ ejs@^3.1.5:
53715504
dependencies:
53725505
jake "^10.8.5"
53735506

5374-
electron-to-chromium@^1.4.477:
5375-
version "1.4.499"
5376-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.499.tgz#dc36b67f4c8e273524e8d2080c5203a6a76987b6"
5377-
integrity sha512-0NmjlYBLKVHva4GABWAaHuPJolnDuL0AhV3h1hES6rcLCWEIbRL6/8TghfsVwkx6TEroQVdliX7+aLysUpKvjw==
5507+
electron-to-chromium@^1.4.477, electron-to-chromium@^1.4.535:
5508+
version "1.4.579"
5509+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.579.tgz#40ddec29bb5549908e82ccd652cf5da2e5900c23"
5510+
integrity sha512-bJKvA+awBIzYR0xRced7PrQuRIwGQPpo6ZLP62GAShahU9fWpsNN2IP6BSP1BLDDSbxvBVRGAMWlvVVq3npmLA==
53785511

53795512
elliptic@^6.5.3:
53805513
version "6.5.4"
@@ -12470,10 +12603,10 @@ upath@^1.1.1:
1247012603
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
1247112604
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
1247212605

12473-
update-browserslist-db@^1.0.11:
12474-
version "1.0.11"
12475-
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940"
12476-
integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==
12606+
update-browserslist-db@^1.0.11, update-browserslist-db@^1.0.13:
12607+
version "1.0.13"
12608+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz#3c5e4f5c083661bd38ef64b6328c26ed6c8248c4"
12609+
integrity sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==
1247712610
dependencies:
1247812611
escalade "^3.1.1"
1247912612
picocolors "^1.0.0"

0 commit comments

Comments
 (0)