Skip to content

Commit bde0a3e

Browse files
committed
upgrade
1 parent 8f8ae54 commit bde0a3e

File tree

3 files changed

+104
-102
lines changed

3 files changed

+104
-102
lines changed

docs/working-notes/todo4.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ astro zod v3, main zod v4
192192
keep old main image until new blur image is ready
193193
show blur image, optional delay
194194
when main image is ready show ne main image
195+
----
196+
or keep old main image until both blur and main images arent ready
195197
```
196198

197199

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"dc:up": "docker compose up --build --force-recreate -d"
3333
},
3434
"dependencies": {
35-
"@astrojs/mdx": "^4.3.3",
35+
"@astrojs/mdx": "^4.3.4",
3636
"@astrojs/partytown": "^2.1.4",
3737
"@astrojs/react": "^4.3.0",
38-
"@astrojs/sitemap": "^3.4.2",
38+
"@astrojs/sitemap": "^3.5.0",
3939
"@astrojs/tailwind": "^5.1.5",
4040
"@fontsource-variable/inter": "^5.2.6",
41-
"astro": "^5.12.9",
41+
"astro": "^5.13.2",
4242
"astro-embed": "^0.9.0",
4343
"astro-expressive-code": "^0.41.3",
4444
"astro-icon": "^1.1.5",
@@ -71,15 +71,15 @@
7171
"devDependencies": {
7272
"@astrojs/check": "^0.9.4",
7373
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
74-
"@ianvs/prettier-plugin-sort-imports": "^4.6.1",
74+
"@ianvs/prettier-plugin-sort-imports": "^4.6.2",
7575
"@iconify-json/mdi": "^1.2.3",
7676
"@tailwindcss/typography": "^0.5.16",
7777
"@types/lodash.debounce": "^4.0.9",
7878
"@types/mdast": "^4.0.3",
79-
"@types/react": "^19.1.9",
79+
"@types/react": "^19.1.10",
8080
"@types/react-dom": "^19.1.7",
81-
"@typescript-eslint/eslint-plugin": "^8.39.0",
82-
"@typescript-eslint/parser": "^8.39.0",
81+
"@typescript-eslint/eslint-plugin": "^8.40.0",
82+
"@typescript-eslint/parser": "^8.40.0",
8383
"eslint": "8.57.0",
8484
"eslint-config-prettier": "^10.1.8",
8585
"eslint-mdx": "^3.6.2",

yarn.lock

Lines changed: 95 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@
107107
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.12.2.tgz#5913b6ec7efffebdfb37fae9a50122802ae08c64"
108108
integrity sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==
109109

110-
"@astrojs/[email protected].1":
111-
version "0.7.1"
112-
resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.7.1.tgz#50ce657c415b18b88369e9c6eeb12da208783905"
113-
integrity sha512-7dwEVigz9vUWDw3nRwLQ/yH/xYovlUA0ZD86xoeKEBmkz9O6iELG1yri67PgAPW6VLL/xInA4t7H0CK6VmtkKQ==
110+
"@astrojs/[email protected].2":
111+
version "0.7.2"
112+
resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.7.2.tgz#e7915913a9ad0b6e56d2c89bcc26b22d36006f27"
113+
integrity sha512-KCkCqR3Goym79soqEtbtLzJfqhTWMyVaizUi35FLzgGSzBotSw8DB1qwsu7U96ihOJgYhDk2nVPz+3LnXPeX6g==
114114

115115
"@astrojs/language-server@^2.15.0":
116116
version "2.15.4"
@@ -136,12 +136,12 @@
136136
vscode-html-languageservice "^5.2.0"
137137
vscode-uri "^3.0.8"
138138

139-
"@astrojs/[email protected].5":
140-
version "6.3.5"
141-
resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-6.3.5.tgz#4049142d402cd5de28b2dbc7cf3cb8d25df866d3"
142-
integrity sha512-MiR92CkE2BcyWf3b86cBBw/1dKiOH0qhLgXH2OXA6cScrrmmks1Rr4Tl0p/lFpvmgQQrP54Pd1uidJfmxGrpWQ==
139+
"@astrojs/[email protected].6":
140+
version "6.3.6"
141+
resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-6.3.6.tgz#f2fca6d291559df9a428dc01cb371a31ee12f3f6"
142+
integrity sha512-bwylYktCTsLMVoCOEHbn2GSUA3c5KT/qilekBKA3CBng0bo1TYjNZPr761vxumRk9kJGqTOtU+fgCAp5Vwokug==
143143
dependencies:
144-
"@astrojs/internal-helpers" "0.7.1"
144+
"@astrojs/internal-helpers" "0.7.2"
145145
"@astrojs/prism" "3.3.0"
146146
github-slugger "^2.0.0"
147147
hast-util-from-html "^2.0.3"
@@ -163,12 +163,12 @@
163163
unist-util-visit-parents "^6.0.1"
164164
vfile "^6.0.3"
165165

166-
"@astrojs/mdx@^4.3.3":
167-
version "4.3.3"
168-
resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-4.3.3.tgz#0dc84fbd49fe268b328e2430f64c458be32c3def"
169-
integrity sha512-+9+xGP2TBXxcm84cpiq4S9JbuHOHM1fcvREfqW7VHxlUyfUQPByoJ9YYliqHkLS6BMzG+O/+o7n8nguVhuEv4w==
166+
"@astrojs/mdx@^4.3.4":
167+
version "4.3.4"
168+
resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-4.3.4.tgz#bb87e32694a70a6b9a8b5459abf835a8d4e7b927"
169+
integrity sha512-Ew3iP+6zuzzJWNEH5Qr1iknrue1heEfgmfuMpuwLaSwqlUiJQ0NDb2oxKosgWU1ROYmVf1H4KCmS6QdMWKyFjw==
170170
dependencies:
171-
"@astrojs/markdown-remark" "6.3.5"
171+
"@astrojs/markdown-remark" "6.3.6"
172172
"@mdx-js/mdx" "^3.1.0"
173173
acorn "^8.14.1"
174174
es-module-lexer "^1.6.0"
@@ -206,10 +206,10 @@
206206
ultrahtml "^1.6.0"
207207
vite "^6.3.5"
208208

209-
"@astrojs/sitemap@^3.4.2":
210-
version "3.4.2"
211-
resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-3.4.2.tgz#f44e8fe3d855000106cf86b18f2e97ead8339ad0"
212-
integrity sha512-wfN2dZzdkto6yaMtOFa/J9gc60YE3wl3rgSBoNJ+MU3lJVUMsDY9xf9uAVi8Mp/zEQKFDSJlQzBvqQUpw0Hf6g==
209+
"@astrojs/sitemap@^3.5.0":
210+
version "3.5.0"
211+
resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-3.5.0.tgz#b43c88d3046f7d335882b47242ca3c0b0a5ede28"
212+
integrity sha512-ldOvoBxuRgpcdndzksskOTzU55g76tkHC/POpejUbPGz6zR4rJKiXh8thX4WEPWDhCTZUafhJ1qf7k1muStHfg==
213213
dependencies:
214214
sitemap "^8.0.0"
215215
stream-replace-string "^2.0.0"
@@ -750,10 +750,10 @@
750750
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
751751
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
752752

753-
"@ianvs/prettier-plugin-sort-imports@^4.6.1":
754-
version "4.6.1"
755-
resolved "https://registry.yarnpkg.com/@ianvs/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-4.6.1.tgz#da920ec4bc3068bbbec95e83c4515bac4d6eaed3"
756-
integrity sha512-Q0gujs/g6tw1uOGd1bTVLGDzAwb/UwrCehhPCQevTCYDkho8+eQSOhA0zcy9AM0XnXM1ChBWsZeE4P7Nym0pyw==
753+
"@ianvs/prettier-plugin-sort-imports@^4.6.2":
754+
version "4.6.2"
755+
resolved "https://registry.yarnpkg.com/@ianvs/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-4.6.2.tgz#dd3ebbc8b1610875c0c41fc4f8f7f2809f59e3fc"
756+
integrity sha512-kHiL1IghIodo43clNQaJJU2rPqXEioPG+Ink4/T5za46A0ggSNvIx4NM3hGgciQ2VpDaR/X8cTJIZDKRurWjPw==
757757
dependencies:
758758
"@babel/generator" "^7.26.2"
759759
"@babel/parser" "^7.26.2"
@@ -1464,10 +1464,10 @@
14641464
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.7.tgz#2863f2aa89e023592b981204ef92c5221b286410"
14651465
integrity sha512-i5ZzwYpqjmrKenzkoLM2Ibzt6mAsM7pxB6BCIouEVVmgiqaMj1TjaK7hnA36hbW5aZv20kx7Lw6hWzPWg0Rurw==
14661466

1467-
"@types/react@^19.1.9":
1468-
version "19.1.9"
1469-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.9.tgz#f42b24f35474566a39b5c3a98e4d0c425b79a849"
1470-
integrity sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==
1467+
"@types/react@^19.1.10":
1468+
version "19.1.10"
1469+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.10.tgz#a05015952ef328e1b85579c839a71304b07d21d9"
1470+
integrity sha512-EhBeSYX0Y6ye8pNebpKrwFJq7BoQ8J5SO6NlvNwwHjSj6adXJViPQrKlsyPw7hLBLvckEMO1yxeGdR82YBBlDg==
14711471
dependencies:
14721472
csstype "^3.0.2"
14731473

@@ -1513,48 +1513,48 @@
15131513
dependencies:
15141514
"@types/node" "*"
15151515

1516-
"@typescript-eslint/eslint-plugin@^8.39.0":
1517-
version "8.39.0"
1518-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz#c9afec1866ee1a6ea3d768b5f8e92201efbbba06"
1519-
integrity sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==
1516+
"@typescript-eslint/eslint-plugin@^8.40.0":
1517+
version "8.40.0"
1518+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.40.0.tgz#19f959f273b32f5082c891903645e6a85328db4e"
1519+
integrity sha512-w/EboPlBwnmOBtRbiOvzjD+wdiZdgFeo17lkltrtn7X37vagKKWJABvyfsJXTlHe6XBzugmYgd4A4nW+k8Mixw==
15201520
dependencies:
15211521
"@eslint-community/regexpp" "^4.10.0"
1522-
"@typescript-eslint/scope-manager" "8.39.0"
1523-
"@typescript-eslint/type-utils" "8.39.0"
1524-
"@typescript-eslint/utils" "8.39.0"
1525-
"@typescript-eslint/visitor-keys" "8.39.0"
1522+
"@typescript-eslint/scope-manager" "8.40.0"
1523+
"@typescript-eslint/type-utils" "8.40.0"
1524+
"@typescript-eslint/utils" "8.40.0"
1525+
"@typescript-eslint/visitor-keys" "8.40.0"
15261526
graphemer "^1.4.0"
15271527
ignore "^7.0.0"
15281528
natural-compare "^1.4.0"
15291529
ts-api-utils "^2.1.0"
15301530

1531-
"@typescript-eslint/parser@^8.39.0":
1532-
version "8.39.0"
1533-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.0.tgz#c4b895d7a47f4cd5ee6ee77ea30e61d58b802008"
1534-
integrity sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg==
1531+
"@typescript-eslint/parser@^8.40.0":
1532+
version "8.40.0"
1533+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.40.0.tgz#1bc9f3701ced29540eb76ff2d95ce0d52ddc7e69"
1534+
integrity sha512-jCNyAuXx8dr5KJMkecGmZ8KI61KBUhkCob+SD+C+I5+Y1FWI2Y3QmY4/cxMCC5WAsZqoEtEETVhUiUMIGCf6Bw==
15351535
dependencies:
1536-
"@typescript-eslint/scope-manager" "8.39.0"
1537-
"@typescript-eslint/types" "8.39.0"
1538-
"@typescript-eslint/typescript-estree" "8.39.0"
1539-
"@typescript-eslint/visitor-keys" "8.39.0"
1536+
"@typescript-eslint/scope-manager" "8.40.0"
1537+
"@typescript-eslint/types" "8.40.0"
1538+
"@typescript-eslint/typescript-estree" "8.40.0"
1539+
"@typescript-eslint/visitor-keys" "8.40.0"
15401540
debug "^4.3.4"
15411541

1542-
"@typescript-eslint/project-service@8.39.0":
1543-
version "8.39.0"
1544-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.0.tgz#71cb29c3f8139f99a905b8705127bffc2ae84759"
1545-
integrity sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==
1542+
"@typescript-eslint/project-service@8.40.0":
1543+
version "8.40.0"
1544+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.40.0.tgz#1b7ba6079ff580c3215882fe75a43e5d3ed166b9"
1545+
integrity sha512-/A89vz7Wf5DEXsGVvcGdYKbVM9F7DyFXj52lNYUDS1L9yJfqjW/fIp5PgMuEJL/KeqVTe2QSbXAGUZljDUpArw==
15461546
dependencies:
1547-
"@typescript-eslint/tsconfig-utils" "^8.39.0"
1548-
"@typescript-eslint/types" "^8.39.0"
1547+
"@typescript-eslint/tsconfig-utils" "^8.40.0"
1548+
"@typescript-eslint/types" "^8.40.0"
15491549
debug "^4.3.4"
15501550

1551-
"@typescript-eslint/scope-manager@8.39.0":
1552-
version "8.39.0"
1553-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz#ba4bf6d8257bbc172c298febf16bc22df4856570"
1554-
integrity sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==
1551+
"@typescript-eslint/scope-manager@8.40.0":
1552+
version "8.40.0"
1553+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.40.0.tgz#2fbfcc8643340d8cd692267e61548b946190be8a"
1554+
integrity sha512-y9ObStCcdCiZKzwqsE8CcpyuVMwRouJbbSrNuThDpv16dFAj429IkM6LNb1dZ2m7hK5fHyzNcErZf7CEeKXR4w==
15551555
dependencies:
1556-
"@typescript-eslint/types" "8.39.0"
1557-
"@typescript-eslint/visitor-keys" "8.39.0"
1556+
"@typescript-eslint/types" "8.40.0"
1557+
"@typescript-eslint/visitor-keys" "8.40.0"
15581558

15591559
"@typescript-eslint/scope-manager@^7.0.0 || ^8.0.0":
15601560
version "8.36.0"
@@ -1564,19 +1564,19 @@
15641564
"@typescript-eslint/types" "8.36.0"
15651565
"@typescript-eslint/visitor-keys" "8.36.0"
15661566

1567-
"@typescript-eslint/tsconfig-utils@8.39.0", "@typescript-eslint/tsconfig-utils@^8.39.0":
1568-
version "8.39.0"
1569-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13"
1570-
integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==
1567+
"@typescript-eslint/tsconfig-utils@8.40.0", "@typescript-eslint/tsconfig-utils@^8.40.0":
1568+
version "8.40.0"
1569+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.40.0.tgz#8e8fdb9b988854aedd04abdde3239c4bdd2d26e4"
1570+
integrity sha512-jtMytmUaG9d/9kqSl/W3E3xaWESo4hFDxAIHGVW/WKKtQhesnRIJSAJO6XckluuJ6KDB5woD1EiqknriCtAmcw==
15711571

1572-
"@typescript-eslint/type-utils@8.39.0":
1573-
version "8.39.0"
1574-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz#310ec781ae5e7bb0f5940bfd652573587f22786b"
1575-
integrity sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==
1572+
"@typescript-eslint/type-utils@8.40.0":
1573+
version "8.40.0"
1574+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.40.0.tgz#a7e4a1f0815dd0ba3e4eef945cc87193ca32c422"
1575+
integrity sha512-eE60cK4KzAc6ZrzlJnflXdrMqOBaugeukWICO2rB0KNvwdIMaEaYiywwHMzA1qFpTxrLhN9Lp4E/00EgWcD3Ow==
15761576
dependencies:
1577-
"@typescript-eslint/types" "8.39.0"
1578-
"@typescript-eslint/typescript-estree" "8.39.0"
1579-
"@typescript-eslint/utils" "8.39.0"
1577+
"@typescript-eslint/types" "8.40.0"
1578+
"@typescript-eslint/typescript-estree" "8.40.0"
1579+
"@typescript-eslint/utils" "8.40.0"
15801580
debug "^4.3.4"
15811581
ts-api-utils "^2.1.0"
15821582

@@ -1585,36 +1585,36 @@
15851585
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.36.0.tgz#d3d184adc2899e2912c13b17c1590486ef37c7ac"
15861586
integrity sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==
15871587

1588-
"@typescript-eslint/types@8.39.0", "@typescript-eslint/types@^8.39.0":
1589-
version "8.39.0"
1590-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
1591-
integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==
1588+
"@typescript-eslint/types@8.40.0", "@typescript-eslint/types@^8.40.0":
1589+
version "8.40.0"
1590+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.40.0.tgz#0b580fdf643737aa5c01285314b5c6e9543846a9"
1591+
integrity sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==
15921592

1593-
"@typescript-eslint/typescript-estree@8.39.0":
1594-
version "8.39.0"
1595-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz#b9477a5c47a0feceffe91adf553ad9a3cd4cb3d6"
1596-
integrity sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==
1593+
"@typescript-eslint/typescript-estree@8.40.0":
1594+
version "8.40.0"
1595+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.40.0.tgz#295149440ce7da81c790a4e14e327599a3a1e5c9"
1596+
integrity sha512-k1z9+GJReVVOkc1WfVKs1vBrR5MIKKbdAjDTPvIK3L8De6KbFfPFt6BKpdkdk7rZS2GtC/m6yI5MYX+UsuvVYQ==
15971597
dependencies:
1598-
"@typescript-eslint/project-service" "8.39.0"
1599-
"@typescript-eslint/tsconfig-utils" "8.39.0"
1600-
"@typescript-eslint/types" "8.39.0"
1601-
"@typescript-eslint/visitor-keys" "8.39.0"
1598+
"@typescript-eslint/project-service" "8.40.0"
1599+
"@typescript-eslint/tsconfig-utils" "8.40.0"
1600+
"@typescript-eslint/types" "8.40.0"
1601+
"@typescript-eslint/visitor-keys" "8.40.0"
16021602
debug "^4.3.4"
16031603
fast-glob "^3.3.2"
16041604
is-glob "^4.0.3"
16051605
minimatch "^9.0.4"
16061606
semver "^7.6.0"
16071607
ts-api-utils "^2.1.0"
16081608

1609-
"@typescript-eslint/utils@8.39.0":
1610-
version "8.39.0"
1611-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220"
1612-
integrity sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==
1609+
"@typescript-eslint/utils@8.40.0":
1610+
version "8.40.0"
1611+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.40.0.tgz#8d0c6430ed2f5dc350784bb0d8be514da1e54054"
1612+
integrity sha512-Cgzi2MXSZyAUOY+BFwGs17s7ad/7L+gKt6Y8rAVVWS+7o6wrjeFN4nVfTpbE25MNcxyJ+iYUXflbs2xR9h4UBg==
16131613
dependencies:
16141614
"@eslint-community/eslint-utils" "^4.7.0"
1615-
"@typescript-eslint/scope-manager" "8.39.0"
1616-
"@typescript-eslint/types" "8.39.0"
1617-
"@typescript-eslint/typescript-estree" "8.39.0"
1615+
"@typescript-eslint/scope-manager" "8.40.0"
1616+
"@typescript-eslint/types" "8.40.0"
1617+
"@typescript-eslint/typescript-estree" "8.40.0"
16181618

16191619
"@typescript-eslint/[email protected]":
16201620
version "8.36.0"
@@ -1624,12 +1624,12 @@
16241624
"@typescript-eslint/types" "8.36.0"
16251625
eslint-visitor-keys "^4.2.1"
16261626

1627-
"@typescript-eslint/visitor-keys@8.39.0":
1628-
version "8.39.0"
1629-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz#5d619a6e810cdd3fd1913632719cbccab08bf875"
1630-
integrity sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==
1627+
"@typescript-eslint/visitor-keys@8.40.0":
1628+
version "8.40.0"
1629+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.40.0.tgz#c1b45196981311fed7256863be4bfb2d3eda332a"
1630+
integrity sha512-8CZ47QwalyRjsypfwnbI3hKy5gJDPmrkLjkgMxhi0+DZZ2QNx2naS6/hWoVYUHU7LU2zleF68V9miaVZvhFfTA==
16311631
dependencies:
1632-
"@typescript-eslint/types" "8.39.0"
1632+
"@typescript-eslint/types" "8.40.0"
16331633
eslint-visitor-keys "^4.2.1"
16341634

16351635
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -1923,14 +1923,14 @@ astro-social-share@^2.0.3:
19231923
resolved "https://registry.yarnpkg.com/astro-social-share/-/astro-social-share-2.2.0.tgz#4e7609e251cd614a414d884cefc07888ff73d4f4"
19241924
integrity sha512-Z5ebhO6Yw4GLggw7wsTahdpS0f4pf/XuVjQlBpWZ0zyt0cKaVrlG/+u6RzrzN9B2t27wxp90XiosZNwvBZqA+Q==
19251925

1926-
astro@^5.12.9:
1927-
version "5.12.9"
1928-
resolved "https://registry.yarnpkg.com/astro/-/astro-5.12.9.tgz#f579b09add12a4bd02f438866c5a6a5832c9215e"
1929-
integrity sha512-cZ7kZ61jyE5nwSrFKSRyf5Gds+uJELqQxJFqMkcgiWQvhWZJUSShn8Uz3yc9WLyLw5Kim5P5un9SkJSGogfEZQ==
1926+
astro@^5.13.2:
1927+
version "5.13.2"
1928+
resolved "https://registry.yarnpkg.com/astro/-/astro-5.13.2.tgz#13e7a92516ba6e0cec9708267d43baffe31ade15"
1929+
integrity sha512-yjcXY0Ua3EwjpVd3GoUXa65HQ6qgmURBptA+M9GzE0oYvgfuyM7bIbH8IR/TWIbdefVUJR5b7nZ0oVnMytmyfQ==
19301930
dependencies:
19311931
"@astrojs/compiler" "^2.12.2"
1932-
"@astrojs/internal-helpers" "0.7.1"
1933-
"@astrojs/markdown-remark" "6.3.5"
1932+
"@astrojs/internal-helpers" "0.7.2"
1933+
"@astrojs/markdown-remark" "6.3.6"
19341934
"@astrojs/telemetry" "3.3.0"
19351935
"@capsizecss/unpack" "^2.4.0"
19361936
"@oslojs/encoding" "^1.1.0"

0 commit comments

Comments
 (0)