Skip to content

Commit e7e2603

Browse files
[deps]: Lock file maintenance
1 parent 75035fc commit e7e2603

File tree

1 file changed

+18
-82
lines changed

1 file changed

+18
-82
lines changed

yarn.lock

Lines changed: 18 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,13 @@
1212
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
1313
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
1414

15-
"@babel/parser@^7.24.7":
16-
version "7.25.3"
17-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
18-
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
19-
dependencies:
20-
"@babel/types" "^7.25.2"
21-
2215
"@babel/parser@^7.25.3":
2316
version "7.25.6"
2417
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.6.tgz#85660c5ef388cbbf6e3d2a694ee97a38f18afe2f"
2518
integrity sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==
2619
dependencies:
2720
"@babel/types" "^7.25.6"
2821

29-
"@babel/types@^7.25.2":
30-
version "7.25.2"
31-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
32-
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
33-
dependencies:
34-
"@babel/helper-string-parser" "^7.24.8"
35-
"@babel/helper-validator-identifier" "^7.24.7"
36-
to-fast-properties "^2.0.0"
37-
3822
"@babel/types@^7.25.6":
3923
version "7.25.6"
4024
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.6.tgz#893942ddb858f32ae7a004ec9d3a76b3463ef8e6"
@@ -191,17 +175,6 @@
191175
"@volar/language-core" "1.11.1"
192176
path-browserify "^1.0.1"
193177

194-
195-
version "3.4.35"
196-
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.4.35.tgz#421922a75ecabf1aabc6b7a2ce98b5acb2fc2d65"
197-
integrity sha512-gKp0zGoLnMYtw4uS/SJRRO7rsVggLjvot3mcctlMXunYNsX+aRJDqqw/lV5/gHK91nvaAAlWFgdVl020AW1Prg==
198-
dependencies:
199-
"@babel/parser" "^7.24.7"
200-
"@vue/shared" "3.4.35"
201-
entities "^4.5.0"
202-
estree-walker "^2.0.2"
203-
source-map-js "^1.2.0"
204-
205178
206179
version "3.5.10"
207180
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.10.tgz#dc382e4173c5ad6d309887f5cb02983dfd88cfee"
@@ -213,22 +186,14 @@
213186
estree-walker "^2.0.2"
214187
source-map-js "^1.2.0"
215188

216-
189+
"@vue/[email protected]", "@vue/compiler-dom@^3.3.0":
217190
version "3.5.10"
218191
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.10.tgz#233c660289ce289a48e8fe759b07b95f607cd98e"
219192
integrity sha512-DyxHC6qPcktwYGKOIy3XqnHRrrXyWR2u91AjP+nLkADko380srsC2DC3s7Y1Rk6YfOlxOlvEQKa9XXmLI+W4ZA==
220193
dependencies:
221194
"@vue/compiler-core" "3.5.10"
222195
"@vue/shared" "3.5.10"
223196

224-
"@vue/compiler-dom@^3.3.0":
225-
version "3.4.35"
226-
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.4.35.tgz#cd0881f1b4ed655cd96367bce4845f87023a5a2d"
227-
integrity sha512-pWIZRL76/oE/VMhdv/ovZfmuooEni6JPG1BFe7oLk5DZRo/ImydXijoZl/4kh2406boRQ7lxTYzbZEEXEhj9NQ==
228-
dependencies:
229-
"@vue/compiler-core" "3.4.35"
230-
"@vue/shared" "3.4.35"
231-
232197
233198
version "3.5.10"
234199
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.10.tgz#95e262a5ed836521a5aeee9492cc265ad3f1c787"
@@ -300,24 +265,19 @@
300265
"@vue/compiler-ssr" "3.5.10"
301266
"@vue/shared" "3.5.10"
302267

303-
"@vue/[email protected]", "@vue/shared@^3.3.0":
304-
version "3.4.35"
305-
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.35.tgz#5432f4b1c79e763fcf78cc830faf59ff01248968"
306-
integrity sha512-hvuhBYYDe+b1G8KHxsQ0diDqDMA8D9laxWZhNAjE83VZb5UDaXl9Xnz7cGdDSyiHM90qqI/CyGMcpBpiDy6VVQ==
307-
308-
268+
"@vue/[email protected]", "@vue/shared@^3.3.0":
309269
version "3.5.10"
310270
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.10.tgz#066f7dde31e09d700123e92e63eaa126cda21a17"
311271
integrity sha512-VkkBhU97Ki+XJ0xvl4C9YJsIZ2uIlQ7HqPpZOS3m9VCvmROPaChZU6DexdMJqvz9tbgG+4EtFVrSuailUq5KGQ==
312272

313273
balanced-match@^1.0.0:
314274
version "1.0.2"
315-
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
275+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
316276
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
317277

318278
brace-expansion@^2.0.1:
319279
version "2.0.1"
320-
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz"
280+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
321281
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
322282
dependencies:
323283
balanced-match "^1.0.0"
@@ -334,7 +294,7 @@ csstype@^3.1.3:
334294

335295
de-indent@^1.0.2:
336296
version "1.0.2"
337-
resolved "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz"
297+
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
338298
integrity sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==
339299

340300
entities@^4.5.0:
@@ -372,17 +332,17 @@ esbuild@^0.18.10:
372332

373333
estree-walker@^2.0.2:
374334
version "2.0.2"
375-
resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz"
335+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
376336
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
377337

378338
fsevents@~2.3.2:
379-
version "2.3.2"
380-
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
381-
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
339+
version "2.3.3"
340+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
341+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
382342

383343
he@^1.2.0:
384344
version "1.2.0"
385-
resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz"
345+
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
386346
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
387347

388348
magic-string@^0.30.11:
@@ -414,26 +374,12 @@ path-browserify@^1.0.1:
414374
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd"
415375
integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
416376

417-
picocolors@^1.0.0:
418-
version "1.0.0"
419-
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
420-
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
421-
422377
picocolors@^1.1.0:
423378
version "1.1.0"
424379
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
425380
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
426381

427-
postcss@^8.4.27:
428-
version "8.4.33"
429-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.33.tgz#1378e859c9f69bf6f638b990a0212f43e2aaa742"
430-
integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==
431-
dependencies:
432-
nanoid "^3.3.7"
433-
picocolors "^1.0.0"
434-
source-map-js "^1.0.2"
435-
436-
postcss@^8.4.47:
382+
postcss@^8.4.27, postcss@^8.4.47:
437383
version "8.4.47"
438384
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
439385
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
@@ -443,9 +389,9 @@ postcss@^8.4.47:
443389
source-map-js "^1.2.1"
444390

445391
rollup@^3.27.1:
446-
version "3.29.4"
447-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.4.tgz#4d70c0f9834146df8705bfb69a9a19c9e1109981"
448-
integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==
392+
version "3.29.5"
393+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5.tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54"
394+
integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==
449395
optionalDependencies:
450396
fsevents "~2.3.2"
451397

@@ -454,17 +400,7 @@ semver@^7.5.4:
454400
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
455401
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
456402

457-
source-map-js@^1.0.2:
458-
version "1.0.2"
459-
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz"
460-
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
461-
462-
source-map-js@^1.2.0:
463-
version "1.2.0"
464-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
465-
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
466-
467-
source-map-js@^1.2.1:
403+
source-map-js@^1.2.0, source-map-js@^1.2.1:
468404
version "1.2.1"
469405
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
470406
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
@@ -491,9 +427,9 @@ [email protected]:
491427
fsevents "~2.3.2"
492428

493429
vue-template-compiler@^2.7.14:
494-
version "2.7.14"
495-
resolved "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.14.tgz"
496-
integrity sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==
430+
version "2.7.16"
431+
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz#c81b2d47753264c77ac03b9966a46637482bb03b"
432+
integrity sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==
497433
dependencies:
498434
de-indent "^1.0.2"
499435
he "^1.2.0"

0 commit comments

Comments
 (0)