Skip to content

Commit ac969f5

Browse files
committed
yarn upgrade
1 parent 733c773 commit ac969f5

File tree

2 files changed

+39
-156
lines changed

2 files changed

+39
-156
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"dependencies": {
3131
"@astrojs/mdx": "^3.1.9",
3232
"@astrojs/partytown": "^2.1.2",
33-
"@astrojs/react": "^3.6.1",
33+
"@astrojs/react": "^3.6.3",
3434
"@astrojs/sitemap": "^3.2.1",
3535
"@astrojs/tailwind": "^5.1.2",
3636
"@fontsource-variable/inter": "^5.1.0",
37-
"astro": "^4.16.13",
37+
"astro": "^4.16.14",
3838
"astro-embed": "^0.9.0",
3939
"astro-expressive-code": "^0.38.3",
4040
"astro-icon": "^1.1.2",
@@ -83,7 +83,7 @@
8383
"satori-html": "^0.3.2",
8484
"serve": "^14.2.4",
8585
"tailwindcss": "^3.4.15",
86-
"typescript": "^5.6.3"
86+
"typescript": "^5.7.2"
8787
},
8888
"resolutions": {
8989
"sharp": "0.32.6"

yarn.lock

Lines changed: 36 additions & 153 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,14 @@
201201
dependencies:
202202
prismjs "^1.29.0"
203203

204-
"@astrojs/react@^3.6.1":
205-
version "3.6.2"
206-
resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-3.6.2.tgz#615d4ab94f8a8700c593ca4812a5c4efb11ff7cb"
207-
integrity sha512-fK29lYI7zK/KG4ZBy956x4dmauZcZ18osFkuyGa8r3gmmCQa2NZ9XNu9WaVYEUm0j89f4Gii4tbxLoyM8nk2MA==
204+
"@astrojs/react@^3.6.3":
205+
version "3.6.3"
206+
resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-3.6.3.tgz#b85982ac6962a5363c9dfe43de8ed7f961a7ca8b"
207+
integrity sha512-5ihLQDH5Runddug5AZYlnp/Q5T81QxhwnWJXA9rchBAdh11c6UhBbv9Kdk7b2PkXoEU70CGWBP9hSh0VCR58eA==
208208
dependencies:
209-
"@vitejs/plugin-react" "^4.3.1"
209+
"@vitejs/plugin-react" "^4.3.3"
210210
ultrahtml "^1.5.3"
211+
vite "^5.4.10"
211212

212213
"@astrojs/sitemap@^3.2.1":
213214
version "3.2.1"
@@ -295,7 +296,7 @@
295296
"@atproto/lexicon" "^0.4.2"
296297
zod "^3.23.8"
297298

298-
"@babel/code-frame@^7.21.4", "@babel/code-frame@^7.24.7":
299+
"@babel/code-frame@^7.21.4":
299300
version "7.24.7"
300301
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
301302
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
@@ -320,38 +321,12 @@
320321
js-tokens "^4.0.0"
321322
picocolors "^1.0.0"
322323

323-
"@babel/compat-data@^7.25.2":
324-
version "7.25.4"
325-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb"
326-
integrity sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==
327-
328324
"@babel/compat-data@^7.25.9":
329325
version "7.25.9"
330326
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
331327
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
332328

333-
"@babel/core@^7.24.5":
334-
version "7.25.2"
335-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
336-
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
337-
dependencies:
338-
"@ampproject/remapping" "^2.2.0"
339-
"@babel/code-frame" "^7.24.7"
340-
"@babel/generator" "^7.25.0"
341-
"@babel/helper-compilation-targets" "^7.25.2"
342-
"@babel/helper-module-transforms" "^7.25.2"
343-
"@babel/helpers" "^7.25.0"
344-
"@babel/parser" "^7.25.0"
345-
"@babel/template" "^7.25.0"
346-
"@babel/traverse" "^7.25.2"
347-
"@babel/types" "^7.25.2"
348-
convert-source-map "^2.0.0"
349-
debug "^4.1.0"
350-
gensync "^1.0.0-beta.2"
351-
json5 "^2.2.3"
352-
semver "^6.3.1"
353-
354-
"@babel/core@^7.26.0":
329+
"@babel/core@^7.25.2", "@babel/core@^7.26.0":
355330
version "7.26.0"
356331
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
357332
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
@@ -372,16 +347,6 @@
372347
json5 "^2.2.3"
373348
semver "^6.3.1"
374349

375-
"@babel/generator@^7.25.0", "@babel/generator@^7.25.6":
376-
version "7.25.6"
377-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.6.tgz#0df1ad8cb32fe4d2b01d8bf437f153d19342a87c"
378-
integrity sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==
379-
dependencies:
380-
"@babel/types" "^7.25.6"
381-
"@jridgewell/gen-mapping" "^0.3.5"
382-
"@jridgewell/trace-mapping" "^0.3.25"
383-
jsesc "^2.5.1"
384-
385350
"@babel/generator@^7.25.9":
386351
version "7.25.9"
387352
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.9.tgz#c7e828ebe0c2baba103b712924699c9e8a6e32f0"
@@ -410,17 +375,6 @@
410375
dependencies:
411376
"@babel/types" "^7.25.9"
412377

413-
"@babel/helper-compilation-targets@^7.25.2":
414-
version "7.25.2"
415-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
416-
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
417-
dependencies:
418-
"@babel/compat-data" "^7.25.2"
419-
"@babel/helper-validator-option" "^7.24.8"
420-
browserslist "^4.23.1"
421-
lru-cache "^5.1.1"
422-
semver "^6.3.1"
423-
424378
"@babel/helper-compilation-targets@^7.25.9":
425379
version "7.25.9"
426380
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
@@ -432,14 +386,6 @@
432386
lru-cache "^5.1.1"
433387
semver "^6.3.1"
434388

435-
"@babel/helper-module-imports@^7.24.7":
436-
version "7.24.7"
437-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
438-
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
439-
dependencies:
440-
"@babel/traverse" "^7.24.7"
441-
"@babel/types" "^7.24.7"
442-
443389
"@babel/helper-module-imports@^7.25.9":
444390
version "7.25.9"
445391
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
@@ -448,16 +394,6 @@
448394
"@babel/traverse" "^7.25.9"
449395
"@babel/types" "^7.25.9"
450396

451-
"@babel/helper-module-transforms@^7.25.2":
452-
version "7.25.2"
453-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
454-
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
455-
dependencies:
456-
"@babel/helper-module-imports" "^7.24.7"
457-
"@babel/helper-simple-access" "^7.24.7"
458-
"@babel/helper-validator-identifier" "^7.24.7"
459-
"@babel/traverse" "^7.25.2"
460-
461397
"@babel/helper-module-transforms@^7.26.0":
462398
version "7.26.0"
463399
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
@@ -467,24 +403,11 @@
467403
"@babel/helper-validator-identifier" "^7.25.9"
468404
"@babel/traverse" "^7.25.9"
469405

470-
"@babel/helper-plugin-utils@^7.24.7":
471-
version "7.24.8"
472-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz#94ee67e8ec0e5d44ea7baeb51e571bd26af07878"
473-
integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==
474-
475406
"@babel/helper-plugin-utils@^7.25.9":
476407
version "7.25.9"
477408
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
478409
integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
479410

480-
"@babel/helper-simple-access@^7.24.7":
481-
version "7.24.7"
482-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
483-
integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==
484-
dependencies:
485-
"@babel/traverse" "^7.24.7"
486-
"@babel/types" "^7.24.7"
487-
488411
"@babel/helper-string-parser@^7.24.8":
489412
version "7.24.8"
490413
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
@@ -505,24 +428,11 @@
505428
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
506429
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
507430

508-
"@babel/helper-validator-option@^7.24.8":
509-
version "7.24.8"
510-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
511-
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
512-
513431
"@babel/helper-validator-option@^7.25.9":
514432
version "7.25.9"
515433
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
516434
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
517435

518-
"@babel/helpers@^7.25.0":
519-
version "7.25.6"
520-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.6.tgz#57ee60141829ba2e102f30711ffe3afab357cc60"
521-
integrity sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==
522-
dependencies:
523-
"@babel/template" "^7.25.0"
524-
"@babel/types" "^7.25.6"
525-
526436
"@babel/helpers@^7.26.0":
527437
version "7.26.0"
528438
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
@@ -551,7 +461,7 @@
551461
js-tokens "^4.0.0"
552462
picocolors "^1.0.0"
553463

554-
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.25.0", "@babel/parser@^7.25.4", "@babel/parser@^7.25.6":
464+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.25.4":
555465
version "7.25.6"
556466
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.6.tgz#85660c5ef388cbbf6e3d2a694ee97a38f18afe2f"
557467
integrity sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==
@@ -579,19 +489,19 @@
579489
dependencies:
580490
"@babel/helper-plugin-utils" "^7.25.9"
581491

582-
"@babel/plugin-transform-react-jsx-self@^7.24.5":
583-
version "7.24.7"
584-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.7.tgz#66bff0248ea0b549972e733516ffad577477bdab"
585-
integrity sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==
492+
"@babel/plugin-transform-react-jsx-self@^7.24.7":
493+
version "7.25.9"
494+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz#c0b6cae9c1b73967f7f9eb2fca9536ba2fad2858"
495+
integrity sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==
586496
dependencies:
587-
"@babel/helper-plugin-utils" "^7.24.7"
497+
"@babel/helper-plugin-utils" "^7.25.9"
588498

589-
"@babel/plugin-transform-react-jsx-source@^7.24.1":
590-
version "7.24.7"
591-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.7.tgz#1198aab2548ad19582013815c938d3ebd8291ee3"
592-
integrity sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==
499+
"@babel/plugin-transform-react-jsx-source@^7.24.7":
500+
version "7.25.9"
501+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz#4c6b8daa520b5f155b5fb55547d7c9fa91417503"
502+
integrity sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==
593503
dependencies:
594-
"@babel/helper-plugin-utils" "^7.24.7"
504+
"@babel/helper-plugin-utils" "^7.25.9"
595505

596506
"@babel/plugin-transform-react-jsx@^7.25.9":
597507
version "7.25.9"
@@ -604,15 +514,6 @@
604514
"@babel/plugin-syntax-jsx" "^7.25.9"
605515
"@babel/types" "^7.25.9"
606516

607-
"@babel/template@^7.25.0":
608-
version "7.25.0"
609-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a"
610-
integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==
611-
dependencies:
612-
"@babel/code-frame" "^7.24.7"
613-
"@babel/parser" "^7.25.0"
614-
"@babel/types" "^7.25.0"
615-
616517
"@babel/template@^7.25.9":
617518
version "7.25.9"
618519
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
@@ -622,19 +523,6 @@
622523
"@babel/parser" "^7.25.9"
623524
"@babel/types" "^7.25.9"
624525

625-
"@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2":
626-
version "7.25.6"
627-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41"
628-
integrity sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==
629-
dependencies:
630-
"@babel/code-frame" "^7.24.7"
631-
"@babel/generator" "^7.25.6"
632-
"@babel/parser" "^7.25.6"
633-
"@babel/template" "^7.25.0"
634-
"@babel/types" "^7.25.6"
635-
debug "^4.3.1"
636-
globals "^11.1.0"
637-
638526
"@babel/traverse@^7.25.9":
639527
version "7.25.9"
640528
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
@@ -648,7 +536,7 @@
648536
debug "^4.3.1"
649537
globals "^11.1.0"
650538

651-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.25.4", "@babel/types@^7.25.6":
539+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.4", "@babel/types@^7.25.6":
652540
version "7.25.6"
653541
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.6.tgz#893942ddb858f32ae7a004ec9d3a76b3463ef8e6"
654542
integrity sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==
@@ -1708,14 +1596,14 @@
17081596
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
17091597
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
17101598

1711-
"@vitejs/plugin-react@^4.3.1":
1712-
version "4.3.1"
1713-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz#d0be6594051ded8957df555ff07a991fb618b48e"
1714-
integrity sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==
1599+
"@vitejs/plugin-react@^4.3.3":
1600+
version "4.3.3"
1601+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.3.tgz#28301ac6d7aaf20b73a418ee5c65b05519b4836c"
1602+
integrity sha512-NooDe9GpHGqNns1i8XDERg0Vsg5SSYRhRxxyTGogUdkdNt47jal+fbuYi+Yfq6pzRCKXyoPcWisfxE6RIM3GKA==
17151603
dependencies:
1716-
"@babel/core" "^7.24.5"
1717-
"@babel/plugin-transform-react-jsx-self" "^7.24.5"
1718-
"@babel/plugin-transform-react-jsx-source" "^7.24.1"
1604+
"@babel/core" "^7.25.2"
1605+
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
1606+
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
17191607
"@types/babel__core" "^7.20.5"
17201608
react-refresh "^0.14.2"
17211609

@@ -2018,10 +1906,10 @@ astro-social-share@^2.0.2:
20181906
resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.0.2.tgz#81497f8e8bc072934a4e0a96ebeff7607c7ce3fd"
20191907
integrity sha512-bPeZUOzOTuXIJjVYmRrnsP8bK+qv3aviey+F8tFgG30rR1npc4SkyOb05hsp2BLuDci9kbuoHFW6Vr3L4ozjSw==
20201908

2021-
astro@^4.16.13:
2022-
version "4.16.13"
2023-
resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.13.tgz#2d723348651ed1cff5936cc3e077104846a7befc"
2024-
integrity sha512-Mtd76+BC0zLWqoXpf9xc731AhdH4MNh5JFHYdLRvSH0Nqn48hA64dPGh/cWsJvh/DZFmC0NTZusM1Qq2gyNaVg==
1909+
astro@^4.16.14:
1910+
version "4.16.14"
1911+
resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.14.tgz#a3c1a4f6e904d9b28229ea903c9e125449a89e9d"
1912+
integrity sha512-2IuLkIp4idyspugq+F52rHZyNqHHi2AdQzuKp3SGytg/YAm50dNeWhP/7l+enjgWZLloLq5xsH5gVQpoDFoyFg==
20251913
dependencies:
20261914
"@astrojs/compiler" "^2.10.3"
20271915
"@astrojs/internal-helpers" "0.4.1"
@@ -2269,7 +2157,7 @@ braces@^3.0.3, braces@~3.0.2:
22692157
dependencies:
22702158
fill-range "^7.1.1"
22712159

2272-
browserslist@^4.23.1, browserslist@^4.23.3, browserslist@^4.24.0:
2160+
browserslist@^4.23.3, browserslist@^4.24.0:
22732161
version "4.24.0"
22742162
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.0.tgz#a1325fe4bc80b64fda169629fc01b3d6cecd38d4"
22752163
integrity sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==
@@ -4237,11 +4125,6 @@ js-yaml@^4.1.0:
42374125
dependencies:
42384126
argparse "^2.0.1"
42394127

4240-
jsesc@^2.5.1:
4241-
version "2.5.2"
4242-
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
4243-
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
4244-
42454128
jsesc@^3.0.2:
42464129
version "3.0.2"
42474130
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
@@ -7095,10 +6978,10 @@ typescript-auto-import-cache@^0.3.3:
70956978
dependencies:
70966979
semver "^7.3.8"
70976980

7098-
typescript@^5.6.3:
7099-
version "5.6.3"
7100-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
7101-
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
6981+
typescript@^5.7.2:
6982+
version "5.7.2"
6983+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
6984+
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
71026985

71036986
ufo@^1.5.3:
71046987
version "1.5.4"

0 commit comments

Comments
 (0)