mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 19:47:45 +02:00
feat(docker): replace all-in-one image with FrankenPHP and Caddy based image + discard other images
- use serversideup/php as a base image - remove nginx unit base - remove app / webserver images - add bundle stage to remove pipeline dependency - update docker setup docs - edit gitlabci rules and release logic
This commit is contained in:
parent
49a43d08cc
commit
e5fb676cb6
58 changed files with 5830 additions and 5318 deletions
|
|
@ -28,12 +28,10 @@ build:
|
|||
stage: build
|
||||
script:
|
||||
- pnpm run build
|
||||
except:
|
||||
- develop
|
||||
- main
|
||||
- beta
|
||||
- alpha
|
||||
- next
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH =~ /^(develop|main|alpha|beta|next)$/
|
||||
when: never
|
||||
- when: on_success
|
||||
|
||||
build-production:
|
||||
extends: .documentation-setup
|
||||
|
|
@ -47,12 +45,8 @@ build-production:
|
|||
paths:
|
||||
- docs/dist/$CI_COMMIT_REF_SLUG
|
||||
expire_in: 30 mins
|
||||
only:
|
||||
- develop
|
||||
- main
|
||||
- beta
|
||||
- alpha
|
||||
- next
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH =~ /^(develop|main|alpha|beta|next)$/
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
|
|
@ -78,9 +72,5 @@ deploy:
|
|||
script:
|
||||
- rsync -avzuh -e "ssh -p $SSH_PORT" $SOURCE_FOLDER $USER@$HOST:$TEMP_DIRECTORY --progress
|
||||
- ssh $USER@$HOST -p $SSH_PORT "rsync -rtv $TEMP_DIRECTORY $DIRECTORY"
|
||||
only:
|
||||
- develop
|
||||
- main
|
||||
- beta
|
||||
- alpha
|
||||
- next
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH =~ /^(develop|main|alpha|beta|next)$/
|
||||
|
|
|
|||
|
|
@ -11,11 +11,11 @@
|
|||
"prepare": "astro telemetry disable"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/starlight": "^0.36.0",
|
||||
"@astrojs/starlight": "^0.37.6",
|
||||
"@fontsource/inter": "^5.2.8",
|
||||
"@fontsource/rubik": "^5.2.8",
|
||||
"astro": "^5.14.1",
|
||||
"sharp": "^0.34.4",
|
||||
"starlight-openapi": "^0.20.0"
|
||||
"astro": "^5.17.2",
|
||||
"sharp": "^0.34.5",
|
||||
"starlight-openapi": "^0.22.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2514
docs/pnpm-lock.yaml
generated
2514
docs/pnpm-lock.yaml
generated
|
|
@ -8,8 +8,8 @@ importers:
|
|||
.:
|
||||
dependencies:
|
||||
"@astrojs/starlight":
|
||||
specifier: ^0.36.0
|
||||
version: 0.36.0(astro@5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2))
|
||||
specifier: ^0.37.6
|
||||
version: 0.37.6(astro@5.17.2(rollup@4.57.1)(typescript@5.9.3))
|
||||
"@fontsource/inter":
|
||||
specifier: ^5.2.8
|
||||
version: 5.2.8
|
||||
|
|
@ -17,14 +17,14 @@ importers:
|
|||
specifier: ^5.2.8
|
||||
version: 5.2.8
|
||||
astro:
|
||||
specifier: ^5.14.1
|
||||
version: 5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2)
|
||||
specifier: ^5.17.2
|
||||
version: 5.17.2(rollup@4.57.1)(typescript@5.9.3)
|
||||
sharp:
|
||||
specifier: ^0.34.4
|
||||
version: 0.34.4
|
||||
specifier: ^0.34.5
|
||||
version: 0.34.5
|
||||
starlight-openapi:
|
||||
specifier: ^0.20.0
|
||||
version: 0.20.0(@astrojs/markdown-remark@6.3.7)(@astrojs/starlight@0.36.0(astro@5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2)))(astro@5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2))(openapi-types@12.1.3)
|
||||
specifier: ^0.22.0
|
||||
version: 0.22.0(@astrojs/markdown-remark@6.3.10)(@astrojs/starlight@0.37.6(astro@5.17.2(rollup@4.57.1)(typescript@5.9.3)))(astro@5.17.2(rollup@4.57.1)(typescript@5.9.3))(openapi-types@12.1.3)
|
||||
|
||||
packages:
|
||||
"@apidevtools/json-schema-ref-parser@13.0.5":
|
||||
|
|
@ -34,40 +34,28 @@ packages:
|
|||
}
|
||||
engines: { node: ">= 16" }
|
||||
|
||||
"@astrojs/compiler@2.12.2":
|
||||
"@astrojs/compiler@2.13.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==,
|
||||
integrity: sha512-f3FN83d2G/v32ipNClRKgYv30onQlMZX1vCeZMjPsMMPl1mDpmbl0+N5BYo4S/ofzqJyS5hvwacEo0CCVDn/Qg==,
|
||||
}
|
||||
|
||||
"@astrojs/internal-helpers@0.7.2":
|
||||
"@astrojs/internal-helpers@0.7.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-KCkCqR3Goym79soqEtbtLzJfqhTWMyVaizUi35FLzgGSzBotSw8DB1qwsu7U96ihOJgYhDk2nVPz+3LnXPeX6g==,
|
||||
integrity: sha512-vreGnYSSKhAjFJCWAwe/CNhONvoc5lokxtRoZims+0wa3KbHBdPHSSthJsKxPd8d/aic6lWKpRTYGY/hsgK6EA==,
|
||||
}
|
||||
|
||||
"@astrojs/internal-helpers@0.7.3":
|
||||
"@astrojs/markdown-remark@6.3.10":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-6Pl0bQEIChuW5wqN7jdKrzWfCscW2rG/Cz+fzt4PhSQX2ivBpnhXgFUCs0M3DCYvjYHnPVG2W36X5rmFjZ62sw==,
|
||||
integrity: sha512-kk4HeYR6AcnzC4QV8iSlOfh+N8TZ3MEStxPyenyCtemqn8IpEATBFMTJcfrNW32dgpt6MY3oCkMM/Tv3/I4G3A==,
|
||||
}
|
||||
|
||||
"@astrojs/markdown-remark@6.3.6":
|
||||
"@astrojs/mdx@4.3.13":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-bwylYktCTsLMVoCOEHbn2GSUA3c5KT/qilekBKA3CBng0bo1TYjNZPr761vxumRk9kJGqTOtU+fgCAp5Vwokug==,
|
||||
}
|
||||
|
||||
"@astrojs/markdown-remark@6.3.7":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-KXGdq6/BC18doBCYXp08alHlWChH0hdD2B1qv9wIyOHbvwI5K6I7FhSta8dq1hBQNdun8YkKPR013D/Hm8xd0g==,
|
||||
}
|
||||
|
||||
"@astrojs/mdx@4.3.4":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Ew3iP+6zuzzJWNEH5Qr1iknrue1heEfgmfuMpuwLaSwqlUiJQ0NDb2oxKosgWU1ROYmVf1H4KCmS6QdMWKyFjw==,
|
||||
integrity: sha512-IHDHVKz0JfKBy3//52JSiyWv089b7GVSChIXLrlUOoTLWowG3wr2/8hkaEgEyd/vysvNQvGk+QhysXpJW5ve6Q==,
|
||||
}
|
||||
engines: { node: 18.20.8 || ^20.3.0 || >=22.0.0 }
|
||||
peerDependencies:
|
||||
|
|
@ -80,16 +68,16 @@ packages:
|
|||
}
|
||||
engines: { node: 18.20.8 || ^20.3.0 || >=22.0.0 }
|
||||
|
||||
"@astrojs/sitemap@3.5.1":
|
||||
"@astrojs/sitemap@3.7.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-uX5z52GLtQTgOe8r3jeGmFRYrFe52mdpLYJzqjvL1cdy5Kg3MLOZEvaZ/OCH0fSq0t7e50uJQ6oBMZG0ffszBg==,
|
||||
integrity: sha512-+qxjUrz6Jcgh+D5VE1gKUJTA3pSthuPHe6Ao5JCxok794Lewx8hBFaWHtOnN0ntb2lfOf7gvOi9TefUswQ/ZVA==,
|
||||
}
|
||||
|
||||
"@astrojs/starlight@0.36.0":
|
||||
"@astrojs/starlight@0.37.6":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-aVJVBfvFuE2avsMDhmRzn6I5GjDhUwIQFlu3qH9a1C0fNsPYDw2asxHQODAD7EfGiKGvvHCJgHb+9jbJ8lCfNQ==,
|
||||
integrity: sha512-wQrKwH431q+8FsLBnNQeG+R36TMtEGxTQ2AuiVpcx9APcazvL3n7wVW8mMmYyxX0POjTnxlcWPkdMGR3Yj1L+w==,
|
||||
}
|
||||
peerDependencies:
|
||||
astro: ^5.5.0
|
||||
|
|
@ -101,10 +89,10 @@ packages:
|
|||
}
|
||||
engines: { node: 18.20.8 || ^20.3.0 || >=22.0.0 }
|
||||
|
||||
"@babel/code-frame@7.27.1":
|
||||
"@babel/code-frame@7.29.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==,
|
||||
integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==,
|
||||
}
|
||||
engines: { node: ">=6.9.0" }
|
||||
|
||||
|
|
@ -115,310 +103,545 @@ packages:
|
|||
}
|
||||
engines: { node: ">=6.9.0" }
|
||||
|
||||
"@babel/helper-validator-identifier@7.27.1":
|
||||
"@babel/helper-validator-identifier@7.28.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==,
|
||||
integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==,
|
||||
}
|
||||
engines: { node: ">=6.9.0" }
|
||||
|
||||
"@babel/parser@7.28.3":
|
||||
"@babel/parser@7.29.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==,
|
||||
integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==,
|
||||
}
|
||||
engines: { node: ">=6.0.0" }
|
||||
hasBin: true
|
||||
|
||||
"@babel/runtime@7.28.3":
|
||||
"@babel/runtime@7.28.6":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==,
|
||||
integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==,
|
||||
}
|
||||
engines: { node: ">=6.9.0" }
|
||||
|
||||
"@babel/types@7.28.2":
|
||||
"@babel/types@7.29.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==,
|
||||
integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==,
|
||||
}
|
||||
engines: { node: ">=6.9.0" }
|
||||
|
||||
"@capsizecss/unpack@2.4.0":
|
||||
"@capsizecss/unpack@4.0.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-GrSU71meACqcmIUxPYOJvGKF0yryjN/L1aCuE9DViCTJI7bfkjgYDPD1zbNDcINJwSSP6UaBZY9GAbYDO7re0Q==,
|
||||
integrity: sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
|
||||
"@ctrl/tinycolor@4.1.0":
|
||||
"@ctrl/tinycolor@4.2.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-WyOx8cJQ+FQus4Mm4uPIZA64gbk3Wxh0so5Lcii0aJifqwoVOlfFtorjLE0Hen4OYyHZMXDWqMmaQemBhgxFRQ==,
|
||||
integrity: sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==,
|
||||
}
|
||||
engines: { node: ">=14" }
|
||||
|
||||
"@emnapi/runtime@1.5.0":
|
||||
"@emnapi/runtime@1.8.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-97/BJ3iXHww3djw6hYIfErCZFee7qCtrneuLa20UXFCOTCfBM2cvQHjWJ2EG0s0MtdNwInarqCTz35i4wWXHsQ==,
|
||||
integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==,
|
||||
}
|
||||
|
||||
"@esbuild/aix-ppc64@0.25.9":
|
||||
"@esbuild/aix-ppc64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==,
|
||||
integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [ppc64]
|
||||
os: [aix]
|
||||
|
||||
"@esbuild/android-arm64@0.25.9":
|
||||
"@esbuild/aix-ppc64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==,
|
||||
integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [ppc64]
|
||||
os: [aix]
|
||||
|
||||
"@esbuild/android-arm64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [android]
|
||||
|
||||
"@esbuild/android-arm@0.25.9":
|
||||
"@esbuild/android-arm64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==,
|
||||
integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [android]
|
||||
|
||||
"@esbuild/android-arm@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm]
|
||||
os: [android]
|
||||
|
||||
"@esbuild/android-x64@0.25.9":
|
||||
"@esbuild/android-arm@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==,
|
||||
integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm]
|
||||
os: [android]
|
||||
|
||||
"@esbuild/android-x64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [android]
|
||||
|
||||
"@esbuild/darwin-arm64@0.25.9":
|
||||
"@esbuild/android-x64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==,
|
||||
integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [android]
|
||||
|
||||
"@esbuild/darwin-arm64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
"@esbuild/darwin-x64@0.25.9":
|
||||
"@esbuild/darwin-arm64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==,
|
||||
integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
"@esbuild/darwin-x64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
"@esbuild/freebsd-arm64@0.25.9":
|
||||
"@esbuild/darwin-x64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==,
|
||||
integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
"@esbuild/freebsd-arm64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [freebsd]
|
||||
|
||||
"@esbuild/freebsd-x64@0.25.9":
|
||||
"@esbuild/freebsd-arm64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==,
|
||||
integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [freebsd]
|
||||
|
||||
"@esbuild/freebsd-x64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
|
||||
"@esbuild/linux-arm64@0.25.9":
|
||||
"@esbuild/freebsd-x64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==,
|
||||
integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
|
||||
"@esbuild/linux-arm64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-arm@0.25.9":
|
||||
"@esbuild/linux-arm64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==,
|
||||
integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-arm@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-ia32@0.25.9":
|
||||
"@esbuild/linux-arm@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==,
|
||||
integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-ia32@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [ia32]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-loong64@0.25.9":
|
||||
"@esbuild/linux-ia32@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==,
|
||||
integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [ia32]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-loong64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [loong64]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-mips64el@0.25.9":
|
||||
"@esbuild/linux-loong64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==,
|
||||
integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [loong64]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-mips64el@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [mips64el]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-ppc64@0.25.9":
|
||||
"@esbuild/linux-mips64el@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==,
|
||||
integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [mips64el]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-ppc64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-riscv64@0.25.9":
|
||||
"@esbuild/linux-ppc64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==,
|
||||
integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-riscv64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-s390x@0.25.9":
|
||||
"@esbuild/linux-riscv64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==,
|
||||
integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-s390x@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-x64@0.25.9":
|
||||
"@esbuild/linux-s390x@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==,
|
||||
integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/linux-x64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/netbsd-arm64@0.25.9":
|
||||
"@esbuild/linux-x64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==,
|
||||
integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
"@esbuild/netbsd-arm64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [netbsd]
|
||||
|
||||
"@esbuild/netbsd-x64@0.25.9":
|
||||
"@esbuild/netbsd-arm64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==,
|
||||
integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [netbsd]
|
||||
|
||||
"@esbuild/netbsd-x64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [netbsd]
|
||||
|
||||
"@esbuild/openbsd-arm64@0.25.9":
|
||||
"@esbuild/netbsd-x64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==,
|
||||
integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [netbsd]
|
||||
|
||||
"@esbuild/openbsd-arm64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [openbsd]
|
||||
|
||||
"@esbuild/openbsd-x64@0.25.9":
|
||||
"@esbuild/openbsd-arm64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==,
|
||||
integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [openbsd]
|
||||
|
||||
"@esbuild/openbsd-x64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [openbsd]
|
||||
|
||||
"@esbuild/openharmony-arm64@0.25.9":
|
||||
"@esbuild/openbsd-x64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==,
|
||||
integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [openbsd]
|
||||
|
||||
"@esbuild/openharmony-arm64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [openharmony]
|
||||
|
||||
"@esbuild/sunos-x64@0.25.9":
|
||||
"@esbuild/openharmony-arm64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==,
|
||||
integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [openharmony]
|
||||
|
||||
"@esbuild/sunos-x64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [sunos]
|
||||
|
||||
"@esbuild/win32-arm64@0.25.9":
|
||||
"@esbuild/sunos-x64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==,
|
||||
integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [sunos]
|
||||
|
||||
"@esbuild/win32-arm64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
"@esbuild/win32-ia32@0.25.9":
|
||||
"@esbuild/win32-arm64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==,
|
||||
integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
"@esbuild/win32-ia32@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
"@esbuild/win32-x64@0.25.9":
|
||||
"@esbuild/win32-ia32@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==,
|
||||
integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
"@esbuild/win32-x64@0.25.12":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
"@expressive-code/core@0.41.3":
|
||||
"@esbuild/win32-x64@0.27.3":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-9qzohqU7O0+JwMEEgQhnBPOw5DtsQRBXhW++5fvEywsuX44vCGGof1SL5OvPElvNgaWZ4pFZAFSlkNOkGyLwSQ==,
|
||||
integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
"@expressive-code/core@0.41.6":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-FvJQP+hG0jWi/FLBSmvHInDqWR7jNANp9PUDjdMqSshHb0y7sxx3vHuoOr6SgXjWw+MGLqorZyPQ0aAlHEok6g==,
|
||||
}
|
||||
|
||||
"@expressive-code/plugin-frames@0.41.3":
|
||||
"@expressive-code/plugin-frames@0.41.6":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-rFQtmf/3N2CK3Cq/uERweMTYZnBu+CwxBdHuOftEmfA9iBE7gTVvwpbh82P9ZxkPLvc40UMhYt7uNuAZexycRQ==,
|
||||
integrity: sha512-d+hkSYXIQot6fmYnOmWAM+7TNWRv/dhfjMsNq+mIZz8Tb4mPHOcgcfZeEM5dV9TDL0ioQNvtcqQNuzA1sRPjxg==,
|
||||
}
|
||||
|
||||
"@expressive-code/plugin-shiki@0.41.3":
|
||||
"@expressive-code/plugin-shiki@0.41.6":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-RlTARoopzhFJIOVHLGvuXJ8DCEme/hjV+ZnRJBIxzxsKVpGPW4Oshqg9xGhWTYdHstTsxO663s0cdBLzZj9TQA==,
|
||||
integrity: sha512-Y6zmKBmsIUtWTzdefqlzm/h9Zz0Rc4gNdt2GTIH7fhHH2I9+lDYCa27BDwuBhjqcos6uK81Aca9dLUC4wzN+ng==,
|
||||
}
|
||||
|
||||
"@expressive-code/plugin-text-markers@0.41.3":
|
||||
"@expressive-code/plugin-text-markers@0.41.6":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-SN8tkIzDpA0HLAscEYD2IVrfLiid6qEdE9QLlGVSxO1KEw7qYvjpbNBQjUjMr5/jvTJ7ys6zysU2vLPHE0sb2g==,
|
||||
integrity: sha512-PBFa1wGyYzRExMDzBmAWC6/kdfG1oLn4pLpBeTfIRrALPjcGA/59HP3e7q9J0Smk4pC7U+lWkA2LHR8FYV8U7Q==,
|
||||
}
|
||||
|
||||
"@fontsource/inter@5.2.8":
|
||||
|
|
@ -447,189 +670,222 @@ packages:
|
|||
}
|
||||
engines: { node: ">=18" }
|
||||
|
||||
"@img/sharp-darwin-arm64@0.34.4":
|
||||
"@img/sharp-darwin-arm64@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==,
|
||||
integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
"@img/sharp-darwin-x64@0.34.4":
|
||||
"@img/sharp-darwin-x64@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==,
|
||||
integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
"@img/sharp-libvips-darwin-arm64@1.2.3":
|
||||
"@img/sharp-libvips-darwin-arm64@1.2.4":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==,
|
||||
integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==,
|
||||
}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
"@img/sharp-libvips-darwin-x64@1.2.3":
|
||||
"@img/sharp-libvips-darwin-x64@1.2.4":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==,
|
||||
integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
"@img/sharp-libvips-linux-arm64@1.2.3":
|
||||
"@img/sharp-libvips-linux-arm64@1.2.4":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==,
|
||||
integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==,
|
||||
}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@img/sharp-libvips-linux-arm@1.2.3":
|
||||
"@img/sharp-libvips-linux-arm@1.2.4":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==,
|
||||
integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==,
|
||||
}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@img/sharp-libvips-linux-ppc64@1.2.3":
|
||||
"@img/sharp-libvips-linux-ppc64@1.2.4":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==,
|
||||
integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==,
|
||||
}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@img/sharp-libvips-linux-s390x@1.2.3":
|
||||
"@img/sharp-libvips-linux-riscv64@1.2.4":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==,
|
||||
integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==,
|
||||
}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@img/sharp-libvips-linux-s390x@1.2.4":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==,
|
||||
}
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@img/sharp-libvips-linux-x64@1.2.3":
|
||||
"@img/sharp-libvips-linux-x64@1.2.4":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==,
|
||||
integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@img/sharp-libvips-linuxmusl-arm64@1.2.3":
|
||||
"@img/sharp-libvips-linuxmusl-arm64@1.2.4":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==,
|
||||
integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==,
|
||||
}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
"@img/sharp-libvips-linuxmusl-x64@1.2.3":
|
||||
"@img/sharp-libvips-linuxmusl-x64@1.2.4":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==,
|
||||
integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
"@img/sharp-linux-arm64@0.34.4":
|
||||
"@img/sharp-linux-arm64@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==,
|
||||
integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@img/sharp-linux-arm@0.34.4":
|
||||
"@img/sharp-linux-arm@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==,
|
||||
integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@img/sharp-linux-ppc64@0.34.4":
|
||||
"@img/sharp-linux-ppc64@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==,
|
||||
integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@img/sharp-linux-s390x@0.34.4":
|
||||
"@img/sharp-linux-riscv64@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==,
|
||||
integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@img/sharp-linux-s390x@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@img/sharp-linux-x64@0.34.4":
|
||||
"@img/sharp-linux-x64@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==,
|
||||
integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@img/sharp-linuxmusl-arm64@0.34.4":
|
||||
"@img/sharp-linuxmusl-arm64@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==,
|
||||
integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
"@img/sharp-linuxmusl-x64@0.34.4":
|
||||
"@img/sharp-linuxmusl-x64@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==,
|
||||
integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
"@img/sharp-wasm32@0.34.4":
|
||||
"@img/sharp-wasm32@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==,
|
||||
integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [wasm32]
|
||||
|
||||
"@img/sharp-win32-arm64@0.34.4":
|
||||
"@img/sharp-win32-arm64@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==,
|
||||
integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
"@img/sharp-win32-ia32@0.34.4":
|
||||
"@img/sharp-win32-ia32@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==,
|
||||
integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
"@img/sharp-win32-x64@0.34.4":
|
||||
"@img/sharp-win32-x64@0.34.5":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==,
|
||||
integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
cpu: [x64]
|
||||
|
|
@ -641,10 +897,10 @@ packages:
|
|||
integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==,
|
||||
}
|
||||
|
||||
"@mdx-js/mdx@3.1.0":
|
||||
"@mdx-js/mdx@3.1.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==,
|
||||
integrity: sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==,
|
||||
}
|
||||
|
||||
"@oslojs/encoding@1.1.0":
|
||||
|
|
@ -653,56 +909,64 @@ packages:
|
|||
integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==,
|
||||
}
|
||||
|
||||
"@pagefind/darwin-arm64@1.3.0":
|
||||
"@pagefind/darwin-arm64@1.4.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-365BEGl6ChOsauRjyVpBjXybflXAOvoMROw3TucAROHIcdBvXk9/2AmEvGFU0r75+vdQI4LJdJdpH4Y6Yqaj4A==,
|
||||
integrity: sha512-2vMqkbv3lbx1Awea90gTaBsvpzgRs7MuSgKDxW0m9oV1GPZCZbZBJg/qL83GIUEN2BFlY46dtUZi54pwH+/pTQ==,
|
||||
}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
"@pagefind/darwin-x64@1.3.0":
|
||||
"@pagefind/darwin-x64@1.4.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-zlGHA23uuXmS8z3XxEGmbHpWDxXfPZ47QS06tGUq0HDcZjXjXHeLG+cboOy828QIV5FXsm9MjfkP5e4ZNbOkow==,
|
||||
integrity: sha512-e7JPIS6L9/cJfow+/IAqknsGqEPjJnVXGjpGm25bnq+NPdoD3c/7fAwr1OXkG4Ocjx6ZGSCijXEV4ryMcH2E3A==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
"@pagefind/default-ui@1.3.0":
|
||||
"@pagefind/default-ui@1.4.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-CGKT9ccd3+oRK6STXGgfH+m0DbOKayX6QGlq38TfE1ZfUcPc5+ulTuzDbZUnMo+bubsEOIypm4Pl2iEyzZ1cNg==,
|
||||
integrity: sha512-wie82VWn3cnGEdIjh4YwNESyS1G6vRHwL6cNjy9CFgNnWW/PGRjsLq300xjVH5sfPFK3iK36UxvIBymtQIEiSQ==,
|
||||
}
|
||||
|
||||
"@pagefind/linux-arm64@1.3.0":
|
||||
"@pagefind/freebsd-x64@1.4.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-8lsxNAiBRUk72JvetSBXs4WRpYrQrVJXjlRRnOL6UCdBN9Nlsz0t7hWstRk36+JqHpGWOKYiuHLzGYqYAqoOnQ==,
|
||||
integrity: sha512-WcJVypXSZ+9HpiqZjFXMUobfFfZZ6NzIYtkhQ9eOhZrQpeY5uQFqNWLCk7w9RkMUwBv1HAMDW3YJQl/8OqsV0Q==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
|
||||
"@pagefind/linux-arm64@1.4.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-PIt8dkqt4W06KGmQjONw7EZbhDF+uXI7i0XtRLN1vjCUxM9vGPdtJc2mUyVPevjomrGz5M86M8bqTr6cgDp1Uw==,
|
||||
}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
"@pagefind/linux-x64@1.3.0":
|
||||
"@pagefind/linux-x64@1.4.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-hAvqdPJv7A20Ucb6FQGE6jhjqy+vZ6pf+s2tFMNtMBG+fzcdc91uTw7aP/1Vo5plD0dAOHwdxfkyw0ugal4kcQ==,
|
||||
integrity: sha512-z4oddcWwQ0UHrTHR8psLnVlz6USGJ/eOlDPTDYZ4cI8TK8PgwRUPQZp9D2iJPNIPcS6Qx/E4TebjuGJOyK8Mmg==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
"@pagefind/windows-x64@1.3.0":
|
||||
"@pagefind/windows-x64@1.4.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-BR1bIRWOMqkf8IoU576YDhij1Wd/Zf2kX/kCI0b2qzCKC8wcc2GQJaaRMCpzvCCrmliO4vtJ6RITp/AnoYUUmQ==,
|
||||
integrity: sha512-NkT+YAdgS2FPCn8mIA9bQhiBs+xmniMGq1LFPDhcFn0+2yIUEiIG06t7bsZlhdjknEQRTSdT7YitP6fC5qwP0g==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
"@readme/better-ajv-errors@2.3.2":
|
||||
"@readme/better-ajv-errors@2.4.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-T4GGnRAlY3C339NhoUpgJJFsMYko9vIgFAlhgV+/vEGFw66qEY4a4TRJIAZBcX/qT1pq5DvXSme+SQODHOoBrw==,
|
||||
integrity: sha512-9WODaOAKSl/mU+MYNZ2aHCrkoRSvmQ+1YkLj589OEqqjOAhbn8j7Z+ilYoiTu/he6X63/clsxxAB4qny9/dDzg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
peerDependencies:
|
||||
|
|
@ -724,10 +988,10 @@ packages:
|
|||
}
|
||||
engines: { node: ">=18" }
|
||||
|
||||
"@rollup/pluginutils@5.2.0":
|
||||
"@rollup/pluginutils@5.3.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==,
|
||||
integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==,
|
||||
}
|
||||
engines: { node: ">=14.0.0" }
|
||||
peerDependencies:
|
||||
|
|
@ -736,236 +1000,253 @@ packages:
|
|||
rollup:
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-android-arm-eabi@4.48.1":
|
||||
"@rollup/rollup-android-arm-eabi@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-rGmb8qoG/zdmKoYELCBwu7vt+9HxZ7Koos3pD0+sH5fR3u3Wb/jGcpnqxcnWsPEKDUyzeLSqksN8LJtgXjqBYw==,
|
||||
integrity: sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==,
|
||||
}
|
||||
cpu: [arm]
|
||||
os: [android]
|
||||
|
||||
"@rollup/rollup-android-arm64@4.48.1":
|
||||
"@rollup/rollup-android-arm64@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-4e9WtTxrk3gu1DFE+imNJr4WsL13nWbD/Y6wQcyku5qadlKHY3OQ3LJ/INrrjngv2BJIHnIzbqMk1GTAC2P8yQ==,
|
||||
integrity: sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==,
|
||||
}
|
||||
cpu: [arm64]
|
||||
os: [android]
|
||||
|
||||
"@rollup/rollup-darwin-arm64@4.48.1":
|
||||
"@rollup/rollup-darwin-arm64@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-+XjmyChHfc4TSs6WUQGmVf7Hkg8ferMAE2aNYYWjiLzAS/T62uOsdfnqv+GHRjq7rKRnYh4mwWb4Hz7h/alp8A==,
|
||||
integrity: sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==,
|
||||
}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
"@rollup/rollup-darwin-x64@4.48.1":
|
||||
"@rollup/rollup-darwin-x64@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-upGEY7Ftw8M6BAJyGwnwMw91rSqXTcOKZnnveKrVWsMTF8/k5mleKSuh7D4v4IV1pLxKAk3Tbs0Lo9qYmii5mQ==,
|
||||
integrity: sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
"@rollup/rollup-freebsd-arm64@4.48.1":
|
||||
"@rollup/rollup-freebsd-arm64@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-P9ViWakdoynYFUOZhqq97vBrhuvRLAbN/p2tAVJvhLb8SvN7rbBnJQcBu8e/rQts42pXGLVhfsAP0k9KXWa3nQ==,
|
||||
integrity: sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==,
|
||||
}
|
||||
cpu: [arm64]
|
||||
os: [freebsd]
|
||||
|
||||
"@rollup/rollup-freebsd-x64@4.48.1":
|
||||
"@rollup/rollup-freebsd-x64@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-VLKIwIpnBya5/saccM8JshpbxfyJt0Dsli0PjXozHwbSVaHTvWXJH1bbCwPXxnMzU4zVEfgD1HpW3VQHomi2AQ==,
|
||||
integrity: sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
|
||||
"@rollup/rollup-linux-arm-gnueabihf@4.48.1":
|
||||
"@rollup/rollup-linux-arm-gnueabihf@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-3zEuZsXfKaw8n/yF7t8N6NNdhyFw3s8xJTqjbTDXlipwrEHo4GtIKcMJr5Ed29leLpB9AugtAQpAHW0jvtKKaQ==,
|
||||
integrity: sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==,
|
||||
}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@rollup/rollup-linux-arm-musleabihf@4.48.1":
|
||||
"@rollup/rollup-linux-arm-musleabihf@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-leo9tOIlKrcBmmEypzunV/2w946JeLbTdDlwEZ7OnnsUyelZ72NMnT4B2vsikSgwQifjnJUbdXzuW4ToN1wV+Q==,
|
||||
integrity: sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==,
|
||||
}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
"@rollup/rollup-linux-arm64-gnu@4.48.1":
|
||||
"@rollup/rollup-linux-arm64-gnu@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Vy/WS4z4jEyvnJm+CnPfExIv5sSKqZrUr98h03hpAMbE2aI0aD2wvK6GiSe8Gx2wGp3eD81cYDpLLBqNb2ydwQ==,
|
||||
integrity: sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==,
|
||||
}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@rollup/rollup-linux-arm64-musl@4.48.1":
|
||||
"@rollup/rollup-linux-arm64-musl@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-x5Kzn7XTwIssU9UYqWDB9VpLpfHYuXw5c6bJr4Mzv9kIv242vmJHbI5PJJEnmBYitUIfoMCODDhR7KoZLot2VQ==,
|
||||
integrity: sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==,
|
||||
}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
"@rollup/rollup-linux-loongarch64-gnu@4.48.1":
|
||||
"@rollup/rollup-linux-loong64-gnu@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-yzCaBbwkkWt/EcgJOKDUdUpMHjhiZT/eDktOPWvSRpqrVE04p0Nd6EGV4/g7MARXXeOqstflqsKuXVM3H9wOIQ==,
|
||||
integrity: sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==,
|
||||
}
|
||||
cpu: [loong64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@rollup/rollup-linux-ppc64-gnu@4.48.1":
|
||||
"@rollup/rollup-linux-loong64-musl@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-UK0WzWUjMAJccHIeOpPhPcKBqax7QFg47hwZTp6kiMhQHeOYJeaMwzeRZe1q5IiTKsaLnHu9s6toSYVUlZ2QtQ==,
|
||||
integrity: sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==,
|
||||
}
|
||||
cpu: [loong64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
"@rollup/rollup-linux-ppc64-gnu@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==,
|
||||
}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@rollup/rollup-linux-riscv64-gnu@4.48.1":
|
||||
"@rollup/rollup-linux-ppc64-musl@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-3NADEIlt+aCdCbWVZ7D3tBjBX1lHpXxcvrLt/kdXTiBrOds8APTdtk2yRL2GgmnSVeX4YS1JIf0imFujg78vpw==,
|
||||
integrity: sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==,
|
||||
}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
"@rollup/rollup-linux-riscv64-gnu@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==,
|
||||
}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@rollup/rollup-linux-riscv64-musl@4.48.1":
|
||||
"@rollup/rollup-linux-riscv64-musl@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-euuwm/QTXAMOcyiFCcrx0/S2jGvFlKJ2Iro8rsmYL53dlblp3LkUQVFzEidHhvIPPvcIsxDhl2wkBE+I6YVGzA==,
|
||||
integrity: sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==,
|
||||
}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
"@rollup/rollup-linux-s390x-gnu@4.48.1":
|
||||
"@rollup/rollup-linux-s390x-gnu@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-w8mULUjmPdWLJgmTYJx/W6Qhln1a+yqvgwmGXcQl2vFBkWsKGUBRbtLRuKJUln8Uaimf07zgJNxOhHOvjSQmBQ==,
|
||||
integrity: sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==,
|
||||
}
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@rollup/rollup-linux-x64-gnu@4.48.1":
|
||||
"@rollup/rollup-linux-x64-gnu@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-90taWXCWxTbClWuMZD0DKYohY1EovA+W5iytpE89oUPmT5O1HFdf8cuuVIylE6vCbrGdIGv85lVRzTcpTRZ+kA==,
|
||||
integrity: sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
"@rollup/rollup-linux-x64-musl@4.48.1":
|
||||
"@rollup/rollup-linux-x64-musl@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-2Gu29SkFh1FfTRuN1GR1afMuND2GKzlORQUP3mNMJbqdndOg7gNsa81JnORctazHRokiDzQ5+MLE5XYmZW5VWg==,
|
||||
integrity: sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
"@rollup/rollup-win32-arm64-msvc@4.48.1":
|
||||
"@rollup/rollup-openbsd-x64@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-6kQFR1WuAO50bxkIlAVeIYsz3RUx+xymwhTo9j94dJ+kmHe9ly7muH23sdfWduD0BA8pD9/yhonUvAjxGh34jQ==,
|
||||
integrity: sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [openbsd]
|
||||
|
||||
"@rollup/rollup-openharmony-arm64@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==,
|
||||
}
|
||||
cpu: [arm64]
|
||||
os: [openharmony]
|
||||
|
||||
"@rollup/rollup-win32-arm64-msvc@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==,
|
||||
}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
"@rollup/rollup-win32-ia32-msvc@4.48.1":
|
||||
"@rollup/rollup-win32-ia32-msvc@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-RUyZZ/mga88lMI3RlXFs4WQ7n3VyU07sPXmMG7/C1NOi8qisUg57Y7LRarqoGoAiopmGmChUhSwfpvQ3H5iGSQ==,
|
||||
integrity: sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==,
|
||||
}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
"@rollup/rollup-win32-x64-msvc@4.48.1":
|
||||
"@rollup/rollup-win32-x64-gnu@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-8a/caCUN4vkTChxkaIJcMtwIVcBhi4X2PQRoT+yCK3qRYaZ7cURrmJFL5Ux9H9RaMIXj9RuihckdmkBX3zZsgg==,
|
||||
integrity: sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
"@shikijs/core@3.11.0":
|
||||
"@rollup/rollup-win32-x64-msvc@4.57.1":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-oJwU+DxGqp6lUZpvtQgVOXNZcVsirN76tihOLBmwILkKuRuwHteApP8oTXmL4tF5vS5FbOY0+8seXmiCoslk4g==,
|
||||
integrity: sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==,
|
||||
}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
"@shikijs/core@3.22.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-iAlTtSDDbJiRpvgL5ugKEATDtHdUVkqgHDm/gbD2ZS9c88mx7G1zSYjjOxp5Qa0eaW0MAQosFRmJSk354PRoQA==,
|
||||
}
|
||||
|
||||
"@shikijs/core@3.13.0":
|
||||
"@shikijs/engine-javascript@3.22.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-3P8rGsg2Eh2qIHekwuQjzWhKI4jV97PhvYjYUzGqjvJfqdQPz+nMlfWahU24GZAyW1FxFI1sYjyhfh5CoLmIUA==,
|
||||
integrity: sha512-jdKhfgW9CRtj3Tor0L7+yPwdG3CgP7W+ZEqSsojrMzCjD1e0IxIbwUMDDpYlVBlC08TACg4puwFGkZfLS+56Tw==,
|
||||
}
|
||||
|
||||
"@shikijs/engine-javascript@3.11.0":
|
||||
"@shikijs/engine-oniguruma@3.22.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-6/ov6pxrSvew13k9ztIOnSBOytXeKs5kfIR7vbhdtVRg+KPzvp2HctYGeWkqv7V6YIoLicnig/QF3iajqyElZA==,
|
||||
integrity: sha512-DyXsOG0vGtNtl7ygvabHd7Mt5EY8gCNqR9Y7Lpbbd/PbJvgWrqaKzH1JW6H6qFkuUa8aCxoiYVv8/YfFljiQxA==,
|
||||
}
|
||||
|
||||
"@shikijs/engine-javascript@3.13.0":
|
||||
"@shikijs/langs@3.22.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Ty7xv32XCp8u0eQt8rItpMs6rU9Ki6LJ1dQOW3V/56PKDcpvfHPnYFbsx5FFUP2Yim34m/UkazidamMNVR4vKg==,
|
||||
integrity: sha512-x/42TfhWmp6H00T6uwVrdTJGKgNdFbrEdhaDwSR5fd5zhQ1Q46bHq9EO61SCEWJR0HY7z2HNDMaBZp8JRmKiIA==,
|
||||
}
|
||||
|
||||
"@shikijs/engine-oniguruma@3.11.0":
|
||||
"@shikijs/themes@3.22.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-4DwIjIgETK04VneKbfOE4WNm4Q7WC1wo95wv82PoHKdqX4/9qLRUwrfKlmhf0gAuvT6GHy0uc7t9cailk6Tbhw==,
|
||||
integrity: sha512-o+tlOKqsr6FE4+mYJG08tfCFDS+3CG20HbldXeVoyP+cYSUxDhrFf3GPjE60U55iOkkjbpY2uC3It/eeja35/g==,
|
||||
}
|
||||
|
||||
"@shikijs/engine-oniguruma@3.13.0":
|
||||
"@shikijs/types@3.22.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-O42rBGr4UDSlhT2ZFMxqM7QzIU+IcpoTMzb3W7AlziI1ZF7R8eS2M0yt5Ry35nnnTX/LTLXFPUjRFCIW+Operg==,
|
||||
}
|
||||
|
||||
"@shikijs/langs@3.11.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Njg/nFL4HDcf/ObxcK2VeyidIq61EeLmocrwTHGGpOQx0BzrPWM1j55XtKQ1LvvDWH15cjQy7rg96aJ1/l63uw==,
|
||||
}
|
||||
|
||||
"@shikijs/langs@3.13.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-672c3WAETDYHwrRP0yLy3W1QYB89Hbpj+pO4KhxK6FzIrDI2FoEXNiNCut6BQmEApYLfuYfpgOZaqbY+E9b8wQ==,
|
||||
}
|
||||
|
||||
"@shikijs/themes@3.11.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-BhhWRzCTEk2CtWt4S4bgsOqPJRkapvxdsifAwqP+6mk5uxboAQchc0etiJ0iIasxnMsb764qGD24DK9albcU9Q==,
|
||||
}
|
||||
|
||||
"@shikijs/themes@3.13.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Vxw1Nm1/Od8jyA7QuAenaV78BG2nSr3/gCGdBkLpfLscddCkzkL36Q5b67SrLLfvAJTOUzW39x4FHVCFriPVgg==,
|
||||
}
|
||||
|
||||
"@shikijs/types@3.11.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-RB7IMo2E7NZHyfkqAuaf4CofyY8bPzjWPjJRzn6SEak3b46fIQyG6Vx5fG/obqkfppQ+g8vEsiD7Uc6lqQt32Q==,
|
||||
}
|
||||
|
||||
"@shikijs/types@3.13.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-oM9P+NCFri/mmQ8LoFGVfVyemm5Hi27330zuOBp0annwJdKH1kOLndw3zCtAVDehPLg9fKqoEx3Ht/wNZxolfw==,
|
||||
integrity: sha512-491iAekgKDBFE67z70Ok5a8KBMsQ2IJwOWw3us/7ffQkIBCyOQfm/aNwVMBUriP02QshIfgHCBSIYAl3u2eWjg==,
|
||||
}
|
||||
|
||||
"@shikijs/vscode-textmate@10.0.2":
|
||||
|
|
@ -974,12 +1255,6 @@ packages:
|
|||
integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==,
|
||||
}
|
||||
|
||||
"@swc/helpers@0.5.17":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==,
|
||||
}
|
||||
|
||||
"@types/debug@4.1.12":
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -998,12 +1273,6 @@ packages:
|
|||
integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==,
|
||||
}
|
||||
|
||||
"@types/fontkit@2.0.8":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==,
|
||||
}
|
||||
|
||||
"@types/hast@3.0.4":
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -1052,12 +1321,6 @@ packages:
|
|||
integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==,
|
||||
}
|
||||
|
||||
"@types/node@24.3.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==,
|
||||
}
|
||||
|
||||
"@types/sax@1.2.7":
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -1109,10 +1372,10 @@ packages:
|
|||
ajv:
|
||||
optional: true
|
||||
|
||||
ajv@8.17.1:
|
||||
ajv@8.18.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==,
|
||||
integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==,
|
||||
}
|
||||
|
||||
ansi-align@3.0.1:
|
||||
|
|
@ -1128,17 +1391,17 @@ packages:
|
|||
}
|
||||
engines: { node: ">=8" }
|
||||
|
||||
ansi-regex@6.2.0:
|
||||
ansi-regex@6.2.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==,
|
||||
integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==,
|
||||
}
|
||||
engines: { node: ">=12" }
|
||||
|
||||
ansi-styles@6.2.1:
|
||||
ansi-styles@6.2.3:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==,
|
||||
integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==,
|
||||
}
|
||||
engines: { node: ">=12" }
|
||||
|
||||
|
|
@ -1181,18 +1444,18 @@ packages:
|
|||
}
|
||||
hasBin: true
|
||||
|
||||
astro-expressive-code@0.41.3:
|
||||
astro-expressive-code@0.41.6:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-u+zHMqo/QNLE2eqYRCrK3+XMlKakv33Bzuz+56V1gs8H0y6TZ0hIi3VNbIxeTn51NLn+mJfUV/A0kMNfE4rANw==,
|
||||
integrity: sha512-l47tb1uhmVIebHUkw+HEPtU/av0G4O8Q34g2cbkPvC7/e9ZhANcjUUciKt9Hp6gSVDdIuXBBLwJQn2LkeGMOAw==,
|
||||
}
|
||||
peerDependencies:
|
||||
astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0
|
||||
astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 || ^6.0.0-beta
|
||||
|
||||
astro@5.14.1:
|
||||
astro@5.17.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-gPa8NY7/lP8j8g81iy8UwANF3+aukKRWS68IlthZQNgykpg80ne6lbHOp6FErYycxQ1TUhgEfkXVDQZAoJx8Bg==,
|
||||
integrity: sha512-7jnMqGo53hOQNwo1N/wqeOvUp8wwW/p+DeerSjSkHNx8L/1mhy6P7rVo7EhdmF8DpKqw0tl/B5Fx1WcIzg1ysA==,
|
||||
}
|
||||
engines:
|
||||
{ node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: ">=9.6.5", pnpm: ">=7.1.0" }
|
||||
|
|
@ -1217,12 +1480,6 @@ packages:
|
|||
integrity: sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==,
|
||||
}
|
||||
|
||||
base64-js@1.5.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==,
|
||||
}
|
||||
|
||||
bcp-47-match@2.0.3:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -1235,12 +1492,6 @@ packages:
|
|||
integrity: sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w==,
|
||||
}
|
||||
|
||||
blob-to-buffer@1.2.9:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==,
|
||||
}
|
||||
|
||||
boolbase@1.0.0:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -1254,12 +1505,6 @@ packages:
|
|||
}
|
||||
engines: { node: ">=18" }
|
||||
|
||||
brotli@1.3.3:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==,
|
||||
}
|
||||
|
||||
camelcase@8.0.0:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -1273,10 +1518,10 @@ packages:
|
|||
integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==,
|
||||
}
|
||||
|
||||
chalk@5.6.0:
|
||||
chalk@5.6.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==,
|
||||
integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==,
|
||||
}
|
||||
engines: { node: ^12.17.0 || ^14.13 || >=16.0.0 }
|
||||
|
||||
|
|
@ -1304,17 +1549,17 @@ packages:
|
|||
integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==,
|
||||
}
|
||||
|
||||
chokidar@4.0.3:
|
||||
chokidar@5.0.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==,
|
||||
integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==,
|
||||
}
|
||||
engines: { node: ">= 14.16.0" }
|
||||
engines: { node: ">= 20.19.0" }
|
||||
|
||||
ci-info@4.3.0:
|
||||
ci-info@4.4.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==,
|
||||
integrity: sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==,
|
||||
}
|
||||
engines: { node: ">=8" }
|
||||
|
||||
|
|
@ -1325,13 +1570,6 @@ packages:
|
|||
}
|
||||
engines: { node: ">=10" }
|
||||
|
||||
clone@2.1.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==,
|
||||
}
|
||||
engines: { node: ">=0.8" }
|
||||
|
||||
clsx@2.1.1:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -1351,6 +1589,13 @@ packages:
|
|||
integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==,
|
||||
}
|
||||
|
||||
commander@11.1.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==,
|
||||
}
|
||||
engines: { node: ">=16" }
|
||||
|
||||
common-ancestor-path@1.0.1:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -1363,31 +1608,38 @@ packages:
|
|||
integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==,
|
||||
}
|
||||
|
||||
cookie@1.0.2:
|
||||
cookie@1.1.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==,
|
||||
integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
|
||||
cross-fetch@3.2.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==,
|
||||
}
|
||||
|
||||
crossws@0.3.5:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==,
|
||||
}
|
||||
|
||||
css-selector-parser@3.1.3:
|
||||
css-select@5.2.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-gJMigczVZqYAk0hPVzx/M4Hm1D9QOtqkdQk9005TNzDIUGzo5cnHEDiKUT7jGPximL/oYb+LIitcHFQ4aKupxg==,
|
||||
integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==,
|
||||
}
|
||||
|
||||
css-selector-parser@3.3.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Y2asgMGFqJKF4fq4xHDSlFYIkeVfRsm69lQC1q9kbEsH5XtnINTMrweLkjYMeaUgiXBy/uvKeO/a1JHTNnmB2g==,
|
||||
}
|
||||
|
||||
css-tree@2.2.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==,
|
||||
}
|
||||
engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: ">=7.0.0" }
|
||||
|
||||
css-tree@3.1.0:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -1395,6 +1647,13 @@ packages:
|
|||
}
|
||||
engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0 }
|
||||
|
||||
css-what@6.2.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==,
|
||||
}
|
||||
engines: { node: ">= 6" }
|
||||
|
||||
cssesc@3.0.0:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -1403,10 +1662,17 @@ packages:
|
|||
engines: { node: ">=4" }
|
||||
hasBin: true
|
||||
|
||||
debug@4.4.1:
|
||||
csso@5.0.5:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==,
|
||||
integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==,
|
||||
}
|
||||
engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: ">=7.0.0" }
|
||||
|
||||
debug@4.4.3:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==,
|
||||
}
|
||||
engines: { node: ">=6.0" }
|
||||
peerDependencies:
|
||||
|
|
@ -1415,10 +1681,10 @@ packages:
|
|||
supports-color:
|
||||
optional: true
|
||||
|
||||
decode-named-character-reference@1.2.0:
|
||||
decode-named-character-reference@1.3.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==,
|
||||
integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==,
|
||||
}
|
||||
|
||||
defu@6.1.4:
|
||||
|
|
@ -1440,10 +1706,10 @@ packages:
|
|||
integrity: sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==,
|
||||
}
|
||||
|
||||
detect-libc@2.1.1:
|
||||
detect-libc@2.1.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-ecqj/sy1jcK1uWrwpR67UhYrIFQ+5WlGxth34WquCbamhFA6hkkwiu37o6J5xCHdo1oixJRfVRw+ywV+Hq/0Aw==,
|
||||
integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==,
|
||||
}
|
||||
engines: { node: ">=8" }
|
||||
|
||||
|
|
@ -1454,10 +1720,10 @@ packages:
|
|||
}
|
||||
engines: { node: ">=18" }
|
||||
|
||||
devalue@5.3.2:
|
||||
devalue@5.6.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-UDsjUbpQn9kvm68slnrs+mfxwFkIflOhkanmyabZ8zOYk8SMEIbJ3TK+88g70hSIeytu4y18f0z/hYHMTrXIWw==,
|
||||
integrity: sha512-nPRkjWzzDQlsejL1WVifk5rvcFi/y1onBRxjaFMjZeR9mFpqu2gmAZ9xUB9/IEanEP/vBtGeGganC/GO1fmufg==,
|
||||
}
|
||||
|
||||
devlop@1.1.0:
|
||||
|
|
@ -1466,16 +1732,10 @@ packages:
|
|||
integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==,
|
||||
}
|
||||
|
||||
dfa@1.2.0:
|
||||
diff@8.0.3:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==,
|
||||
}
|
||||
|
||||
diff@5.2.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==,
|
||||
integrity: sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==,
|
||||
}
|
||||
engines: { node: ">=0.3.1" }
|
||||
|
||||
|
|
@ -1492,6 +1752,31 @@ packages:
|
|||
integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==,
|
||||
}
|
||||
|
||||
dom-serializer@2.0.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==,
|
||||
}
|
||||
|
||||
domelementtype@2.3.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==,
|
||||
}
|
||||
|
||||
domhandler@5.0.3:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==,
|
||||
}
|
||||
engines: { node: ">= 4" }
|
||||
|
||||
domutils@3.2.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==,
|
||||
}
|
||||
|
||||
dset@3.1.4:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -1499,10 +1784,10 @@ packages:
|
|||
}
|
||||
engines: { node: ">=4" }
|
||||
|
||||
emoji-regex@10.4.0:
|
||||
emoji-regex@10.6.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==,
|
||||
integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==,
|
||||
}
|
||||
|
||||
emoji-regex@8.0.0:
|
||||
|
|
@ -1511,6 +1796,13 @@ packages:
|
|||
integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==,
|
||||
}
|
||||
|
||||
entities@4.5.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==,
|
||||
}
|
||||
engines: { node: ">=0.12" }
|
||||
|
||||
entities@6.0.1:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -1536,10 +1828,18 @@ packages:
|
|||
integrity: sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==,
|
||||
}
|
||||
|
||||
esbuild@0.25.9:
|
||||
esbuild@0.25.12:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==,
|
||||
integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
hasBin: true
|
||||
|
||||
esbuild@0.27.3:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
hasBin: true
|
||||
|
|
@ -1599,16 +1899,16 @@ packages:
|
|||
integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==,
|
||||
}
|
||||
|
||||
eventemitter3@5.0.1:
|
||||
eventemitter3@5.0.4:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==,
|
||||
integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==,
|
||||
}
|
||||
|
||||
expressive-code@0.41.3:
|
||||
expressive-code@0.41.6:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-YLnD62jfgBZYrXIPQcJ0a51Afv9h8VlWqEGK9uU2T5nL/5rb8SnA86+7+mgCZe5D34Tff5RNEA5hjNVJYHzrFg==,
|
||||
integrity: sha512-W/5+IQbrpCIM5KGLjO35wlp1NCwDOOVQb+PAvzEoGkW1xjGM807ZGfBKptNWH6UECvt6qgmLyWolCMYKh7eQmA==,
|
||||
}
|
||||
|
||||
extend@3.0.2:
|
||||
|
|
@ -1648,17 +1948,18 @@ packages:
|
|||
}
|
||||
engines: { node: ">=8" }
|
||||
|
||||
fontace@0.3.0:
|
||||
fontace@0.4.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-czoqATrcnxgWb/nAkfyIrRp6Q8biYj7nGnL6zfhTcX+JKKpWHFBnb8uNMw/kZr7u++3Y3wYSYoZgHkCcsuBpBg==,
|
||||
integrity: sha512-lDMvbAzSnHmbYMTEld5qdtvNH2/pWpICOqpean9IgC7vUbUJc3k+k5Dokp85CegamqQpFbXf0rAVkbzpyTA8aw==,
|
||||
}
|
||||
|
||||
fontkit@2.0.4:
|
||||
fontkitten@1.0.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==,
|
||||
integrity: sha512-piJxbLnkD9Xcyi7dWJRnqszEURixe7CrF/efBfbffe2DPyabmuIuqraruY8cXTs19QoM8VJzx47BDRVNXETM7Q==,
|
||||
}
|
||||
engines: { node: ">=20" }
|
||||
|
||||
fsevents@2.3.3:
|
||||
resolution:
|
||||
|
|
@ -1668,10 +1969,10 @@ packages:
|
|||
engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 }
|
||||
os: [darwin]
|
||||
|
||||
get-east-asian-width@1.3.0:
|
||||
get-east-asian-width@1.4.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==,
|
||||
integrity: sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
|
||||
|
|
@ -1681,10 +1982,10 @@ packages:
|
|||
integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==,
|
||||
}
|
||||
|
||||
h3@1.15.4:
|
||||
h3@1.15.5:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==,
|
||||
integrity: sha512-xEyq3rSl+dhGX2Lm0+eFQIAzlDN6Fs0EcC4f7BNUmzaRX/PTzeuM+Tr2lHB8FoXggsQIeXLj8EDVgs5ywxyxmg==,
|
||||
}
|
||||
|
||||
hast-util-embedded@3.0.0:
|
||||
|
|
@ -1777,10 +2078,10 @@ packages:
|
|||
integrity: sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==,
|
||||
}
|
||||
|
||||
hast-util-to-parse5@8.0.0:
|
||||
hast-util-to-parse5@8.0.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==,
|
||||
integrity: sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==,
|
||||
}
|
||||
|
||||
hast-util-to-string@3.0.1:
|
||||
|
|
@ -1837,22 +2138,16 @@ packages:
|
|||
integrity: sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==,
|
||||
}
|
||||
|
||||
import-meta-resolve@4.1.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==,
|
||||
}
|
||||
|
||||
import-meta-resolve@4.2.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==,
|
||||
}
|
||||
|
||||
inline-style-parser@0.2.4:
|
||||
inline-style-parser@0.2.7:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==,
|
||||
integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==,
|
||||
}
|
||||
|
||||
iron-webcrypto@1.2.1:
|
||||
|
|
@ -1915,10 +2210,10 @@ packages:
|
|||
}
|
||||
engines: { node: ">=12" }
|
||||
|
||||
is-wsl@3.1.0:
|
||||
is-wsl@3.1.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==,
|
||||
integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==,
|
||||
}
|
||||
engines: { node: ">=16" }
|
||||
|
||||
|
|
@ -1928,10 +2223,10 @@ packages:
|
|||
integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==,
|
||||
}
|
||||
|
||||
js-yaml@4.1.0:
|
||||
js-yaml@4.1.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==,
|
||||
integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==,
|
||||
}
|
||||
hasBin: true
|
||||
|
||||
|
|
@ -1955,13 +2250,6 @@ packages:
|
|||
}
|
||||
engines: { node: ">=6" }
|
||||
|
||||
kleur@4.1.5:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==,
|
||||
}
|
||||
engines: { node: ">=6" }
|
||||
|
||||
klona@2.0.6:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -1982,22 +2270,23 @@ packages:
|
|||
integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==,
|
||||
}
|
||||
|
||||
lru-cache@10.4.3:
|
||||
lru-cache@11.2.6:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==,
|
||||
integrity: sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==,
|
||||
}
|
||||
engines: { node: 20 || >=22 }
|
||||
|
||||
magic-string@0.30.21:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==,
|
||||
}
|
||||
|
||||
magic-string@0.30.18:
|
||||
magicast@0.5.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==,
|
||||
}
|
||||
|
||||
magicast@0.3.5:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==,
|
||||
integrity: sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==,
|
||||
}
|
||||
|
||||
markdown-extensions@2.0.0:
|
||||
|
|
@ -2103,10 +2392,10 @@ packages:
|
|||
integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==,
|
||||
}
|
||||
|
||||
mdast-util-to-hast@13.2.0:
|
||||
mdast-util-to-hast@13.2.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==,
|
||||
integrity: sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==,
|
||||
}
|
||||
|
||||
mdast-util-to-markdown@2.1.2:
|
||||
|
|
@ -2121,6 +2410,12 @@ packages:
|
|||
integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==,
|
||||
}
|
||||
|
||||
mdn-data@2.0.28:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==,
|
||||
}
|
||||
|
||||
mdn-data@2.12.2:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -2383,22 +2678,10 @@ packages:
|
|||
integrity: sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==,
|
||||
}
|
||||
|
||||
node-fetch@2.7.0:
|
||||
node-mock-http@1.0.4:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==,
|
||||
}
|
||||
engines: { node: 4.x || >=6.0.0 }
|
||||
peerDependencies:
|
||||
encoding: ^0.1.0
|
||||
peerDependenciesMeta:
|
||||
encoding:
|
||||
optional: true
|
||||
|
||||
node-mock-http@1.0.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-zWaamgDUdo9SSLw47we78+zYw/bDr5gH8pH7oRRs8V3KmBtu8GLgGIbV2p/gRPd3LWpEOpjQj7X1FOU3VFMJ8g==,
|
||||
integrity: sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==,
|
||||
}
|
||||
|
||||
normalize-path@3.0.0:
|
||||
|
|
@ -2414,10 +2697,10 @@ packages:
|
|||
integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==,
|
||||
}
|
||||
|
||||
ofetch@1.4.1:
|
||||
ofetch@1.5.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==,
|
||||
integrity: sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==,
|
||||
}
|
||||
|
||||
ohash@2.0.11:
|
||||
|
|
@ -2432,10 +2715,10 @@ packages:
|
|||
integrity: sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==,
|
||||
}
|
||||
|
||||
oniguruma-to-es@4.3.3:
|
||||
oniguruma-to-es@4.3.4:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==,
|
||||
integrity: sha512-3VhUGN3w2eYxnTzHn+ikMI+fp/96KoRSVK9/kMTcFqj1NRDh2IhQCKvYxDnWePKRXY/AqH+Fuiyb7VHSzBjHfA==,
|
||||
}
|
||||
|
||||
openapi-types@12.1.3:
|
||||
|
|
@ -2451,10 +2734,10 @@ packages:
|
|||
}
|
||||
engines: { node: ">=18" }
|
||||
|
||||
p-queue@8.1.0:
|
||||
p-queue@8.1.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==,
|
||||
integrity: sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
|
||||
|
|
@ -2465,25 +2748,19 @@ packages:
|
|||
}
|
||||
engines: { node: ">=14.16" }
|
||||
|
||||
package-manager-detector@1.3.0:
|
||||
package-manager-detector@1.6.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==,
|
||||
integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==,
|
||||
}
|
||||
|
||||
pagefind@1.3.0:
|
||||
pagefind@1.4.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-8KPLGT5g9s+olKMRTU9LFekLizkVIu9tes90O1/aigJ0T5LmyPqTzGJrETnSw3meSYg58YH7JTzhTTW/3z6VAw==,
|
||||
integrity: sha512-z2kY1mQlL4J8q5EIsQkLzQjilovKzfNVhX8De6oyE6uHpfFtyBaqUpcl/XzJC/4fjD8vBDyh1zolimIcVrCn9g==,
|
||||
}
|
||||
hasBin: true
|
||||
|
||||
pako@0.2.9:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==,
|
||||
}
|
||||
|
||||
parse-entities@4.0.2:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -2502,6 +2779,12 @@ packages:
|
|||
integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==,
|
||||
}
|
||||
|
||||
piccolore@0.1.3:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-o8bTeDWjE086iwKrROaDf31K0qC/BENdm15/uH9usSC/uZjJOKb2YGiVHfLY4GhwsERiPI1jmwI2XrA7ACOxVw==,
|
||||
}
|
||||
|
||||
picocolors@1.1.1:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -2559,12 +2842,6 @@ packages:
|
|||
}
|
||||
engines: { node: ">= 6" }
|
||||
|
||||
property-information@6.5.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==,
|
||||
}
|
||||
|
||||
property-information@7.1.0:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -2577,12 +2854,12 @@ packages:
|
|||
integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==,
|
||||
}
|
||||
|
||||
readdirp@4.1.2:
|
||||
readdirp@5.0.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==,
|
||||
integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==,
|
||||
}
|
||||
engines: { node: ">= 14.18.0" }
|
||||
engines: { node: ">= 20.19.0" }
|
||||
|
||||
recma-build-jsx@1.0.0:
|
||||
resolution:
|
||||
|
|
@ -2622,16 +2899,16 @@ packages:
|
|||
integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==,
|
||||
}
|
||||
|
||||
regex@6.0.1:
|
||||
regex@6.1.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==,
|
||||
integrity: sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==,
|
||||
}
|
||||
|
||||
rehype-expressive-code@0.41.3:
|
||||
rehype-expressive-code@0.41.6:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-8d9Py4c/V6I/Od2VIXFAdpiO2kc0SV2qTJsRAaqSIcM9aruW4ASLNe2kOEo1inXAAkIhpFzAHTc358HKbvpNUg==,
|
||||
integrity: sha512-aBMX8kxPtjmDSFUdZlAWJkMvsQ4ZMASfee90JWIAV8tweltXLzkWC3q++43ToTelI8ac5iC0B3/S/Cl4Ql1y2g==,
|
||||
}
|
||||
|
||||
rehype-format@5.0.1:
|
||||
|
|
@ -2682,10 +2959,10 @@ packages:
|
|||
integrity: sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==,
|
||||
}
|
||||
|
||||
remark-mdx@3.1.0:
|
||||
remark-mdx@3.1.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==,
|
||||
integrity: sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==,
|
||||
}
|
||||
|
||||
remark-parse@11.0.0:
|
||||
|
|
@ -2720,12 +2997,6 @@ packages:
|
|||
}
|
||||
engines: { node: ">=0.10.0" }
|
||||
|
||||
restructure@3.0.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==,
|
||||
}
|
||||
|
||||
retext-latin@4.0.0:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -2750,45 +3021,40 @@ packages:
|
|||
integrity: sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==,
|
||||
}
|
||||
|
||||
rollup@4.48.1:
|
||||
rollup@4.57.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-jVG20NvbhTYDkGAty2/Yh7HK6/q3DGSRH4o8ALKGArmMuaauM9kLfoMZ+WliPwA5+JHr2lTn3g557FxBV87ifg==,
|
||||
integrity: sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==,
|
||||
}
|
||||
engines: { node: ">=18.0.0", npm: ">=8.0.0" }
|
||||
hasBin: true
|
||||
|
||||
sax@1.4.1:
|
||||
sax@1.4.4:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==,
|
||||
integrity: sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==,
|
||||
}
|
||||
engines: { node: ">=11.0.0" }
|
||||
|
||||
semver@7.7.2:
|
||||
semver@7.7.4:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==,
|
||||
integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==,
|
||||
}
|
||||
engines: { node: ">=10" }
|
||||
hasBin: true
|
||||
|
||||
sharp@0.34.4:
|
||||
sharp@0.34.5:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==,
|
||||
integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==,
|
||||
}
|
||||
engines: { node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
|
||||
|
||||
shiki@3.11.0:
|
||||
shiki@3.22.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-VgKumh/ib38I1i3QkMn6mAQA6XjjQubqaAYhfge71glAll0/4xnt8L2oSuC45Qcr/G5Kbskj4RliMQddGmy/Og==,
|
||||
}
|
||||
|
||||
shiki@3.13.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-aZW4l8Og16CokuCLf8CF8kq+KK2yOygapU5m3+hoGw0Mdosc6fPitjM+ujYarppj5ZIKGyPDPP1vqmQhr+5/0g==,
|
||||
integrity: sha512-LBnhsoYEe0Eou4e1VgJACes+O6S6QC0w71fCSp5Oya79inkwkm15gQ1UF6VtQ8j/taMDh79hAB49WUk8ALQW3g==,
|
||||
}
|
||||
|
||||
sisteransi@1.0.5:
|
||||
|
|
@ -2797,18 +3063,18 @@ packages:
|
|||
integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==,
|
||||
}
|
||||
|
||||
sitemap@8.0.0:
|
||||
sitemap@8.0.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==,
|
||||
integrity: sha512-LwktpJcyZDoa0IL6KT++lQ53pbSrx2c9ge41/SeLTyqy2XUNA6uR4+P9u5IVo5lPeL2arAcOKn1aZAxoYbCKlQ==,
|
||||
}
|
||||
engines: { node: ">=14.0.0", npm: ">=6.0.0" }
|
||||
hasBin: true
|
||||
|
||||
smol-toml@1.4.2:
|
||||
smol-toml@1.6.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==,
|
||||
integrity: sha512-4zemZi0HvTnYwLfrpk/CF9LOd9Lt87kAt50GnqhMpyF9U3poDAP2+iukq2bZsO/ufegbYehBkqINbsWxj4l4cw==,
|
||||
}
|
||||
engines: { node: ">= 18" }
|
||||
|
||||
|
|
@ -2832,10 +3098,10 @@ packages:
|
|||
integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==,
|
||||
}
|
||||
|
||||
starlight-openapi@0.20.0:
|
||||
starlight-openapi@0.22.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-IA8mBbuscQPUN5Fy5+7xxJqW9851FhRlWajAD4GOm2RYlaCesO8qrIq7qElfTIdcfi7XP8m3a+zxrJ7yz1FzYA==,
|
||||
integrity: sha512-4H/fywAoTcvKbcv+xBr9LdrjMc5geDOSnydvzpiOxjxkHvI6g+7uPhWNCejnJPyZUd/MC1MI23tvYug85d/WzA==,
|
||||
}
|
||||
engines: { node: ">=18.17.1" }
|
||||
peerDependencies:
|
||||
|
|
@ -2876,50 +3142,53 @@ packages:
|
|||
}
|
||||
engines: { node: ">=8" }
|
||||
|
||||
strip-ansi@7.1.0:
|
||||
strip-ansi@7.1.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==,
|
||||
integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==,
|
||||
}
|
||||
engines: { node: ">=12" }
|
||||
|
||||
style-to-js@1.1.17:
|
||||
style-to-js@1.1.21:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-xQcBGDxJb6jjFCTzvQtfiPn6YvvP2O8U1MDIPNfJQlWMYfktPy+iGsHE7cssjs7y84d9fQaK4UF3RIJaAHSoYA==,
|
||||
integrity: sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==,
|
||||
}
|
||||
|
||||
style-to-object@1.0.9:
|
||||
style-to-object@1.0.14:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-G4qppLgKu/k6FwRpHiGiKPaPTFcG3g4wNVX/Qsfu+RqQM30E7Tyu/TEgxcL9PNLF5pdRLwQdE3YKKf+KF2Dzlw==,
|
||||
integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==,
|
||||
}
|
||||
|
||||
svgo@4.0.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==,
|
||||
}
|
||||
engines: { node: ">=16" }
|
||||
hasBin: true
|
||||
|
||||
tiny-inflate@1.0.3:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==,
|
||||
}
|
||||
|
||||
tinyexec@0.3.2:
|
||||
tinyexec@1.0.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==,
|
||||
integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
|
||||
tinyglobby@0.2.14:
|
||||
tinyglobby@0.2.15:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==,
|
||||
integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==,
|
||||
}
|
||||
engines: { node: ">=12.0.0" }
|
||||
|
||||
tr46@0.0.3:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==,
|
||||
}
|
||||
|
||||
trim-lines@3.0.1:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -2958,18 +3227,18 @@ packages:
|
|||
}
|
||||
engines: { node: ">=16" }
|
||||
|
||||
typescript@5.9.2:
|
||||
typescript@5.9.3:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==,
|
||||
integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==,
|
||||
}
|
||||
engines: { node: ">=14.17" }
|
||||
hasBin: true
|
||||
|
||||
ufo@1.6.1:
|
||||
ufo@1.6.3:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==,
|
||||
integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==,
|
||||
}
|
||||
|
||||
ultrahtml@1.6.0:
|
||||
|
|
@ -2984,34 +3253,16 @@ packages:
|
|||
integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==,
|
||||
}
|
||||
|
||||
undici-types@7.10.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==,
|
||||
}
|
||||
|
||||
unicode-properties@1.4.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==,
|
||||
}
|
||||
|
||||
unicode-trie@2.0.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==,
|
||||
}
|
||||
|
||||
unified@11.0.5:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==,
|
||||
}
|
||||
|
||||
unifont@0.5.2:
|
||||
unifont@0.7.4:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-LzR4WUqzH9ILFvjLAUU7dK3Lnou/qd5kD+IakBtBK4S15/+x2y9VX+DcWQv6s551R6W+vzwgVS6tFg3XggGBgg==,
|
||||
integrity: sha512-oHeis4/xl42HUIeHuNZRGEvxj5AaIKR+bHPNegRq5LV1gdc3jundpONbjglKpihmJf+dswygdMJn3eftGIMemg==,
|
||||
}
|
||||
|
||||
unist-util-find-after@5.0.0:
|
||||
|
|
@ -3020,10 +3271,10 @@ packages:
|
|||
integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==,
|
||||
}
|
||||
|
||||
unist-util-is@6.0.0:
|
||||
unist-util-is@6.0.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==,
|
||||
integrity: sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==,
|
||||
}
|
||||
|
||||
unist-util-modify-children@4.0.0:
|
||||
|
|
@ -3062,22 +3313,22 @@ packages:
|
|||
integrity: sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==,
|
||||
}
|
||||
|
||||
unist-util-visit-parents@6.0.1:
|
||||
unist-util-visit-parents@6.0.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==,
|
||||
integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==,
|
||||
}
|
||||
|
||||
unist-util-visit@5.0.0:
|
||||
unist-util-visit@5.1.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==,
|
||||
integrity: sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==,
|
||||
}
|
||||
|
||||
unstorage@1.17.0:
|
||||
unstorage@1.17.4:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-l9Z7lBiwtNp8ZmcoZ/dmPkFXFdtEdZtTZafCSnEIj3YvtkXeGAtL2rN8MQFy/0cs4eOLpuRJMp9ivdug7TCvww==,
|
||||
integrity: sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw==,
|
||||
}
|
||||
peerDependencies:
|
||||
"@azure/app-configuration": ^1.8.0
|
||||
|
|
@ -3086,14 +3337,14 @@ packages:
|
|||
"@azure/identity": ^4.6.0
|
||||
"@azure/keyvault-secrets": ^4.9.0
|
||||
"@azure/storage-blob": ^12.26.0
|
||||
"@capacitor/preferences": ^6.0.3 || ^7.0.0
|
||||
"@capacitor/preferences": ^6 || ^7 || ^8
|
||||
"@deno/kv": ">=0.9.0"
|
||||
"@netlify/blobs": ^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0
|
||||
"@planetscale/database": ^1.19.0
|
||||
"@upstash/redis": ^1.34.3
|
||||
"@vercel/blob": ">=0.27.1"
|
||||
"@vercel/functions": ^2.2.12
|
||||
"@vercel/kv": ^1.0.1
|
||||
"@vercel/functions": ^2.2.12 || ^3.0.0
|
||||
"@vercel/kv": ^1 || ^2 || ^3
|
||||
aws4fetch: ^1.0.20
|
||||
db0: ">=0.2.1"
|
||||
idb-keyval: ^6.2.1
|
||||
|
|
@ -3170,10 +3421,10 @@ packages:
|
|||
integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==,
|
||||
}
|
||||
|
||||
vite@6.3.6:
|
||||
vite@6.4.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==,
|
||||
integrity: sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==,
|
||||
}
|
||||
engines: { node: ^18.0.0 || ^20.0.0 || >=22.0.0 }
|
||||
hasBin: true
|
||||
|
|
@ -3230,18 +3481,6 @@ packages:
|
|||
integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==,
|
||||
}
|
||||
|
||||
webidl-conversions@3.0.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==,
|
||||
}
|
||||
|
||||
whatwg-url@5.0.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==,
|
||||
}
|
||||
|
||||
which-pm-runs@1.1.0:
|
||||
resolution:
|
||||
{
|
||||
|
|
@ -3256,10 +3495,10 @@ packages:
|
|||
}
|
||||
engines: { node: ">=18" }
|
||||
|
||||
wrap-ansi@9.0.0:
|
||||
wrap-ansi@9.0.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==,
|
||||
integrity: sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==,
|
||||
}
|
||||
engines: { node: ">=18" }
|
||||
|
||||
|
|
@ -3276,10 +3515,10 @@ packages:
|
|||
}
|
||||
engines: { node: ">=12" }
|
||||
|
||||
yocto-queue@1.2.1:
|
||||
yocto-queue@1.2.2:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==,
|
||||
integrity: sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==,
|
||||
}
|
||||
engines: { node: ">=12.20" }
|
||||
|
||||
|
|
@ -3297,13 +3536,13 @@ packages:
|
|||
}
|
||||
engines: { node: ">=18" }
|
||||
|
||||
zod-to-json-schema@3.24.6:
|
||||
zod-to-json-schema@3.25.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==,
|
||||
integrity: sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==,
|
||||
}
|
||||
peerDependencies:
|
||||
zod: ^3.24.1
|
||||
zod: ^3.25 || ^4
|
||||
|
||||
zod-to-ts@1.2.0:
|
||||
resolution:
|
||||
|
|
@ -3330,49 +3569,21 @@ snapshots:
|
|||
"@apidevtools/json-schema-ref-parser@13.0.5":
|
||||
dependencies:
|
||||
"@types/json-schema": 7.0.15
|
||||
js-yaml: 4.1.0
|
||||
js-yaml: 4.1.1
|
||||
|
||||
"@astrojs/compiler@2.12.2": {}
|
||||
"@astrojs/compiler@2.13.1": {}
|
||||
|
||||
"@astrojs/internal-helpers@0.7.2": {}
|
||||
"@astrojs/internal-helpers@0.7.5": {}
|
||||
|
||||
"@astrojs/internal-helpers@0.7.3": {}
|
||||
|
||||
"@astrojs/markdown-remark@6.3.6":
|
||||
"@astrojs/markdown-remark@6.3.10":
|
||||
dependencies:
|
||||
"@astrojs/internal-helpers": 0.7.2
|
||||
"@astrojs/prism": 3.3.0
|
||||
github-slugger: 2.0.0
|
||||
hast-util-from-html: 2.0.3
|
||||
hast-util-to-text: 4.0.2
|
||||
import-meta-resolve: 4.1.0
|
||||
js-yaml: 4.1.0
|
||||
mdast-util-definitions: 6.0.0
|
||||
rehype-raw: 7.0.0
|
||||
rehype-stringify: 10.0.1
|
||||
remark-gfm: 4.0.1
|
||||
remark-parse: 11.0.0
|
||||
remark-rehype: 11.1.2
|
||||
remark-smartypants: 3.0.2
|
||||
shiki: 3.11.0
|
||||
smol-toml: 1.4.2
|
||||
unified: 11.0.5
|
||||
unist-util-remove-position: 5.0.0
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit-parents: 6.0.1
|
||||
vfile: 6.0.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
"@astrojs/markdown-remark@6.3.7":
|
||||
dependencies:
|
||||
"@astrojs/internal-helpers": 0.7.3
|
||||
"@astrojs/internal-helpers": 0.7.5
|
||||
"@astrojs/prism": 3.3.0
|
||||
github-slugger: 2.0.0
|
||||
hast-util-from-html: 2.0.3
|
||||
hast-util-to-text: 4.0.2
|
||||
import-meta-resolve: 4.2.0
|
||||
js-yaml: 4.1.0
|
||||
js-yaml: 4.1.1
|
||||
mdast-util-definitions: 6.0.0
|
||||
rehype-raw: 7.0.0
|
||||
rehype-stringify: 10.0.1
|
||||
|
|
@ -3380,31 +3591,31 @@ snapshots:
|
|||
remark-parse: 11.0.0
|
||||
remark-rehype: 11.1.2
|
||||
remark-smartypants: 3.0.2
|
||||
shiki: 3.13.0
|
||||
smol-toml: 1.4.2
|
||||
shiki: 3.22.0
|
||||
smol-toml: 1.6.0
|
||||
unified: 11.0.5
|
||||
unist-util-remove-position: 5.0.0
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit-parents: 6.0.1
|
||||
unist-util-visit: 5.1.0
|
||||
unist-util-visit-parents: 6.0.2
|
||||
vfile: 6.0.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
"@astrojs/mdx@4.3.4(astro@5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2))":
|
||||
"@astrojs/mdx@4.3.13(astro@5.17.2(rollup@4.57.1)(typescript@5.9.3))":
|
||||
dependencies:
|
||||
"@astrojs/markdown-remark": 6.3.6
|
||||
"@mdx-js/mdx": 3.1.0(acorn@8.15.0)
|
||||
"@astrojs/markdown-remark": 6.3.10
|
||||
"@mdx-js/mdx": 3.1.1
|
||||
acorn: 8.15.0
|
||||
astro: 5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2)
|
||||
astro: 5.17.2(rollup@4.57.1)(typescript@5.9.3)
|
||||
es-module-lexer: 1.7.0
|
||||
estree-util-visit: 2.0.0
|
||||
hast-util-to-html: 9.0.5
|
||||
kleur: 4.1.5
|
||||
piccolore: 0.1.3
|
||||
rehype-raw: 7.0.0
|
||||
remark-gfm: 4.0.1
|
||||
remark-smartypants: 3.0.2
|
||||
source-map: 0.7.6
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit: 5.1.0
|
||||
vfile: 6.0.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
|
@ -3413,195 +3624,270 @@ snapshots:
|
|||
dependencies:
|
||||
prismjs: 1.30.0
|
||||
|
||||
"@astrojs/sitemap@3.5.1":
|
||||
"@astrojs/sitemap@3.7.0":
|
||||
dependencies:
|
||||
sitemap: 8.0.0
|
||||
sitemap: 8.0.2
|
||||
stream-replace-string: 2.0.0
|
||||
zod: 3.25.76
|
||||
|
||||
"@astrojs/starlight@0.36.0(astro@5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2))":
|
||||
"@astrojs/starlight@0.37.6(astro@5.17.2(rollup@4.57.1)(typescript@5.9.3))":
|
||||
dependencies:
|
||||
"@astrojs/markdown-remark": 6.3.6
|
||||
"@astrojs/mdx": 4.3.4(astro@5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2))
|
||||
"@astrojs/sitemap": 3.5.1
|
||||
"@pagefind/default-ui": 1.3.0
|
||||
"@astrojs/markdown-remark": 6.3.10
|
||||
"@astrojs/mdx": 4.3.13(astro@5.17.2(rollup@4.57.1)(typescript@5.9.3))
|
||||
"@astrojs/sitemap": 3.7.0
|
||||
"@pagefind/default-ui": 1.4.0
|
||||
"@types/hast": 3.0.4
|
||||
"@types/js-yaml": 4.0.9
|
||||
"@types/mdast": 4.0.4
|
||||
astro: 5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2)
|
||||
astro-expressive-code: 0.41.3(astro@5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2))
|
||||
astro: 5.17.2(rollup@4.57.1)(typescript@5.9.3)
|
||||
astro-expressive-code: 0.41.6(astro@5.17.2(rollup@4.57.1)(typescript@5.9.3))
|
||||
bcp-47: 2.1.0
|
||||
hast-util-from-html: 2.0.3
|
||||
hast-util-select: 6.0.4
|
||||
hast-util-to-string: 3.0.1
|
||||
hastscript: 9.0.1
|
||||
i18next: 23.16.8
|
||||
js-yaml: 4.1.0
|
||||
js-yaml: 4.1.1
|
||||
klona: 2.0.6
|
||||
magic-string: 0.30.21
|
||||
mdast-util-directive: 3.1.0
|
||||
mdast-util-to-markdown: 2.1.2
|
||||
mdast-util-to-string: 4.0.0
|
||||
pagefind: 1.3.0
|
||||
pagefind: 1.4.0
|
||||
rehype: 13.0.2
|
||||
rehype-format: 5.0.1
|
||||
remark-directive: 3.0.1
|
||||
ultrahtml: 1.6.0
|
||||
unified: 11.0.5
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit: 5.1.0
|
||||
vfile: 6.0.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
"@astrojs/telemetry@3.3.0":
|
||||
dependencies:
|
||||
ci-info: 4.3.0
|
||||
debug: 4.4.1
|
||||
ci-info: 4.4.0
|
||||
debug: 4.4.3
|
||||
dlv: 1.1.3
|
||||
dset: 3.1.4
|
||||
is-docker: 3.0.0
|
||||
is-wsl: 3.1.0
|
||||
is-wsl: 3.1.1
|
||||
which-pm-runs: 1.1.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
"@babel/code-frame@7.27.1":
|
||||
"@babel/code-frame@7.29.0":
|
||||
dependencies:
|
||||
"@babel/helper-validator-identifier": 7.27.1
|
||||
"@babel/helper-validator-identifier": 7.28.5
|
||||
js-tokens: 4.0.0
|
||||
picocolors: 1.1.1
|
||||
|
||||
"@babel/helper-string-parser@7.27.1": {}
|
||||
|
||||
"@babel/helper-validator-identifier@7.27.1": {}
|
||||
"@babel/helper-validator-identifier@7.28.5": {}
|
||||
|
||||
"@babel/parser@7.28.3":
|
||||
"@babel/parser@7.29.0":
|
||||
dependencies:
|
||||
"@babel/types": 7.28.2
|
||||
"@babel/types": 7.29.0
|
||||
|
||||
"@babel/runtime@7.28.3": {}
|
||||
"@babel/runtime@7.28.6": {}
|
||||
|
||||
"@babel/types@7.28.2":
|
||||
"@babel/types@7.29.0":
|
||||
dependencies:
|
||||
"@babel/helper-string-parser": 7.27.1
|
||||
"@babel/helper-validator-identifier": 7.27.1
|
||||
"@babel/helper-validator-identifier": 7.28.5
|
||||
|
||||
"@capsizecss/unpack@2.4.0":
|
||||
"@capsizecss/unpack@4.0.0":
|
||||
dependencies:
|
||||
blob-to-buffer: 1.2.9
|
||||
cross-fetch: 3.2.0
|
||||
fontkit: 2.0.4
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
fontkitten: 1.0.2
|
||||
|
||||
"@ctrl/tinycolor@4.1.0": {}
|
||||
"@ctrl/tinycolor@4.2.0": {}
|
||||
|
||||
"@emnapi/runtime@1.5.0":
|
||||
"@emnapi/runtime@1.8.1":
|
||||
dependencies:
|
||||
tslib: 2.8.1
|
||||
optional: true
|
||||
|
||||
"@esbuild/aix-ppc64@0.25.9":
|
||||
"@esbuild/aix-ppc64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/android-arm64@0.25.9":
|
||||
"@esbuild/aix-ppc64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/android-arm@0.25.9":
|
||||
"@esbuild/android-arm64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/android-x64@0.25.9":
|
||||
"@esbuild/android-arm64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/darwin-arm64@0.25.9":
|
||||
"@esbuild/android-arm@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/darwin-x64@0.25.9":
|
||||
"@esbuild/android-arm@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/freebsd-arm64@0.25.9":
|
||||
"@esbuild/android-x64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/freebsd-x64@0.25.9":
|
||||
"@esbuild/android-x64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-arm64@0.25.9":
|
||||
"@esbuild/darwin-arm64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-arm@0.25.9":
|
||||
"@esbuild/darwin-arm64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-ia32@0.25.9":
|
||||
"@esbuild/darwin-x64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-loong64@0.25.9":
|
||||
"@esbuild/darwin-x64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-mips64el@0.25.9":
|
||||
"@esbuild/freebsd-arm64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-ppc64@0.25.9":
|
||||
"@esbuild/freebsd-arm64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-riscv64@0.25.9":
|
||||
"@esbuild/freebsd-x64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-s390x@0.25.9":
|
||||
"@esbuild/freebsd-x64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-x64@0.25.9":
|
||||
"@esbuild/linux-arm64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/netbsd-arm64@0.25.9":
|
||||
"@esbuild/linux-arm64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/netbsd-x64@0.25.9":
|
||||
"@esbuild/linux-arm@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/openbsd-arm64@0.25.9":
|
||||
"@esbuild/linux-arm@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/openbsd-x64@0.25.9":
|
||||
"@esbuild/linux-ia32@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/openharmony-arm64@0.25.9":
|
||||
"@esbuild/linux-ia32@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/sunos-x64@0.25.9":
|
||||
"@esbuild/linux-loong64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/win32-arm64@0.25.9":
|
||||
"@esbuild/linux-loong64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/win32-ia32@0.25.9":
|
||||
"@esbuild/linux-mips64el@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/win32-x64@0.25.9":
|
||||
"@esbuild/linux-mips64el@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@expressive-code/core@0.41.3":
|
||||
"@esbuild/linux-ppc64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-ppc64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-riscv64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-riscv64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-s390x@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-s390x@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-x64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/linux-x64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/netbsd-arm64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/netbsd-arm64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/netbsd-x64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/netbsd-x64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/openbsd-arm64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/openbsd-arm64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/openbsd-x64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/openbsd-x64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/openharmony-arm64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/openharmony-arm64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/sunos-x64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/sunos-x64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/win32-arm64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/win32-arm64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/win32-ia32@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/win32-ia32@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@esbuild/win32-x64@0.25.12":
|
||||
optional: true
|
||||
|
||||
"@esbuild/win32-x64@0.27.3":
|
||||
optional: true
|
||||
|
||||
"@expressive-code/core@0.41.6":
|
||||
dependencies:
|
||||
"@ctrl/tinycolor": 4.1.0
|
||||
"@ctrl/tinycolor": 4.2.0
|
||||
hast-util-select: 6.0.4
|
||||
hast-util-to-html: 9.0.5
|
||||
hast-util-to-text: 4.0.2
|
||||
hastscript: 9.0.1
|
||||
postcss: 8.5.6
|
||||
postcss-nested: 6.2.0(postcss@8.5.6)
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit-parents: 6.0.1
|
||||
unist-util-visit: 5.1.0
|
||||
unist-util-visit-parents: 6.0.2
|
||||
|
||||
"@expressive-code/plugin-frames@0.41.3":
|
||||
"@expressive-code/plugin-frames@0.41.6":
|
||||
dependencies:
|
||||
"@expressive-code/core": 0.41.3
|
||||
"@expressive-code/core": 0.41.6
|
||||
|
||||
"@expressive-code/plugin-shiki@0.41.3":
|
||||
"@expressive-code/plugin-shiki@0.41.6":
|
||||
dependencies:
|
||||
"@expressive-code/core": 0.41.3
|
||||
shiki: 3.11.0
|
||||
"@expressive-code/core": 0.41.6
|
||||
shiki: 3.22.0
|
||||
|
||||
"@expressive-code/plugin-text-markers@0.41.3":
|
||||
"@expressive-code/plugin-text-markers@0.41.6":
|
||||
dependencies:
|
||||
"@expressive-code/core": 0.41.3
|
||||
"@expressive-code/core": 0.41.6
|
||||
|
||||
"@fontsource/inter@5.2.8": {}
|
||||
|
||||
|
|
@ -3611,100 +3897,109 @@ snapshots:
|
|||
|
||||
"@img/colour@1.0.0": {}
|
||||
|
||||
"@img/sharp-darwin-arm64@0.34.4":
|
||||
"@img/sharp-darwin-arm64@0.34.5":
|
||||
optionalDependencies:
|
||||
"@img/sharp-libvips-darwin-arm64": 1.2.3
|
||||
"@img/sharp-libvips-darwin-arm64": 1.2.4
|
||||
optional: true
|
||||
|
||||
"@img/sharp-darwin-x64@0.34.4":
|
||||
"@img/sharp-darwin-x64@0.34.5":
|
||||
optionalDependencies:
|
||||
"@img/sharp-libvips-darwin-x64": 1.2.3
|
||||
"@img/sharp-libvips-darwin-x64": 1.2.4
|
||||
optional: true
|
||||
|
||||
"@img/sharp-libvips-darwin-arm64@1.2.3":
|
||||
"@img/sharp-libvips-darwin-arm64@1.2.4":
|
||||
optional: true
|
||||
|
||||
"@img/sharp-libvips-darwin-x64@1.2.3":
|
||||
"@img/sharp-libvips-darwin-x64@1.2.4":
|
||||
optional: true
|
||||
|
||||
"@img/sharp-libvips-linux-arm64@1.2.3":
|
||||
"@img/sharp-libvips-linux-arm64@1.2.4":
|
||||
optional: true
|
||||
|
||||
"@img/sharp-libvips-linux-arm@1.2.3":
|
||||
"@img/sharp-libvips-linux-arm@1.2.4":
|
||||
optional: true
|
||||
|
||||
"@img/sharp-libvips-linux-ppc64@1.2.3":
|
||||
"@img/sharp-libvips-linux-ppc64@1.2.4":
|
||||
optional: true
|
||||
|
||||
"@img/sharp-libvips-linux-s390x@1.2.3":
|
||||
"@img/sharp-libvips-linux-riscv64@1.2.4":
|
||||
optional: true
|
||||
|
||||
"@img/sharp-libvips-linux-x64@1.2.3":
|
||||
"@img/sharp-libvips-linux-s390x@1.2.4":
|
||||
optional: true
|
||||
|
||||
"@img/sharp-libvips-linuxmusl-arm64@1.2.3":
|
||||
"@img/sharp-libvips-linux-x64@1.2.4":
|
||||
optional: true
|
||||
|
||||
"@img/sharp-libvips-linuxmusl-x64@1.2.3":
|
||||
"@img/sharp-libvips-linuxmusl-arm64@1.2.4":
|
||||
optional: true
|
||||
|
||||
"@img/sharp-linux-arm64@0.34.4":
|
||||
"@img/sharp-libvips-linuxmusl-x64@1.2.4":
|
||||
optional: true
|
||||
|
||||
"@img/sharp-linux-arm64@0.34.5":
|
||||
optionalDependencies:
|
||||
"@img/sharp-libvips-linux-arm64": 1.2.3
|
||||
"@img/sharp-libvips-linux-arm64": 1.2.4
|
||||
optional: true
|
||||
|
||||
"@img/sharp-linux-arm@0.34.4":
|
||||
"@img/sharp-linux-arm@0.34.5":
|
||||
optionalDependencies:
|
||||
"@img/sharp-libvips-linux-arm": 1.2.3
|
||||
"@img/sharp-libvips-linux-arm": 1.2.4
|
||||
optional: true
|
||||
|
||||
"@img/sharp-linux-ppc64@0.34.4":
|
||||
"@img/sharp-linux-ppc64@0.34.5":
|
||||
optionalDependencies:
|
||||
"@img/sharp-libvips-linux-ppc64": 1.2.3
|
||||
"@img/sharp-libvips-linux-ppc64": 1.2.4
|
||||
optional: true
|
||||
|
||||
"@img/sharp-linux-s390x@0.34.4":
|
||||
"@img/sharp-linux-riscv64@0.34.5":
|
||||
optionalDependencies:
|
||||
"@img/sharp-libvips-linux-s390x": 1.2.3
|
||||
"@img/sharp-libvips-linux-riscv64": 1.2.4
|
||||
optional: true
|
||||
|
||||
"@img/sharp-linux-x64@0.34.4":
|
||||
"@img/sharp-linux-s390x@0.34.5":
|
||||
optionalDependencies:
|
||||
"@img/sharp-libvips-linux-x64": 1.2.3
|
||||
"@img/sharp-libvips-linux-s390x": 1.2.4
|
||||
optional: true
|
||||
|
||||
"@img/sharp-linuxmusl-arm64@0.34.4":
|
||||
"@img/sharp-linux-x64@0.34.5":
|
||||
optionalDependencies:
|
||||
"@img/sharp-libvips-linuxmusl-arm64": 1.2.3
|
||||
"@img/sharp-libvips-linux-x64": 1.2.4
|
||||
optional: true
|
||||
|
||||
"@img/sharp-linuxmusl-x64@0.34.4":
|
||||
"@img/sharp-linuxmusl-arm64@0.34.5":
|
||||
optionalDependencies:
|
||||
"@img/sharp-libvips-linuxmusl-x64": 1.2.3
|
||||
"@img/sharp-libvips-linuxmusl-arm64": 1.2.4
|
||||
optional: true
|
||||
|
||||
"@img/sharp-wasm32@0.34.4":
|
||||
"@img/sharp-linuxmusl-x64@0.34.5":
|
||||
optionalDependencies:
|
||||
"@img/sharp-libvips-linuxmusl-x64": 1.2.4
|
||||
optional: true
|
||||
|
||||
"@img/sharp-wasm32@0.34.5":
|
||||
dependencies:
|
||||
"@emnapi/runtime": 1.5.0
|
||||
"@emnapi/runtime": 1.8.1
|
||||
optional: true
|
||||
|
||||
"@img/sharp-win32-arm64@0.34.4":
|
||||
"@img/sharp-win32-arm64@0.34.5":
|
||||
optional: true
|
||||
|
||||
"@img/sharp-win32-ia32@0.34.4":
|
||||
"@img/sharp-win32-ia32@0.34.5":
|
||||
optional: true
|
||||
|
||||
"@img/sharp-win32-x64@0.34.4":
|
||||
"@img/sharp-win32-x64@0.34.5":
|
||||
optional: true
|
||||
|
||||
"@jridgewell/sourcemap-codec@1.5.5": {}
|
||||
|
||||
"@mdx-js/mdx@3.1.0(acorn@8.15.0)":
|
||||
"@mdx-js/mdx@3.1.1":
|
||||
dependencies:
|
||||
"@types/estree": 1.0.8
|
||||
"@types/estree-jsx": 1.0.5
|
||||
"@types/hast": 3.0.4
|
||||
"@types/mdx": 2.0.13
|
||||
acorn: 8.15.0
|
||||
collapse-white-space: 2.1.0
|
||||
devlop: 1.1.0
|
||||
estree-util-is-identifier-name: 3.0.0
|
||||
|
|
@ -3716,44 +4011,46 @@ snapshots:
|
|||
recma-jsx: 1.0.1(acorn@8.15.0)
|
||||
recma-stringify: 1.0.0
|
||||
rehype-recma: 1.0.0
|
||||
remark-mdx: 3.1.0
|
||||
remark-mdx: 3.1.1
|
||||
remark-parse: 11.0.0
|
||||
remark-rehype: 11.1.2
|
||||
source-map: 0.7.6
|
||||
unified: 11.0.5
|
||||
unist-util-position-from-estree: 2.0.0
|
||||
unist-util-stringify-position: 4.0.0
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit: 5.1.0
|
||||
vfile: 6.0.3
|
||||
transitivePeerDependencies:
|
||||
- acorn
|
||||
- supports-color
|
||||
|
||||
"@oslojs/encoding@1.1.0": {}
|
||||
|
||||
"@pagefind/darwin-arm64@1.3.0":
|
||||
"@pagefind/darwin-arm64@1.4.0":
|
||||
optional: true
|
||||
|
||||
"@pagefind/darwin-x64@1.3.0":
|
||||
"@pagefind/darwin-x64@1.4.0":
|
||||
optional: true
|
||||
|
||||
"@pagefind/default-ui@1.3.0": {}
|
||||
"@pagefind/default-ui@1.4.0": {}
|
||||
|
||||
"@pagefind/linux-arm64@1.3.0":
|
||||
"@pagefind/freebsd-x64@1.4.0":
|
||||
optional: true
|
||||
|
||||
"@pagefind/linux-x64@1.3.0":
|
||||
"@pagefind/linux-arm64@1.4.0":
|
||||
optional: true
|
||||
|
||||
"@pagefind/windows-x64@1.3.0":
|
||||
"@pagefind/linux-x64@1.4.0":
|
||||
optional: true
|
||||
|
||||
"@readme/better-ajv-errors@2.3.2(ajv@8.17.1)":
|
||||
"@pagefind/windows-x64@1.4.0":
|
||||
optional: true
|
||||
|
||||
"@readme/better-ajv-errors@2.4.0(ajv@8.18.0)":
|
||||
dependencies:
|
||||
"@babel/code-frame": 7.27.1
|
||||
"@babel/runtime": 7.28.3
|
||||
"@babel/code-frame": 7.29.0
|
||||
"@babel/runtime": 7.28.6
|
||||
"@humanwhocodes/momoa": 2.0.4
|
||||
ajv: 8.17.1
|
||||
ajv: 8.18.0
|
||||
jsonpointer: 5.0.1
|
||||
leven: 3.1.0
|
||||
picocolors: 1.1.1
|
||||
|
|
@ -3761,151 +4058,131 @@ snapshots:
|
|||
"@readme/openapi-parser@4.1.2(openapi-types@12.1.3)":
|
||||
dependencies:
|
||||
"@apidevtools/json-schema-ref-parser": 13.0.5
|
||||
"@readme/better-ajv-errors": 2.3.2(ajv@8.17.1)
|
||||
"@readme/better-ajv-errors": 2.4.0(ajv@8.18.0)
|
||||
"@readme/openapi-schemas": 3.1.0
|
||||
"@types/json-schema": 7.0.15
|
||||
ajv: 8.17.1
|
||||
ajv-draft-04: 1.0.0(ajv@8.17.1)
|
||||
ajv: 8.18.0
|
||||
ajv-draft-04: 1.0.0(ajv@8.18.0)
|
||||
openapi-types: 12.1.3
|
||||
|
||||
"@readme/openapi-schemas@3.1.0": {}
|
||||
|
||||
"@rollup/pluginutils@5.2.0(rollup@4.48.1)":
|
||||
"@rollup/pluginutils@5.3.0(rollup@4.57.1)":
|
||||
dependencies:
|
||||
"@types/estree": 1.0.8
|
||||
estree-walker: 2.0.2
|
||||
picomatch: 4.0.3
|
||||
optionalDependencies:
|
||||
rollup: 4.48.1
|
||||
rollup: 4.57.1
|
||||
|
||||
"@rollup/rollup-android-arm-eabi@4.48.1":
|
||||
"@rollup/rollup-android-arm-eabi@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-android-arm64@4.48.1":
|
||||
"@rollup/rollup-android-arm64@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-darwin-arm64@4.48.1":
|
||||
"@rollup/rollup-darwin-arm64@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-darwin-x64@4.48.1":
|
||||
"@rollup/rollup-darwin-x64@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-freebsd-arm64@4.48.1":
|
||||
"@rollup/rollup-freebsd-arm64@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-freebsd-x64@4.48.1":
|
||||
"@rollup/rollup-freebsd-x64@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-linux-arm-gnueabihf@4.48.1":
|
||||
"@rollup/rollup-linux-arm-gnueabihf@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-linux-arm-musleabihf@4.48.1":
|
||||
"@rollup/rollup-linux-arm-musleabihf@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-linux-arm64-gnu@4.48.1":
|
||||
"@rollup/rollup-linux-arm64-gnu@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-linux-arm64-musl@4.48.1":
|
||||
"@rollup/rollup-linux-arm64-musl@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-linux-loongarch64-gnu@4.48.1":
|
||||
"@rollup/rollup-linux-loong64-gnu@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-linux-ppc64-gnu@4.48.1":
|
||||
"@rollup/rollup-linux-loong64-musl@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-linux-riscv64-gnu@4.48.1":
|
||||
"@rollup/rollup-linux-ppc64-gnu@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-linux-riscv64-musl@4.48.1":
|
||||
"@rollup/rollup-linux-ppc64-musl@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-linux-s390x-gnu@4.48.1":
|
||||
"@rollup/rollup-linux-riscv64-gnu@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-linux-x64-gnu@4.48.1":
|
||||
"@rollup/rollup-linux-riscv64-musl@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-linux-x64-musl@4.48.1":
|
||||
"@rollup/rollup-linux-s390x-gnu@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-win32-arm64-msvc@4.48.1":
|
||||
"@rollup/rollup-linux-x64-gnu@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-win32-ia32-msvc@4.48.1":
|
||||
"@rollup/rollup-linux-x64-musl@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-win32-x64-msvc@4.48.1":
|
||||
"@rollup/rollup-openbsd-x64@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@shikijs/core@3.11.0":
|
||||
"@rollup/rollup-openharmony-arm64@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-win32-arm64-msvc@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-win32-ia32-msvc@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-win32-x64-gnu@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@rollup/rollup-win32-x64-msvc@4.57.1":
|
||||
optional: true
|
||||
|
||||
"@shikijs/core@3.22.0":
|
||||
dependencies:
|
||||
"@shikijs/types": 3.11.0
|
||||
"@shikijs/types": 3.22.0
|
||||
"@shikijs/vscode-textmate": 10.0.2
|
||||
"@types/hast": 3.0.4
|
||||
hast-util-to-html: 9.0.5
|
||||
|
||||
"@shikijs/core@3.13.0":
|
||||
"@shikijs/engine-javascript@3.22.0":
|
||||
dependencies:
|
||||
"@shikijs/types": 3.13.0
|
||||
"@shikijs/types": 3.22.0
|
||||
"@shikijs/vscode-textmate": 10.0.2
|
||||
"@types/hast": 3.0.4
|
||||
hast-util-to-html: 9.0.5
|
||||
oniguruma-to-es: 4.3.4
|
||||
|
||||
"@shikijs/engine-javascript@3.11.0":
|
||||
"@shikijs/engine-oniguruma@3.22.0":
|
||||
dependencies:
|
||||
"@shikijs/types": 3.11.0
|
||||
"@shikijs/vscode-textmate": 10.0.2
|
||||
oniguruma-to-es: 4.3.3
|
||||
|
||||
"@shikijs/engine-javascript@3.13.0":
|
||||
dependencies:
|
||||
"@shikijs/types": 3.13.0
|
||||
"@shikijs/vscode-textmate": 10.0.2
|
||||
oniguruma-to-es: 4.3.3
|
||||
|
||||
"@shikijs/engine-oniguruma@3.11.0":
|
||||
dependencies:
|
||||
"@shikijs/types": 3.11.0
|
||||
"@shikijs/types": 3.22.0
|
||||
"@shikijs/vscode-textmate": 10.0.2
|
||||
|
||||
"@shikijs/engine-oniguruma@3.13.0":
|
||||
"@shikijs/langs@3.22.0":
|
||||
dependencies:
|
||||
"@shikijs/types": 3.13.0
|
||||
"@shikijs/vscode-textmate": 10.0.2
|
||||
"@shikijs/types": 3.22.0
|
||||
|
||||
"@shikijs/langs@3.11.0":
|
||||
"@shikijs/themes@3.22.0":
|
||||
dependencies:
|
||||
"@shikijs/types": 3.11.0
|
||||
"@shikijs/types": 3.22.0
|
||||
|
||||
"@shikijs/langs@3.13.0":
|
||||
dependencies:
|
||||
"@shikijs/types": 3.13.0
|
||||
|
||||
"@shikijs/themes@3.11.0":
|
||||
dependencies:
|
||||
"@shikijs/types": 3.11.0
|
||||
|
||||
"@shikijs/themes@3.13.0":
|
||||
dependencies:
|
||||
"@shikijs/types": 3.13.0
|
||||
|
||||
"@shikijs/types@3.11.0":
|
||||
dependencies:
|
||||
"@shikijs/vscode-textmate": 10.0.2
|
||||
"@types/hast": 3.0.4
|
||||
|
||||
"@shikijs/types@3.13.0":
|
||||
"@shikijs/types@3.22.0":
|
||||
dependencies:
|
||||
"@shikijs/vscode-textmate": 10.0.2
|
||||
"@types/hast": 3.0.4
|
||||
|
||||
"@shikijs/vscode-textmate@10.0.2": {}
|
||||
|
||||
"@swc/helpers@0.5.17":
|
||||
dependencies:
|
||||
tslib: 2.8.1
|
||||
|
||||
"@types/debug@4.1.12":
|
||||
dependencies:
|
||||
"@types/ms": 2.1.0
|
||||
|
|
@ -3916,10 +4193,6 @@ snapshots:
|
|||
|
||||
"@types/estree@1.0.8": {}
|
||||
|
||||
"@types/fontkit@2.0.8":
|
||||
dependencies:
|
||||
"@types/node": 24.3.0
|
||||
|
||||
"@types/hast@3.0.4":
|
||||
dependencies:
|
||||
"@types/unist": 3.0.3
|
||||
|
|
@ -3942,13 +4215,9 @@ snapshots:
|
|||
|
||||
"@types/node@17.0.45": {}
|
||||
|
||||
"@types/node@24.3.0":
|
||||
dependencies:
|
||||
undici-types: 7.10.0
|
||||
|
||||
"@types/sax@1.2.7":
|
||||
dependencies:
|
||||
"@types/node": 24.3.0
|
||||
"@types/node": 17.0.45
|
||||
|
||||
"@types/unist@2.0.11": {}
|
||||
|
||||
|
|
@ -3962,11 +4231,11 @@ snapshots:
|
|||
|
||||
acorn@8.15.0: {}
|
||||
|
||||
ajv-draft-04@1.0.0(ajv@8.17.1):
|
||||
ajv-draft-04@1.0.0(ajv@8.18.0):
|
||||
optionalDependencies:
|
||||
ajv: 8.17.1
|
||||
ajv: 8.18.0
|
||||
|
||||
ajv@8.17.1:
|
||||
ajv@8.18.0:
|
||||
dependencies:
|
||||
fast-deep-equal: 3.1.3
|
||||
fast-uri: 3.1.0
|
||||
|
|
@ -3979,9 +4248,9 @@ snapshots:
|
|||
|
||||
ansi-regex@5.0.1: {}
|
||||
|
||||
ansi-regex@6.2.0: {}
|
||||
ansi-regex@6.2.2: {}
|
||||
|
||||
ansi-styles@6.2.1: {}
|
||||
ansi-styles@6.2.3: {}
|
||||
|
||||
anymatch@3.1.3:
|
||||
dependencies:
|
||||
|
|
@ -3998,77 +4267,78 @@ snapshots:
|
|||
|
||||
astring@1.9.0: {}
|
||||
|
||||
astro-expressive-code@0.41.3(astro@5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2)):
|
||||
astro-expressive-code@0.41.6(astro@5.17.2(rollup@4.57.1)(typescript@5.9.3)):
|
||||
dependencies:
|
||||
astro: 5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2)
|
||||
rehype-expressive-code: 0.41.3
|
||||
astro: 5.17.2(rollup@4.57.1)(typescript@5.9.3)
|
||||
rehype-expressive-code: 0.41.6
|
||||
|
||||
astro@5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2):
|
||||
astro@5.17.2(rollup@4.57.1)(typescript@5.9.3):
|
||||
dependencies:
|
||||
"@astrojs/compiler": 2.12.2
|
||||
"@astrojs/internal-helpers": 0.7.3
|
||||
"@astrojs/markdown-remark": 6.3.7
|
||||
"@astrojs/compiler": 2.13.1
|
||||
"@astrojs/internal-helpers": 0.7.5
|
||||
"@astrojs/markdown-remark": 6.3.10
|
||||
"@astrojs/telemetry": 3.3.0
|
||||
"@capsizecss/unpack": 2.4.0
|
||||
"@capsizecss/unpack": 4.0.0
|
||||
"@oslojs/encoding": 1.1.0
|
||||
"@rollup/pluginutils": 5.2.0(rollup@4.48.1)
|
||||
"@rollup/pluginutils": 5.3.0(rollup@4.57.1)
|
||||
acorn: 8.15.0
|
||||
aria-query: 5.3.2
|
||||
axobject-query: 4.1.0
|
||||
boxen: 8.0.1
|
||||
ci-info: 4.3.0
|
||||
ci-info: 4.4.0
|
||||
clsx: 2.1.1
|
||||
common-ancestor-path: 1.0.1
|
||||
cookie: 1.0.2
|
||||
cookie: 1.1.1
|
||||
cssesc: 3.0.0
|
||||
debug: 4.4.1
|
||||
debug: 4.4.3
|
||||
deterministic-object-hash: 2.0.2
|
||||
devalue: 5.3.2
|
||||
diff: 5.2.0
|
||||
devalue: 5.6.2
|
||||
diff: 8.0.3
|
||||
dlv: 1.1.3
|
||||
dset: 3.1.4
|
||||
es-module-lexer: 1.7.0
|
||||
esbuild: 0.25.9
|
||||
esbuild: 0.27.3
|
||||
estree-walker: 3.0.3
|
||||
flattie: 1.1.1
|
||||
fontace: 0.3.0
|
||||
fontace: 0.4.1
|
||||
github-slugger: 2.0.0
|
||||
html-escaper: 3.0.3
|
||||
http-cache-semantics: 4.2.0
|
||||
import-meta-resolve: 4.2.0
|
||||
js-yaml: 4.1.0
|
||||
kleur: 4.1.5
|
||||
magic-string: 0.30.18
|
||||
magicast: 0.3.5
|
||||
js-yaml: 4.1.1
|
||||
magic-string: 0.30.21
|
||||
magicast: 0.5.2
|
||||
mrmime: 2.0.1
|
||||
neotraverse: 0.6.18
|
||||
p-limit: 6.2.0
|
||||
p-queue: 8.1.0
|
||||
package-manager-detector: 1.3.0
|
||||
p-queue: 8.1.1
|
||||
package-manager-detector: 1.6.0
|
||||
piccolore: 0.1.3
|
||||
picomatch: 4.0.3
|
||||
prompts: 2.4.2
|
||||
rehype: 13.0.2
|
||||
semver: 7.7.2
|
||||
shiki: 3.13.0
|
||||
smol-toml: 1.4.2
|
||||
tinyexec: 0.3.2
|
||||
tinyglobby: 0.2.14
|
||||
tsconfck: 3.1.6(typescript@5.9.2)
|
||||
semver: 7.7.4
|
||||
shiki: 3.22.0
|
||||
smol-toml: 1.6.0
|
||||
svgo: 4.0.0
|
||||
tinyexec: 1.0.2
|
||||
tinyglobby: 0.2.15
|
||||
tsconfck: 3.1.6(typescript@5.9.3)
|
||||
ultrahtml: 1.6.0
|
||||
unifont: 0.5.2
|
||||
unist-util-visit: 5.0.0
|
||||
unstorage: 1.17.0
|
||||
unifont: 0.7.4
|
||||
unist-util-visit: 5.1.0
|
||||
unstorage: 1.17.4
|
||||
vfile: 6.0.3
|
||||
vite: 6.3.6(@types/node@24.3.0)
|
||||
vitefu: 1.1.1(vite@6.3.6(@types/node@24.3.0))
|
||||
vite: 6.4.1
|
||||
vitefu: 1.1.1(vite@6.4.1)
|
||||
xxhash-wasm: 1.1.0
|
||||
yargs-parser: 21.1.1
|
||||
yocto-spinner: 0.2.3
|
||||
zod: 3.25.76
|
||||
zod-to-json-schema: 3.24.6(zod@3.25.76)
|
||||
zod-to-ts: 1.2.0(typescript@5.9.2)(zod@3.25.76)
|
||||
zod-to-json-schema: 3.25.1(zod@3.25.76)
|
||||
zod-to-ts: 1.2.0(typescript@5.9.3)(zod@3.25.76)
|
||||
optionalDependencies:
|
||||
sharp: 0.34.4
|
||||
sharp: 0.34.5
|
||||
transitivePeerDependencies:
|
||||
- "@azure/app-configuration"
|
||||
- "@azure/cosmos"
|
||||
|
|
@ -4087,7 +4357,6 @@ snapshots:
|
|||
- "@vercel/kv"
|
||||
- aws4fetch
|
||||
- db0
|
||||
- encoding
|
||||
- idb-keyval
|
||||
- ioredis
|
||||
- jiti
|
||||
|
|
@ -4111,8 +4380,6 @@ snapshots:
|
|||
|
||||
base-64@1.0.0: {}
|
||||
|
||||
base64-js@1.5.1: {}
|
||||
|
||||
bcp-47-match@2.0.3: {}
|
||||
|
||||
bcp-47@2.1.0:
|
||||
|
|
@ -4121,30 +4388,24 @@ snapshots:
|
|||
is-alphanumerical: 2.0.1
|
||||
is-decimal: 2.0.1
|
||||
|
||||
blob-to-buffer@1.2.9: {}
|
||||
|
||||
boolbase@1.0.0: {}
|
||||
|
||||
boxen@8.0.1:
|
||||
dependencies:
|
||||
ansi-align: 3.0.1
|
||||
camelcase: 8.0.0
|
||||
chalk: 5.6.0
|
||||
chalk: 5.6.2
|
||||
cli-boxes: 3.0.0
|
||||
string-width: 7.2.0
|
||||
type-fest: 4.41.0
|
||||
widest-line: 5.0.0
|
||||
wrap-ansi: 9.0.0
|
||||
|
||||
brotli@1.3.3:
|
||||
dependencies:
|
||||
base64-js: 1.5.1
|
||||
wrap-ansi: 9.0.2
|
||||
|
||||
camelcase@8.0.0: {}
|
||||
|
||||
ccount@2.0.1: {}
|
||||
|
||||
chalk@5.6.0: {}
|
||||
chalk@5.6.2: {}
|
||||
|
||||
character-entities-html4@2.1.0: {}
|
||||
|
||||
|
|
@ -4154,52 +4415,65 @@ snapshots:
|
|||
|
||||
character-reference-invalid@2.0.1: {}
|
||||
|
||||
chokidar@4.0.3:
|
||||
chokidar@5.0.0:
|
||||
dependencies:
|
||||
readdirp: 4.1.2
|
||||
readdirp: 5.0.0
|
||||
|
||||
ci-info@4.3.0: {}
|
||||
ci-info@4.4.0: {}
|
||||
|
||||
cli-boxes@3.0.0: {}
|
||||
|
||||
clone@2.1.2: {}
|
||||
|
||||
clsx@2.1.1: {}
|
||||
|
||||
collapse-white-space@2.1.0: {}
|
||||
|
||||
comma-separated-tokens@2.0.3: {}
|
||||
|
||||
commander@11.1.0: {}
|
||||
|
||||
common-ancestor-path@1.0.1: {}
|
||||
|
||||
cookie-es@1.2.2: {}
|
||||
|
||||
cookie@1.0.2: {}
|
||||
|
||||
cross-fetch@3.2.0:
|
||||
dependencies:
|
||||
node-fetch: 2.7.0
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
cookie@1.1.1: {}
|
||||
|
||||
crossws@0.3.5:
|
||||
dependencies:
|
||||
uncrypto: 0.1.3
|
||||
|
||||
css-selector-parser@3.1.3: {}
|
||||
css-select@5.2.2:
|
||||
dependencies:
|
||||
boolbase: 1.0.0
|
||||
css-what: 6.2.2
|
||||
domhandler: 5.0.3
|
||||
domutils: 3.2.2
|
||||
nth-check: 2.1.1
|
||||
|
||||
css-selector-parser@3.3.0: {}
|
||||
|
||||
css-tree@2.2.1:
|
||||
dependencies:
|
||||
mdn-data: 2.0.28
|
||||
source-map-js: 1.2.1
|
||||
|
||||
css-tree@3.1.0:
|
||||
dependencies:
|
||||
mdn-data: 2.12.2
|
||||
source-map-js: 1.2.1
|
||||
|
||||
css-what@6.2.2: {}
|
||||
|
||||
cssesc@3.0.0: {}
|
||||
|
||||
debug@4.4.1:
|
||||
csso@5.0.5:
|
||||
dependencies:
|
||||
css-tree: 2.2.1
|
||||
|
||||
debug@4.4.3:
|
||||
dependencies:
|
||||
ms: 2.1.3
|
||||
|
||||
decode-named-character-reference@1.2.0:
|
||||
decode-named-character-reference@1.3.0:
|
||||
dependencies:
|
||||
character-entities: 2.0.2
|
||||
|
||||
|
|
@ -4209,32 +4483,50 @@ snapshots:
|
|||
|
||||
destr@2.0.5: {}
|
||||
|
||||
detect-libc@2.1.1: {}
|
||||
detect-libc@2.1.2: {}
|
||||
|
||||
deterministic-object-hash@2.0.2:
|
||||
dependencies:
|
||||
base-64: 1.0.0
|
||||
|
||||
devalue@5.3.2: {}
|
||||
devalue@5.6.2: {}
|
||||
|
||||
devlop@1.1.0:
|
||||
dependencies:
|
||||
dequal: 2.0.3
|
||||
|
||||
dfa@1.2.0: {}
|
||||
|
||||
diff@5.2.0: {}
|
||||
diff@8.0.3: {}
|
||||
|
||||
direction@2.0.1: {}
|
||||
|
||||
dlv@1.1.3: {}
|
||||
|
||||
dom-serializer@2.0.0:
|
||||
dependencies:
|
||||
domelementtype: 2.3.0
|
||||
domhandler: 5.0.3
|
||||
entities: 4.5.0
|
||||
|
||||
domelementtype@2.3.0: {}
|
||||
|
||||
domhandler@5.0.3:
|
||||
dependencies:
|
||||
domelementtype: 2.3.0
|
||||
|
||||
domutils@3.2.2:
|
||||
dependencies:
|
||||
dom-serializer: 2.0.0
|
||||
domelementtype: 2.3.0
|
||||
domhandler: 5.0.3
|
||||
|
||||
dset@3.1.4: {}
|
||||
|
||||
emoji-regex@10.4.0: {}
|
||||
emoji-regex@10.6.0: {}
|
||||
|
||||
emoji-regex@8.0.0: {}
|
||||
|
||||
entities@4.5.0: {}
|
||||
|
||||
entities@6.0.1: {}
|
||||
|
||||
es-module-lexer@1.7.0: {}
|
||||
|
|
@ -4253,34 +4545,63 @@ snapshots:
|
|||
esast-util-from-estree: 2.0.0
|
||||
vfile-message: 4.0.3
|
||||
|
||||
esbuild@0.25.9:
|
||||
esbuild@0.25.12:
|
||||
optionalDependencies:
|
||||
"@esbuild/aix-ppc64": 0.25.9
|
||||
"@esbuild/android-arm": 0.25.9
|
||||
"@esbuild/android-arm64": 0.25.9
|
||||
"@esbuild/android-x64": 0.25.9
|
||||
"@esbuild/darwin-arm64": 0.25.9
|
||||
"@esbuild/darwin-x64": 0.25.9
|
||||
"@esbuild/freebsd-arm64": 0.25.9
|
||||
"@esbuild/freebsd-x64": 0.25.9
|
||||
"@esbuild/linux-arm": 0.25.9
|
||||
"@esbuild/linux-arm64": 0.25.9
|
||||
"@esbuild/linux-ia32": 0.25.9
|
||||
"@esbuild/linux-loong64": 0.25.9
|
||||
"@esbuild/linux-mips64el": 0.25.9
|
||||
"@esbuild/linux-ppc64": 0.25.9
|
||||
"@esbuild/linux-riscv64": 0.25.9
|
||||
"@esbuild/linux-s390x": 0.25.9
|
||||
"@esbuild/linux-x64": 0.25.9
|
||||
"@esbuild/netbsd-arm64": 0.25.9
|
||||
"@esbuild/netbsd-x64": 0.25.9
|
||||
"@esbuild/openbsd-arm64": 0.25.9
|
||||
"@esbuild/openbsd-x64": 0.25.9
|
||||
"@esbuild/openharmony-arm64": 0.25.9
|
||||
"@esbuild/sunos-x64": 0.25.9
|
||||
"@esbuild/win32-arm64": 0.25.9
|
||||
"@esbuild/win32-ia32": 0.25.9
|
||||
"@esbuild/win32-x64": 0.25.9
|
||||
"@esbuild/aix-ppc64": 0.25.12
|
||||
"@esbuild/android-arm": 0.25.12
|
||||
"@esbuild/android-arm64": 0.25.12
|
||||
"@esbuild/android-x64": 0.25.12
|
||||
"@esbuild/darwin-arm64": 0.25.12
|
||||
"@esbuild/darwin-x64": 0.25.12
|
||||
"@esbuild/freebsd-arm64": 0.25.12
|
||||
"@esbuild/freebsd-x64": 0.25.12
|
||||
"@esbuild/linux-arm": 0.25.12
|
||||
"@esbuild/linux-arm64": 0.25.12
|
||||
"@esbuild/linux-ia32": 0.25.12
|
||||
"@esbuild/linux-loong64": 0.25.12
|
||||
"@esbuild/linux-mips64el": 0.25.12
|
||||
"@esbuild/linux-ppc64": 0.25.12
|
||||
"@esbuild/linux-riscv64": 0.25.12
|
||||
"@esbuild/linux-s390x": 0.25.12
|
||||
"@esbuild/linux-x64": 0.25.12
|
||||
"@esbuild/netbsd-arm64": 0.25.12
|
||||
"@esbuild/netbsd-x64": 0.25.12
|
||||
"@esbuild/openbsd-arm64": 0.25.12
|
||||
"@esbuild/openbsd-x64": 0.25.12
|
||||
"@esbuild/openharmony-arm64": 0.25.12
|
||||
"@esbuild/sunos-x64": 0.25.12
|
||||
"@esbuild/win32-arm64": 0.25.12
|
||||
"@esbuild/win32-ia32": 0.25.12
|
||||
"@esbuild/win32-x64": 0.25.12
|
||||
|
||||
esbuild@0.27.3:
|
||||
optionalDependencies:
|
||||
"@esbuild/aix-ppc64": 0.27.3
|
||||
"@esbuild/android-arm": 0.27.3
|
||||
"@esbuild/android-arm64": 0.27.3
|
||||
"@esbuild/android-x64": 0.27.3
|
||||
"@esbuild/darwin-arm64": 0.27.3
|
||||
"@esbuild/darwin-x64": 0.27.3
|
||||
"@esbuild/freebsd-arm64": 0.27.3
|
||||
"@esbuild/freebsd-x64": 0.27.3
|
||||
"@esbuild/linux-arm": 0.27.3
|
||||
"@esbuild/linux-arm64": 0.27.3
|
||||
"@esbuild/linux-ia32": 0.27.3
|
||||
"@esbuild/linux-loong64": 0.27.3
|
||||
"@esbuild/linux-mips64el": 0.27.3
|
||||
"@esbuild/linux-ppc64": 0.27.3
|
||||
"@esbuild/linux-riscv64": 0.27.3
|
||||
"@esbuild/linux-s390x": 0.27.3
|
||||
"@esbuild/linux-x64": 0.27.3
|
||||
"@esbuild/netbsd-arm64": 0.27.3
|
||||
"@esbuild/netbsd-x64": 0.27.3
|
||||
"@esbuild/openbsd-arm64": 0.27.3
|
||||
"@esbuild/openbsd-x64": 0.27.3
|
||||
"@esbuild/openharmony-arm64": 0.27.3
|
||||
"@esbuild/sunos-x64": 0.27.3
|
||||
"@esbuild/win32-arm64": 0.27.3
|
||||
"@esbuild/win32-ia32": 0.27.3
|
||||
"@esbuild/win32-x64": 0.27.3
|
||||
|
||||
escape-string-regexp@5.0.0: {}
|
||||
|
||||
|
|
@ -4319,14 +4640,14 @@ snapshots:
|
|||
dependencies:
|
||||
"@types/estree": 1.0.8
|
||||
|
||||
eventemitter3@5.0.1: {}
|
||||
eventemitter3@5.0.4: {}
|
||||
|
||||
expressive-code@0.41.3:
|
||||
expressive-code@0.41.6:
|
||||
dependencies:
|
||||
"@expressive-code/core": 0.41.3
|
||||
"@expressive-code/plugin-frames": 0.41.3
|
||||
"@expressive-code/plugin-shiki": 0.41.3
|
||||
"@expressive-code/plugin-text-markers": 0.41.3
|
||||
"@expressive-code/core": 0.41.6
|
||||
"@expressive-code/plugin-frames": 0.41.6
|
||||
"@expressive-code/plugin-shiki": 0.41.6
|
||||
"@expressive-code/plugin-text-markers": 0.41.6
|
||||
|
||||
extend@3.0.2: {}
|
||||
|
||||
|
|
@ -4340,40 +4661,31 @@ snapshots:
|
|||
|
||||
flattie@1.1.1: {}
|
||||
|
||||
fontace@0.3.0:
|
||||
fontace@0.4.1:
|
||||
dependencies:
|
||||
"@types/fontkit": 2.0.8
|
||||
fontkit: 2.0.4
|
||||
fontkitten: 1.0.2
|
||||
|
||||
fontkit@2.0.4:
|
||||
fontkitten@1.0.2:
|
||||
dependencies:
|
||||
"@swc/helpers": 0.5.17
|
||||
brotli: 1.3.3
|
||||
clone: 2.1.2
|
||||
dfa: 1.2.0
|
||||
fast-deep-equal: 3.1.3
|
||||
restructure: 3.0.2
|
||||
tiny-inflate: 1.0.3
|
||||
unicode-properties: 1.4.1
|
||||
unicode-trie: 2.0.0
|
||||
|
||||
fsevents@2.3.3:
|
||||
optional: true
|
||||
|
||||
get-east-asian-width@1.3.0: {}
|
||||
get-east-asian-width@1.4.0: {}
|
||||
|
||||
github-slugger@2.0.0: {}
|
||||
|
||||
h3@1.15.4:
|
||||
h3@1.15.5:
|
||||
dependencies:
|
||||
cookie-es: 1.2.2
|
||||
crossws: 0.3.5
|
||||
defu: 6.1.4
|
||||
destr: 2.0.5
|
||||
iron-webcrypto: 1.2.1
|
||||
node-mock-http: 1.0.2
|
||||
node-mock-http: 1.0.4
|
||||
radix3: 1.1.2
|
||||
ufo: 1.6.1
|
||||
ufo: 1.6.3
|
||||
uncrypto: 0.1.3
|
||||
|
||||
hast-util-embedded@3.0.0:
|
||||
|
|
@ -4389,7 +4701,7 @@ snapshots:
|
|||
hast-util-phrasing: 3.0.1
|
||||
hast-util-whitespace: 3.0.0
|
||||
html-whitespace-sensitive-tag-names: 3.0.1
|
||||
unist-util-visit-parents: 6.0.1
|
||||
unist-util-visit-parents: 6.0.2
|
||||
|
||||
hast-util-from-html@2.0.3:
|
||||
dependencies:
|
||||
|
|
@ -4429,7 +4741,7 @@ snapshots:
|
|||
hast-util-embedded: 3.0.0
|
||||
hast-util-is-element: 3.0.0
|
||||
hast-util-whitespace: 3.0.0
|
||||
unist-util-is: 6.0.0
|
||||
unist-util-is: 6.0.1
|
||||
|
||||
hast-util-parse-selector@4.0.0:
|
||||
dependencies:
|
||||
|
|
@ -4449,12 +4761,12 @@ snapshots:
|
|||
"@types/unist": 3.0.3
|
||||
"@ungap/structured-clone": 1.3.0
|
||||
hast-util-from-parse5: 8.0.3
|
||||
hast-util-to-parse5: 8.0.0
|
||||
hast-util-to-parse5: 8.0.1
|
||||
html-void-elements: 3.0.0
|
||||
mdast-util-to-hast: 13.2.0
|
||||
mdast-util-to-hast: 13.2.1
|
||||
parse5: 7.3.0
|
||||
unist-util-position: 5.0.0
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit: 5.1.0
|
||||
vfile: 6.0.3
|
||||
web-namespaces: 2.0.1
|
||||
zwitch: 2.0.4
|
||||
|
|
@ -4465,7 +4777,7 @@ snapshots:
|
|||
"@types/unist": 3.0.3
|
||||
bcp-47-match: 2.0.3
|
||||
comma-separated-tokens: 2.0.3
|
||||
css-selector-parser: 3.1.3
|
||||
css-selector-parser: 3.3.0
|
||||
devlop: 1.1.0
|
||||
direction: 2.0.1
|
||||
hast-util-has-property: 3.0.0
|
||||
|
|
@ -4474,7 +4786,7 @@ snapshots:
|
|||
nth-check: 2.1.1
|
||||
property-information: 7.1.0
|
||||
space-separated-tokens: 2.0.2
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit: 5.1.0
|
||||
zwitch: 2.0.4
|
||||
|
||||
hast-util-to-estree@3.1.3:
|
||||
|
|
@ -4492,7 +4804,7 @@ snapshots:
|
|||
mdast-util-mdxjs-esm: 2.0.1
|
||||
property-information: 7.1.0
|
||||
space-separated-tokens: 2.0.2
|
||||
style-to-js: 1.1.17
|
||||
style-to-js: 1.1.21
|
||||
unist-util-position: 5.0.0
|
||||
zwitch: 2.0.4
|
||||
transitivePeerDependencies:
|
||||
|
|
@ -4506,7 +4818,7 @@ snapshots:
|
|||
comma-separated-tokens: 2.0.3
|
||||
hast-util-whitespace: 3.0.0
|
||||
html-void-elements: 3.0.0
|
||||
mdast-util-to-hast: 13.2.0
|
||||
mdast-util-to-hast: 13.2.1
|
||||
property-information: 7.1.0
|
||||
space-separated-tokens: 2.0.2
|
||||
stringify-entities: 4.0.4
|
||||
|
|
@ -4526,18 +4838,18 @@ snapshots:
|
|||
mdast-util-mdxjs-esm: 2.0.1
|
||||
property-information: 7.1.0
|
||||
space-separated-tokens: 2.0.2
|
||||
style-to-js: 1.1.17
|
||||
style-to-js: 1.1.21
|
||||
unist-util-position: 5.0.0
|
||||
vfile-message: 4.0.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
hast-util-to-parse5@8.0.0:
|
||||
hast-util-to-parse5@8.0.1:
|
||||
dependencies:
|
||||
"@types/hast": 3.0.4
|
||||
comma-separated-tokens: 2.0.3
|
||||
devlop: 1.1.0
|
||||
property-information: 6.5.0
|
||||
property-information: 7.1.0
|
||||
space-separated-tokens: 2.0.2
|
||||
web-namespaces: 2.0.1
|
||||
zwitch: 2.0.4
|
||||
|
|
@ -4575,13 +4887,11 @@ snapshots:
|
|||
|
||||
i18next@23.16.8:
|
||||
dependencies:
|
||||
"@babel/runtime": 7.28.3
|
||||
|
||||
import-meta-resolve@4.1.0: {}
|
||||
"@babel/runtime": 7.28.6
|
||||
|
||||
import-meta-resolve@4.2.0: {}
|
||||
|
||||
inline-style-parser@0.2.4: {}
|
||||
inline-style-parser@0.2.7: {}
|
||||
|
||||
iron-webcrypto@1.2.1: {}
|
||||
|
||||
|
|
@ -4606,13 +4916,13 @@ snapshots:
|
|||
|
||||
is-plain-obj@4.1.0: {}
|
||||
|
||||
is-wsl@3.1.0:
|
||||
is-wsl@3.1.1:
|
||||
dependencies:
|
||||
is-inside-container: 1.0.0
|
||||
|
||||
js-tokens@4.0.0: {}
|
||||
|
||||
js-yaml@4.1.0:
|
||||
js-yaml@4.1.1:
|
||||
dependencies:
|
||||
argparse: 2.0.1
|
||||
|
||||
|
|
@ -4622,24 +4932,22 @@ snapshots:
|
|||
|
||||
kleur@3.0.3: {}
|
||||
|
||||
kleur@4.1.5: {}
|
||||
|
||||
klona@2.0.6: {}
|
||||
|
||||
leven@3.1.0: {}
|
||||
|
||||
longest-streak@3.1.0: {}
|
||||
|
||||
lru-cache@10.4.3: {}
|
||||
lru-cache@11.2.6: {}
|
||||
|
||||
magic-string@0.30.18:
|
||||
magic-string@0.30.21:
|
||||
dependencies:
|
||||
"@jridgewell/sourcemap-codec": 1.5.5
|
||||
|
||||
magicast@0.3.5:
|
||||
magicast@0.5.2:
|
||||
dependencies:
|
||||
"@babel/parser": 7.28.3
|
||||
"@babel/types": 7.28.2
|
||||
"@babel/parser": 7.29.0
|
||||
"@babel/types": 7.29.0
|
||||
source-map-js: 1.2.1
|
||||
|
||||
markdown-extensions@2.0.0: {}
|
||||
|
|
@ -4650,7 +4958,7 @@ snapshots:
|
|||
dependencies:
|
||||
"@types/mdast": 4.0.4
|
||||
"@types/unist": 3.0.3
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit: 5.1.0
|
||||
|
||||
mdast-util-directive@3.1.0:
|
||||
dependencies:
|
||||
|
|
@ -4662,7 +4970,7 @@ snapshots:
|
|||
mdast-util-to-markdown: 2.1.2
|
||||
parse-entities: 4.0.2
|
||||
stringify-entities: 4.0.4
|
||||
unist-util-visit-parents: 6.0.1
|
||||
unist-util-visit-parents: 6.0.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
|
|
@ -4670,14 +4978,14 @@ snapshots:
|
|||
dependencies:
|
||||
"@types/mdast": 4.0.4
|
||||
escape-string-regexp: 5.0.0
|
||||
unist-util-is: 6.0.0
|
||||
unist-util-visit-parents: 6.0.1
|
||||
unist-util-is: 6.0.1
|
||||
unist-util-visit-parents: 6.0.2
|
||||
|
||||
mdast-util-from-markdown@2.0.2:
|
||||
dependencies:
|
||||
"@types/mdast": 4.0.4
|
||||
"@types/unist": 3.0.3
|
||||
decode-named-character-reference: 1.2.0
|
||||
decode-named-character-reference: 1.3.0
|
||||
devlop: 1.1.0
|
||||
mdast-util-to-string: 4.0.0
|
||||
micromark: 4.0.2
|
||||
|
|
@ -4799,9 +5107,9 @@ snapshots:
|
|||
mdast-util-phrasing@4.1.0:
|
||||
dependencies:
|
||||
"@types/mdast": 4.0.4
|
||||
unist-util-is: 6.0.0
|
||||
unist-util-is: 6.0.1
|
||||
|
||||
mdast-util-to-hast@13.2.0:
|
||||
mdast-util-to-hast@13.2.1:
|
||||
dependencies:
|
||||
"@types/hast": 3.0.4
|
||||
"@types/mdast": 4.0.4
|
||||
|
|
@ -4810,7 +5118,7 @@ snapshots:
|
|||
micromark-util-sanitize-uri: 2.0.1
|
||||
trim-lines: 3.0.1
|
||||
unist-util-position: 5.0.0
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit: 5.1.0
|
||||
vfile: 6.0.3
|
||||
|
||||
mdast-util-to-markdown@2.1.2:
|
||||
|
|
@ -4822,18 +5130,20 @@ snapshots:
|
|||
mdast-util-to-string: 4.0.0
|
||||
micromark-util-classify-character: 2.0.1
|
||||
micromark-util-decode-string: 2.0.1
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit: 5.1.0
|
||||
zwitch: 2.0.4
|
||||
|
||||
mdast-util-to-string@4.0.0:
|
||||
dependencies:
|
||||
"@types/mdast": 4.0.4
|
||||
|
||||
mdn-data@2.0.28: {}
|
||||
|
||||
mdn-data@2.12.2: {}
|
||||
|
||||
micromark-core-commonmark@2.0.3:
|
||||
dependencies:
|
||||
decode-named-character-reference: 1.2.0
|
||||
decode-named-character-reference: 1.3.0
|
||||
devlop: 1.1.0
|
||||
micromark-factory-destination: 2.0.1
|
||||
micromark-factory-label: 2.0.1
|
||||
|
|
@ -5039,7 +5349,7 @@ snapshots:
|
|||
|
||||
micromark-util-decode-string@2.0.1:
|
||||
dependencies:
|
||||
decode-named-character-reference: 1.2.0
|
||||
decode-named-character-reference: 1.3.0
|
||||
micromark-util-character: 2.1.1
|
||||
micromark-util-decode-numeric-character-reference: 2.0.2
|
||||
micromark-util-symbol: 2.0.1
|
||||
|
|
@ -5086,8 +5396,8 @@ snapshots:
|
|||
micromark@4.0.2:
|
||||
dependencies:
|
||||
"@types/debug": 4.1.12
|
||||
debug: 4.4.1
|
||||
decode-named-character-reference: 1.2.0
|
||||
debug: 4.4.3
|
||||
decode-named-character-reference: 1.3.0
|
||||
devlop: 1.1.0
|
||||
micromark-core-commonmark: 2.0.3
|
||||
micromark-factory-space: 2.0.1
|
||||
|
|
@ -5119,11 +5429,7 @@ snapshots:
|
|||
|
||||
node-fetch-native@1.6.7: {}
|
||||
|
||||
node-fetch@2.7.0:
|
||||
dependencies:
|
||||
whatwg-url: 5.0.0
|
||||
|
||||
node-mock-http@1.0.2: {}
|
||||
node-mock-http@1.0.4: {}
|
||||
|
||||
normalize-path@3.0.0: {}
|
||||
|
||||
|
|
@ -5131,53 +5437,52 @@ snapshots:
|
|||
dependencies:
|
||||
boolbase: 1.0.0
|
||||
|
||||
ofetch@1.4.1:
|
||||
ofetch@1.5.1:
|
||||
dependencies:
|
||||
destr: 2.0.5
|
||||
node-fetch-native: 1.6.7
|
||||
ufo: 1.6.1
|
||||
ufo: 1.6.3
|
||||
|
||||
ohash@2.0.11: {}
|
||||
|
||||
oniguruma-parser@0.12.1: {}
|
||||
|
||||
oniguruma-to-es@4.3.3:
|
||||
oniguruma-to-es@4.3.4:
|
||||
dependencies:
|
||||
oniguruma-parser: 0.12.1
|
||||
regex: 6.0.1
|
||||
regex: 6.1.0
|
||||
regex-recursion: 6.0.2
|
||||
|
||||
openapi-types@12.1.3: {}
|
||||
|
||||
p-limit@6.2.0:
|
||||
dependencies:
|
||||
yocto-queue: 1.2.1
|
||||
yocto-queue: 1.2.2
|
||||
|
||||
p-queue@8.1.0:
|
||||
p-queue@8.1.1:
|
||||
dependencies:
|
||||
eventemitter3: 5.0.1
|
||||
eventemitter3: 5.0.4
|
||||
p-timeout: 6.1.4
|
||||
|
||||
p-timeout@6.1.4: {}
|
||||
|
||||
package-manager-detector@1.3.0: {}
|
||||
package-manager-detector@1.6.0: {}
|
||||
|
||||
pagefind@1.3.0:
|
||||
pagefind@1.4.0:
|
||||
optionalDependencies:
|
||||
"@pagefind/darwin-arm64": 1.3.0
|
||||
"@pagefind/darwin-x64": 1.3.0
|
||||
"@pagefind/linux-arm64": 1.3.0
|
||||
"@pagefind/linux-x64": 1.3.0
|
||||
"@pagefind/windows-x64": 1.3.0
|
||||
|
||||
pako@0.2.9: {}
|
||||
"@pagefind/darwin-arm64": 1.4.0
|
||||
"@pagefind/darwin-x64": 1.4.0
|
||||
"@pagefind/freebsd-x64": 1.4.0
|
||||
"@pagefind/linux-arm64": 1.4.0
|
||||
"@pagefind/linux-x64": 1.4.0
|
||||
"@pagefind/windows-x64": 1.4.0
|
||||
|
||||
parse-entities@4.0.2:
|
||||
dependencies:
|
||||
"@types/unist": 2.0.11
|
||||
character-entities-legacy: 3.0.0
|
||||
character-reference-invalid: 2.0.1
|
||||
decode-named-character-reference: 1.2.0
|
||||
decode-named-character-reference: 1.3.0
|
||||
is-alphanumerical: 2.0.1
|
||||
is-decimal: 2.0.1
|
||||
is-hexadecimal: 2.0.1
|
||||
|
|
@ -5195,6 +5500,8 @@ snapshots:
|
|||
dependencies:
|
||||
entities: 6.0.1
|
||||
|
||||
piccolore@0.1.3: {}
|
||||
|
||||
picocolors@1.1.1: {}
|
||||
|
||||
picomatch@2.3.1: {}
|
||||
|
|
@ -5224,13 +5531,11 @@ snapshots:
|
|||
kleur: 3.0.3
|
||||
sisteransi: 1.0.5
|
||||
|
||||
property-information@6.5.0: {}
|
||||
|
||||
property-information@7.1.0: {}
|
||||
|
||||
radix3@1.1.2: {}
|
||||
|
||||
readdirp@4.1.2: {}
|
||||
readdirp@5.0.0: {}
|
||||
|
||||
recma-build-jsx@1.0.0:
|
||||
dependencies:
|
||||
|
|
@ -5267,13 +5572,13 @@ snapshots:
|
|||
|
||||
regex-utilities@2.3.0: {}
|
||||
|
||||
regex@6.0.1:
|
||||
regex@6.1.0:
|
||||
dependencies:
|
||||
regex-utilities: 2.3.0
|
||||
|
||||
rehype-expressive-code@0.41.3:
|
||||
rehype-expressive-code@0.41.6:
|
||||
dependencies:
|
||||
expressive-code: 0.41.3
|
||||
expressive-code: 0.41.6
|
||||
|
||||
rehype-format@5.0.1:
|
||||
dependencies:
|
||||
|
|
@ -5333,7 +5638,7 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
remark-mdx@3.1.0:
|
||||
remark-mdx@3.1.1:
|
||||
dependencies:
|
||||
mdast-util-mdx: 3.0.0
|
||||
micromark-extension-mdxjs: 3.0.0
|
||||
|
|
@ -5353,7 +5658,7 @@ snapshots:
|
|||
dependencies:
|
||||
"@types/hast": 3.0.4
|
||||
"@types/mdast": 4.0.4
|
||||
mdast-util-to-hast: 13.2.0
|
||||
mdast-util-to-hast: 13.2.1
|
||||
unified: 11.0.5
|
||||
vfile: 6.0.3
|
||||
|
||||
|
|
@ -5362,7 +5667,7 @@ snapshots:
|
|||
retext: 9.0.0
|
||||
retext-smartypants: 6.2.0
|
||||
unified: 11.0.5
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit: 5.1.0
|
||||
|
||||
remark-stringify@11.0.0:
|
||||
dependencies:
|
||||
|
|
@ -5372,8 +5677,6 @@ snapshots:
|
|||
|
||||
require-from-string@2.0.2: {}
|
||||
|
||||
restructure@3.0.2: {}
|
||||
|
||||
retext-latin@4.0.0:
|
||||
dependencies:
|
||||
"@types/nlcst": 2.0.3
|
||||
|
|
@ -5384,7 +5687,7 @@ snapshots:
|
|||
dependencies:
|
||||
"@types/nlcst": 2.0.3
|
||||
nlcst-to-string: 4.0.0
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit: 5.1.0
|
||||
|
||||
retext-stringify@4.0.0:
|
||||
dependencies:
|
||||
|
|
@ -5399,97 +5702,93 @@ snapshots:
|
|||
retext-stringify: 4.0.0
|
||||
unified: 11.0.5
|
||||
|
||||
rollup@4.48.1:
|
||||
rollup@4.57.1:
|
||||
dependencies:
|
||||
"@types/estree": 1.0.8
|
||||
optionalDependencies:
|
||||
"@rollup/rollup-android-arm-eabi": 4.48.1
|
||||
"@rollup/rollup-android-arm64": 4.48.1
|
||||
"@rollup/rollup-darwin-arm64": 4.48.1
|
||||
"@rollup/rollup-darwin-x64": 4.48.1
|
||||
"@rollup/rollup-freebsd-arm64": 4.48.1
|
||||
"@rollup/rollup-freebsd-x64": 4.48.1
|
||||
"@rollup/rollup-linux-arm-gnueabihf": 4.48.1
|
||||
"@rollup/rollup-linux-arm-musleabihf": 4.48.1
|
||||
"@rollup/rollup-linux-arm64-gnu": 4.48.1
|
||||
"@rollup/rollup-linux-arm64-musl": 4.48.1
|
||||
"@rollup/rollup-linux-loongarch64-gnu": 4.48.1
|
||||
"@rollup/rollup-linux-ppc64-gnu": 4.48.1
|
||||
"@rollup/rollup-linux-riscv64-gnu": 4.48.1
|
||||
"@rollup/rollup-linux-riscv64-musl": 4.48.1
|
||||
"@rollup/rollup-linux-s390x-gnu": 4.48.1
|
||||
"@rollup/rollup-linux-x64-gnu": 4.48.1
|
||||
"@rollup/rollup-linux-x64-musl": 4.48.1
|
||||
"@rollup/rollup-win32-arm64-msvc": 4.48.1
|
||||
"@rollup/rollup-win32-ia32-msvc": 4.48.1
|
||||
"@rollup/rollup-win32-x64-msvc": 4.48.1
|
||||
"@rollup/rollup-android-arm-eabi": 4.57.1
|
||||
"@rollup/rollup-android-arm64": 4.57.1
|
||||
"@rollup/rollup-darwin-arm64": 4.57.1
|
||||
"@rollup/rollup-darwin-x64": 4.57.1
|
||||
"@rollup/rollup-freebsd-arm64": 4.57.1
|
||||
"@rollup/rollup-freebsd-x64": 4.57.1
|
||||
"@rollup/rollup-linux-arm-gnueabihf": 4.57.1
|
||||
"@rollup/rollup-linux-arm-musleabihf": 4.57.1
|
||||
"@rollup/rollup-linux-arm64-gnu": 4.57.1
|
||||
"@rollup/rollup-linux-arm64-musl": 4.57.1
|
||||
"@rollup/rollup-linux-loong64-gnu": 4.57.1
|
||||
"@rollup/rollup-linux-loong64-musl": 4.57.1
|
||||
"@rollup/rollup-linux-ppc64-gnu": 4.57.1
|
||||
"@rollup/rollup-linux-ppc64-musl": 4.57.1
|
||||
"@rollup/rollup-linux-riscv64-gnu": 4.57.1
|
||||
"@rollup/rollup-linux-riscv64-musl": 4.57.1
|
||||
"@rollup/rollup-linux-s390x-gnu": 4.57.1
|
||||
"@rollup/rollup-linux-x64-gnu": 4.57.1
|
||||
"@rollup/rollup-linux-x64-musl": 4.57.1
|
||||
"@rollup/rollup-openbsd-x64": 4.57.1
|
||||
"@rollup/rollup-openharmony-arm64": 4.57.1
|
||||
"@rollup/rollup-win32-arm64-msvc": 4.57.1
|
||||
"@rollup/rollup-win32-ia32-msvc": 4.57.1
|
||||
"@rollup/rollup-win32-x64-gnu": 4.57.1
|
||||
"@rollup/rollup-win32-x64-msvc": 4.57.1
|
||||
fsevents: 2.3.3
|
||||
|
||||
sax@1.4.1: {}
|
||||
sax@1.4.4: {}
|
||||
|
||||
semver@7.7.2: {}
|
||||
semver@7.7.4: {}
|
||||
|
||||
sharp@0.34.4:
|
||||
sharp@0.34.5:
|
||||
dependencies:
|
||||
"@img/colour": 1.0.0
|
||||
detect-libc: 2.1.1
|
||||
semver: 7.7.2
|
||||
detect-libc: 2.1.2
|
||||
semver: 7.7.4
|
||||
optionalDependencies:
|
||||
"@img/sharp-darwin-arm64": 0.34.4
|
||||
"@img/sharp-darwin-x64": 0.34.4
|
||||
"@img/sharp-libvips-darwin-arm64": 1.2.3
|
||||
"@img/sharp-libvips-darwin-x64": 1.2.3
|
||||
"@img/sharp-libvips-linux-arm": 1.2.3
|
||||
"@img/sharp-libvips-linux-arm64": 1.2.3
|
||||
"@img/sharp-libvips-linux-ppc64": 1.2.3
|
||||
"@img/sharp-libvips-linux-s390x": 1.2.3
|
||||
"@img/sharp-libvips-linux-x64": 1.2.3
|
||||
"@img/sharp-libvips-linuxmusl-arm64": 1.2.3
|
||||
"@img/sharp-libvips-linuxmusl-x64": 1.2.3
|
||||
"@img/sharp-linux-arm": 0.34.4
|
||||
"@img/sharp-linux-arm64": 0.34.4
|
||||
"@img/sharp-linux-ppc64": 0.34.4
|
||||
"@img/sharp-linux-s390x": 0.34.4
|
||||
"@img/sharp-linux-x64": 0.34.4
|
||||
"@img/sharp-linuxmusl-arm64": 0.34.4
|
||||
"@img/sharp-linuxmusl-x64": 0.34.4
|
||||
"@img/sharp-wasm32": 0.34.4
|
||||
"@img/sharp-win32-arm64": 0.34.4
|
||||
"@img/sharp-win32-ia32": 0.34.4
|
||||
"@img/sharp-win32-x64": 0.34.4
|
||||
"@img/sharp-darwin-arm64": 0.34.5
|
||||
"@img/sharp-darwin-x64": 0.34.5
|
||||
"@img/sharp-libvips-darwin-arm64": 1.2.4
|
||||
"@img/sharp-libvips-darwin-x64": 1.2.4
|
||||
"@img/sharp-libvips-linux-arm": 1.2.4
|
||||
"@img/sharp-libvips-linux-arm64": 1.2.4
|
||||
"@img/sharp-libvips-linux-ppc64": 1.2.4
|
||||
"@img/sharp-libvips-linux-riscv64": 1.2.4
|
||||
"@img/sharp-libvips-linux-s390x": 1.2.4
|
||||
"@img/sharp-libvips-linux-x64": 1.2.4
|
||||
"@img/sharp-libvips-linuxmusl-arm64": 1.2.4
|
||||
"@img/sharp-libvips-linuxmusl-x64": 1.2.4
|
||||
"@img/sharp-linux-arm": 0.34.5
|
||||
"@img/sharp-linux-arm64": 0.34.5
|
||||
"@img/sharp-linux-ppc64": 0.34.5
|
||||
"@img/sharp-linux-riscv64": 0.34.5
|
||||
"@img/sharp-linux-s390x": 0.34.5
|
||||
"@img/sharp-linux-x64": 0.34.5
|
||||
"@img/sharp-linuxmusl-arm64": 0.34.5
|
||||
"@img/sharp-linuxmusl-x64": 0.34.5
|
||||
"@img/sharp-wasm32": 0.34.5
|
||||
"@img/sharp-win32-arm64": 0.34.5
|
||||
"@img/sharp-win32-ia32": 0.34.5
|
||||
"@img/sharp-win32-x64": 0.34.5
|
||||
|
||||
shiki@3.11.0:
|
||||
shiki@3.22.0:
|
||||
dependencies:
|
||||
"@shikijs/core": 3.11.0
|
||||
"@shikijs/engine-javascript": 3.11.0
|
||||
"@shikijs/engine-oniguruma": 3.11.0
|
||||
"@shikijs/langs": 3.11.0
|
||||
"@shikijs/themes": 3.11.0
|
||||
"@shikijs/types": 3.11.0
|
||||
"@shikijs/vscode-textmate": 10.0.2
|
||||
"@types/hast": 3.0.4
|
||||
|
||||
shiki@3.13.0:
|
||||
dependencies:
|
||||
"@shikijs/core": 3.13.0
|
||||
"@shikijs/engine-javascript": 3.13.0
|
||||
"@shikijs/engine-oniguruma": 3.13.0
|
||||
"@shikijs/langs": 3.13.0
|
||||
"@shikijs/themes": 3.13.0
|
||||
"@shikijs/types": 3.13.0
|
||||
"@shikijs/core": 3.22.0
|
||||
"@shikijs/engine-javascript": 3.22.0
|
||||
"@shikijs/engine-oniguruma": 3.22.0
|
||||
"@shikijs/langs": 3.22.0
|
||||
"@shikijs/themes": 3.22.0
|
||||
"@shikijs/types": 3.22.0
|
||||
"@shikijs/vscode-textmate": 10.0.2
|
||||
"@types/hast": 3.0.4
|
||||
|
||||
sisteransi@1.0.5: {}
|
||||
|
||||
sitemap@8.0.0:
|
||||
sitemap@8.0.2:
|
||||
dependencies:
|
||||
"@types/node": 17.0.45
|
||||
"@types/sax": 1.2.7
|
||||
arg: 5.0.2
|
||||
sax: 1.4.1
|
||||
sax: 1.4.4
|
||||
|
||||
smol-toml@1.4.2: {}
|
||||
smol-toml@1.6.0: {}
|
||||
|
||||
source-map-js@1.2.1: {}
|
||||
|
||||
|
|
@ -5497,12 +5796,12 @@ snapshots:
|
|||
|
||||
space-separated-tokens@2.0.2: {}
|
||||
|
||||
starlight-openapi@0.20.0(@astrojs/markdown-remark@6.3.7)(@astrojs/starlight@0.36.0(astro@5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2)))(astro@5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2))(openapi-types@12.1.3):
|
||||
starlight-openapi@0.22.0(@astrojs/markdown-remark@6.3.10)(@astrojs/starlight@0.37.6(astro@5.17.2(rollup@4.57.1)(typescript@5.9.3)))(astro@5.17.2(rollup@4.57.1)(typescript@5.9.3))(openapi-types@12.1.3):
|
||||
dependencies:
|
||||
"@astrojs/markdown-remark": 6.3.7
|
||||
"@astrojs/starlight": 0.36.0(astro@5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2))
|
||||
"@astrojs/markdown-remark": 6.3.10
|
||||
"@astrojs/starlight": 0.37.6(astro@5.17.2(rollup@4.57.1)(typescript@5.9.3))
|
||||
"@readme/openapi-parser": 4.1.2(openapi-types@12.1.3)
|
||||
astro: 5.14.1(@types/node@24.3.0)(rollup@4.48.1)(typescript@5.9.2)
|
||||
astro: 5.17.2(rollup@4.57.1)(typescript@5.9.3)
|
||||
github-slugger: 2.0.0
|
||||
url-template: 3.1.1
|
||||
transitivePeerDependencies:
|
||||
|
|
@ -5518,9 +5817,9 @@ snapshots:
|
|||
|
||||
string-width@7.2.0:
|
||||
dependencies:
|
||||
emoji-regex: 10.4.0
|
||||
get-east-asian-width: 1.3.0
|
||||
strip-ansi: 7.1.0
|
||||
emoji-regex: 10.6.0
|
||||
get-east-asian-width: 1.4.0
|
||||
strip-ansi: 7.1.2
|
||||
|
||||
stringify-entities@4.0.4:
|
||||
dependencies:
|
||||
|
|
@ -5531,61 +5830,58 @@ snapshots:
|
|||
dependencies:
|
||||
ansi-regex: 5.0.1
|
||||
|
||||
strip-ansi@7.1.0:
|
||||
strip-ansi@7.1.2:
|
||||
dependencies:
|
||||
ansi-regex: 6.2.0
|
||||
ansi-regex: 6.2.2
|
||||
|
||||
style-to-js@1.1.17:
|
||||
style-to-js@1.1.21:
|
||||
dependencies:
|
||||
style-to-object: 1.0.9
|
||||
style-to-object: 1.0.14
|
||||
|
||||
style-to-object@1.0.9:
|
||||
style-to-object@1.0.14:
|
||||
dependencies:
|
||||
inline-style-parser: 0.2.4
|
||||
inline-style-parser: 0.2.7
|
||||
|
||||
svgo@4.0.0:
|
||||
dependencies:
|
||||
commander: 11.1.0
|
||||
css-select: 5.2.2
|
||||
css-tree: 3.1.0
|
||||
css-what: 6.2.2
|
||||
csso: 5.0.5
|
||||
picocolors: 1.1.1
|
||||
sax: 1.4.4
|
||||
|
||||
tiny-inflate@1.0.3: {}
|
||||
|
||||
tinyexec@0.3.2: {}
|
||||
tinyexec@1.0.2: {}
|
||||
|
||||
tinyglobby@0.2.14:
|
||||
tinyglobby@0.2.15:
|
||||
dependencies:
|
||||
fdir: 6.5.0(picomatch@4.0.3)
|
||||
picomatch: 4.0.3
|
||||
|
||||
tr46@0.0.3: {}
|
||||
|
||||
trim-lines@3.0.1: {}
|
||||
|
||||
trough@2.2.0: {}
|
||||
|
||||
tsconfck@3.1.6(typescript@5.9.2):
|
||||
tsconfck@3.1.6(typescript@5.9.3):
|
||||
optionalDependencies:
|
||||
typescript: 5.9.2
|
||||
typescript: 5.9.3
|
||||
|
||||
tslib@2.8.1: {}
|
||||
tslib@2.8.1:
|
||||
optional: true
|
||||
|
||||
type-fest@4.41.0: {}
|
||||
|
||||
typescript@5.9.2: {}
|
||||
typescript@5.9.3: {}
|
||||
|
||||
ufo@1.6.1: {}
|
||||
ufo@1.6.3: {}
|
||||
|
||||
ultrahtml@1.6.0: {}
|
||||
|
||||
uncrypto@0.1.3: {}
|
||||
|
||||
undici-types@7.10.0: {}
|
||||
|
||||
unicode-properties@1.4.1:
|
||||
dependencies:
|
||||
base64-js: 1.5.1
|
||||
unicode-trie: 2.0.0
|
||||
|
||||
unicode-trie@2.0.0:
|
||||
dependencies:
|
||||
pako: 0.2.9
|
||||
tiny-inflate: 1.0.3
|
||||
|
||||
unified@11.0.5:
|
||||
dependencies:
|
||||
"@types/unist": 3.0.3
|
||||
|
|
@ -5596,18 +5892,18 @@ snapshots:
|
|||
trough: 2.2.0
|
||||
vfile: 6.0.3
|
||||
|
||||
unifont@0.5.2:
|
||||
unifont@0.7.4:
|
||||
dependencies:
|
||||
css-tree: 3.1.0
|
||||
ofetch: 1.4.1
|
||||
ofetch: 1.5.1
|
||||
ohash: 2.0.11
|
||||
|
||||
unist-util-find-after@5.0.0:
|
||||
dependencies:
|
||||
"@types/unist": 3.0.3
|
||||
unist-util-is: 6.0.0
|
||||
unist-util-is: 6.0.1
|
||||
|
||||
unist-util-is@6.0.0:
|
||||
unist-util-is@6.0.1:
|
||||
dependencies:
|
||||
"@types/unist": 3.0.3
|
||||
|
||||
|
|
@ -5627,7 +5923,7 @@ snapshots:
|
|||
unist-util-remove-position@5.0.0:
|
||||
dependencies:
|
||||
"@types/unist": 3.0.3
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit: 5.1.0
|
||||
|
||||
unist-util-stringify-position@4.0.0:
|
||||
dependencies:
|
||||
|
|
@ -5637,27 +5933,27 @@ snapshots:
|
|||
dependencies:
|
||||
"@types/unist": 3.0.3
|
||||
|
||||
unist-util-visit-parents@6.0.1:
|
||||
unist-util-visit-parents@6.0.2:
|
||||
dependencies:
|
||||
"@types/unist": 3.0.3
|
||||
unist-util-is: 6.0.0
|
||||
unist-util-is: 6.0.1
|
||||
|
||||
unist-util-visit@5.0.0:
|
||||
unist-util-visit@5.1.0:
|
||||
dependencies:
|
||||
"@types/unist": 3.0.3
|
||||
unist-util-is: 6.0.0
|
||||
unist-util-visit-parents: 6.0.1
|
||||
unist-util-is: 6.0.1
|
||||
unist-util-visit-parents: 6.0.2
|
||||
|
||||
unstorage@1.17.0:
|
||||
unstorage@1.17.4:
|
||||
dependencies:
|
||||
anymatch: 3.1.3
|
||||
chokidar: 4.0.3
|
||||
chokidar: 5.0.0
|
||||
destr: 2.0.5
|
||||
h3: 1.15.4
|
||||
lru-cache: 10.4.3
|
||||
h3: 1.15.5
|
||||
lru-cache: 11.2.6
|
||||
node-fetch-native: 1.6.7
|
||||
ofetch: 1.4.1
|
||||
ufo: 1.6.1
|
||||
ofetch: 1.5.1
|
||||
ufo: 1.6.3
|
||||
|
||||
url-template@3.1.1: {}
|
||||
|
||||
|
|
@ -5678,48 +5974,40 @@ snapshots:
|
|||
"@types/unist": 3.0.3
|
||||
vfile-message: 4.0.3
|
||||
|
||||
vite@6.3.6(@types/node@24.3.0):
|
||||
vite@6.4.1:
|
||||
dependencies:
|
||||
esbuild: 0.25.9
|
||||
esbuild: 0.25.12
|
||||
fdir: 6.5.0(picomatch@4.0.3)
|
||||
picomatch: 4.0.3
|
||||
postcss: 8.5.6
|
||||
rollup: 4.48.1
|
||||
tinyglobby: 0.2.14
|
||||
rollup: 4.57.1
|
||||
tinyglobby: 0.2.15
|
||||
optionalDependencies:
|
||||
"@types/node": 24.3.0
|
||||
fsevents: 2.3.3
|
||||
|
||||
vitefu@1.1.1(vite@6.3.6(@types/node@24.3.0)):
|
||||
vitefu@1.1.1(vite@6.4.1):
|
||||
optionalDependencies:
|
||||
vite: 6.3.6(@types/node@24.3.0)
|
||||
vite: 6.4.1
|
||||
|
||||
web-namespaces@2.0.1: {}
|
||||
|
||||
webidl-conversions@3.0.1: {}
|
||||
|
||||
whatwg-url@5.0.0:
|
||||
dependencies:
|
||||
tr46: 0.0.3
|
||||
webidl-conversions: 3.0.1
|
||||
|
||||
which-pm-runs@1.1.0: {}
|
||||
|
||||
widest-line@5.0.0:
|
||||
dependencies:
|
||||
string-width: 7.2.0
|
||||
|
||||
wrap-ansi@9.0.0:
|
||||
wrap-ansi@9.0.2:
|
||||
dependencies:
|
||||
ansi-styles: 6.2.1
|
||||
ansi-styles: 6.2.3
|
||||
string-width: 7.2.0
|
||||
strip-ansi: 7.1.0
|
||||
strip-ansi: 7.1.2
|
||||
|
||||
xxhash-wasm@1.1.0: {}
|
||||
|
||||
yargs-parser@21.1.1: {}
|
||||
|
||||
yocto-queue@1.2.1: {}
|
||||
yocto-queue@1.2.2: {}
|
||||
|
||||
yocto-spinner@0.2.3:
|
||||
dependencies:
|
||||
|
|
@ -5727,13 +6015,13 @@ snapshots:
|
|||
|
||||
yoctocolors@2.1.2: {}
|
||||
|
||||
zod-to-json-schema@3.24.6(zod@3.25.76):
|
||||
zod-to-json-schema@3.25.1(zod@3.25.76):
|
||||
dependencies:
|
||||
zod: 3.25.76
|
||||
|
||||
zod-to-ts@1.2.0(typescript@5.9.2)(zod@3.25.76):
|
||||
zod-to-ts@1.2.0(typescript@5.9.3)(zod@3.25.76):
|
||||
dependencies:
|
||||
typescript: 5.9.2
|
||||
typescript: 5.9.3
|
||||
zod: 3.25.76
|
||||
|
||||
zod@3.25.76: {}
|
||||
|
|
|
|||
|
|
@ -1,19 +1,18 @@
|
|||
---
|
||||
title: Official Docker images
|
||||
title: Official Docker image
|
||||
---
|
||||
|
||||
Castopod pushes 3 Docker images to the Docker Hub during its automated build
|
||||
process:
|
||||
Castopod publishes a single official Docker image to the Docker Hub as part of
|
||||
its automated build process:
|
||||
|
||||
- [**`castopod/castopod`**](https://hub.docker.com/r/castopod/castopod): an all
|
||||
in one castopod image using nginx unit
|
||||
- [**`castopod/app`**](https://hub.docker.com/r/castopod/app): the app bundle
|
||||
with all of Castopod dependencies
|
||||
- [**`castopod/web-server`**](https://hub.docker.com/r/castopod/web-server): an
|
||||
Nginx configuration for Castopod
|
||||
- [**`castopod/castopod`**](https://hub.docker.com/r/castopod/castopod): an
|
||||
all-in-one image integrating [FrankenPHP](https://frankenphp.dev/) and
|
||||
[Caddy](https://caddyserver.com/), optimized for production environments. It
|
||||
is based on
|
||||
[serversideup/php](https://serversideup.net/open-source/docker-php/docs/image-variations/frankenphp).
|
||||
|
||||
Additionally, Castopod requires a MySQL-compatible database. A Redis database
|
||||
can be added as a cache handler.
|
||||
Castopod requires a MySQL-compatible database to function. Optionally, a Redis
|
||||
service can be configured as the caching layer.
|
||||
|
||||
## Supported tags
|
||||
|
||||
|
|
@ -25,18 +24,16 @@ can be added as a cache handler.
|
|||
## Example usage
|
||||
|
||||
1. Install [docker](https://docs.docker.com/get-docker/) and
|
||||
[docker-compose](https://docs.docker.com/compose/install/)
|
||||
2. Create a `docker-compose.yml` file with the following:
|
||||
[docker compose](https://docs.docker.com/compose/install/)
|
||||
2. Create a `compose.yml` file with the following:
|
||||
|
||||
```yml
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
castopod:
|
||||
image: castopod/castopod:latest
|
||||
container_name: "castopod"
|
||||
volumes:
|
||||
- castopod-media:/var/www/castopod/public/media
|
||||
- castopod-media:/app/public/media
|
||||
environment:
|
||||
MYSQL_DATABASE: castopod
|
||||
MYSQL_USER: castopod
|
||||
|
|
@ -47,14 +44,28 @@ can be added as a cache handler.
|
|||
CP_REDIS_HOST: redis
|
||||
CP_REDIS_PASSWORD: changeme
|
||||
networks:
|
||||
- castopod
|
||||
- castopod-app
|
||||
- castopod-db
|
||||
ports:
|
||||
- 8000:8000
|
||||
- "8080:8080" # HTTP
|
||||
- "8443:8443" # HTTPS
|
||||
- "8443:8443/udp" # HTTP/3
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 30s # allows bootstrap/migrations time
|
||||
depends_on:
|
||||
mariadb:
|
||||
condition: service_healthy
|
||||
restart: true
|
||||
redis:
|
||||
condition: service_started
|
||||
|
||||
mariadb:
|
||||
image: mariadb:11.2
|
||||
image: mariadb:12.1
|
||||
container_name: "castopod-mariadb"
|
||||
networks:
|
||||
- castopod-db
|
||||
|
|
@ -66,15 +77,21 @@ can be added as a cache handler.
|
|||
MYSQL_USER: castopod
|
||||
MYSQL_PASSWORD: changeme
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "healthcheck.sh", "--connect", "--innodb_initialized"]
|
||||
start_period: 10s
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
|
||||
redis:
|
||||
image: redis:7.2-alpine
|
||||
image: redis:8.4-alpine
|
||||
container_name: "castopod-redis"
|
||||
command: --requirepass changeme
|
||||
volumes:
|
||||
- castopod-cache:/data
|
||||
networks:
|
||||
- castopod
|
||||
- castopod-app
|
||||
|
||||
volumes:
|
||||
castopod-media:
|
||||
|
|
@ -82,8 +99,9 @@ can be added as a cache handler.
|
|||
castopod-cache:
|
||||
|
||||
networks:
|
||||
castopod:
|
||||
castopod-app:
|
||||
castopod-db:
|
||||
internal: true
|
||||
```
|
||||
|
||||
You have to adapt some variables to your needs (e.g. `CP_BASEURL`,
|
||||
|
|
@ -97,61 +115,53 @@ can be added as a cache handler.
|
|||
```
|
||||
#castopod
|
||||
castopod.example.com {
|
||||
reverse_proxy localhost:8000
|
||||
reverse_proxy localhost:8080
|
||||
}
|
||||
```
|
||||
|
||||
4. Run `docker-compose up -d`, wait for it to initialize and head on to
|
||||
4. Run `docker compose up -d`, wait for it to initialize and head on to
|
||||
`https://castopod.example.com/cp-install` to finish setting up Castopod!
|
||||
|
||||
5. You're all set, start podcasting! 🎙️🚀
|
||||
|
||||
## Environment Variables
|
||||
|
||||
- **castopod/castopod** and **castopod/app**
|
||||
|
||||
| Variable name | Type (`default`) | Default |
|
||||
| ------------------------------------- | ----------------------- | ---------------- |
|
||||
| **`CP_BASEURL`** | string | `undefined` |
|
||||
| **`CP_MEDIA_BASEURL`** | ?string | `CP_BASEURL` |
|
||||
| **`CP_ADMIN_GATEWAY`** | ?string | `"cp-admin"` |
|
||||
| **`CP_AUTH_GATEWAY`** | ?string | `"cp-auth"` |
|
||||
| **`CP_ANALYTICS_SALT`** | string | `undefined` |
|
||||
| **`CP_DATABASE_HOSTNAME`** | ?string | `"mariadb"` |
|
||||
| **`CP_DATABASE_NAME`** | ?string | `MYSQL_DATABASE` |
|
||||
| **`CP_DATABASE_USERNAME`** | ?string | `MYSQL_USER` |
|
||||
| **`CP_DATABASE_PASSWORD`** | ?string | `MYSQL_PASSWORD` |
|
||||
| **`CP_DATABASE_PREFIX`** | ?string | `"cp_"` |
|
||||
| **`CP_CACHE_HANDLER`** | [`"file"` or `"redis"`] | `"file"` |
|
||||
| **`CP_REDIS_HOST`** | ?string | `"localhost"` |
|
||||
| **`CP_REDIS_PASSWORD`** | ?string | `null` |
|
||||
| **`CP_REDIS_PORT`** | ?number | `6379` |
|
||||
| **`CP_REDIS_DATABASE`** | ?number | `0` |
|
||||
| **`CP_EMAIL_SMTP_HOST`** | ?string | `undefined` |
|
||||
| **`CP_EMAIL_FROM`** | ?string | `undefined` |
|
||||
| **`CP_EMAIL_SMTP_USERNAME`** | ?string | `"localhost"` |
|
||||
| **`CP_EMAIL_SMTP_PASSWORD`** | ?string | `null` |
|
||||
| **`CP_EMAIL_SMTP_PORT`** | ?number | `25` |
|
||||
| **`CP_EMAIL_SMTP_CRYPTO`** | [`"tls"` or `"ssl"`] | `"tls"` |
|
||||
| **`CP_ENABLE_2FA`** | ?boolean | `undefined` |
|
||||
| **`CP_MEDIA_FILE_MANAGER`** | ?string | `undefined` |
|
||||
| **`CP_MEDIA_S3_ENDPOINT`** | ?string | `undefined` |
|
||||
| **`CP_MEDIA_S3_KEY`** | ?string | `undefined` |
|
||||
| **`CP_MEDIA_S3_SECRET`** | ?string | `undefined` |
|
||||
| **`CP_MEDIA_S3_REGION`** | ?string | `undefined` |
|
||||
| **`CP_MEDIA_S3_BUCKET`** | ?string | `undefined` |
|
||||
| **`CP_MEDIA_S3_PROTOCOL`** | ?number | `undefined` |
|
||||
| **`CP_MEDIA_S3_PATH_STYLE_ENDPOINT`** | ?boolean | `undefined` |
|
||||
| **`CP_MEDIA_S3_KEY_PREFIX`** | ?string | `undefined` |
|
||||
| **`CP_DISABLE_HTTPS`** | ?[`0` or `1`] | `undefined` |
|
||||
| **`CP_MAX_BODY_SIZE`** | ?number (with suffix) | `512M` |
|
||||
| **`CP_PHP_MEMORY_LIMIT`** | ?number (with suffix) | `512M` |
|
||||
| **`CP_TIMEOUT`** | ?number | `900` |
|
||||
|
||||
- **castopod/web-server**
|
||||
|
||||
| Variable name | Type | Default |
|
||||
| ---------------------- | --------------------- | ------- |
|
||||
| **`CP_APP_HOSTNAME`** | ?string | `"app"` |
|
||||
| **`CP_MAX_BODY_SIZE`** | ?number (with suffix) | `512M` |
|
||||
| **`CP_TIMEOUT`** | ?number | `900` |
|
||||
| Variable name | Type (`default`) | Default |
|
||||
| ------------------------------------- | ----------------------- | ---------------- |
|
||||
| **`CP_BASEURL`** | string | `undefined` |
|
||||
| **`CP_MEDIA_BASEURL`** | ?string | `CP_BASEURL` |
|
||||
| **`CP_ADMIN_GATEWAY`** | ?string | `"cp-admin"` |
|
||||
| **`CP_AUTH_GATEWAY`** | ?string | `"cp-auth"` |
|
||||
| **`CP_ANALYTICS_SALT`** | string | `undefined` |
|
||||
| **`CP_DATABASE_HOSTNAME`** | ?string | `"mariadb"` |
|
||||
| **`CP_DATABASE_NAME`** | ?string | `MYSQL_DATABASE` |
|
||||
| **`CP_DATABASE_USERNAME`** | ?string | `MYSQL_USER` |
|
||||
| **`CP_DATABASE_PASSWORD`** | ?string | `MYSQL_PASSWORD` |
|
||||
| **`CP_DATABASE_PREFIX`** | ?string | `"cp_"` |
|
||||
| **`CP_CACHE_HANDLER`** | [`"file"` or `"redis"`] | `"file"` |
|
||||
| **`CP_REDIS_HOST`** | ?string | `"localhost"` |
|
||||
| **`CP_REDIS_PASSWORD`** | ?string | `null` |
|
||||
| **`CP_REDIS_PORT`** | ?number | `6379` |
|
||||
| **`CP_REDIS_DATABASE`** | ?number | `0` |
|
||||
| **`CP_EMAIL_SMTP_HOST`** | ?string | `undefined` |
|
||||
| **`CP_EMAIL_FROM`** | ?string | `undefined` |
|
||||
| **`CP_EMAIL_SMTP_USERNAME`** | ?string | `"localhost"` |
|
||||
| **`CP_EMAIL_SMTP_PASSWORD`** | ?string | `null` |
|
||||
| **`CP_EMAIL_SMTP_PORT`** | ?number | `25` |
|
||||
| **`CP_EMAIL_SMTP_CRYPTO`** | [`"tls"` or `"ssl"`] | `"tls"` |
|
||||
| **`CP_ENABLE_2FA`** | ?boolean | `undefined` |
|
||||
| **`CP_MEDIA_FILE_MANAGER`** | ?string | `undefined` |
|
||||
| **`CP_MEDIA_S3_ENDPOINT`** | ?string | `undefined` |
|
||||
| **`CP_MEDIA_S3_KEY`** | ?string | `undefined` |
|
||||
| **`CP_MEDIA_S3_SECRET`** | ?string | `undefined` |
|
||||
| **`CP_MEDIA_S3_REGION`** | ?string | `undefined` |
|
||||
| **`CP_MEDIA_S3_BUCKET`** | ?string | `undefined` |
|
||||
| **`CP_MEDIA_S3_PROTOCOL`** | ?number | `undefined` |
|
||||
| **`CP_MEDIA_S3_PATH_STYLE_ENDPOINT`** | ?boolean | `undefined` |
|
||||
| **`CP_MEDIA_S3_KEY_PREFIX`** | ?string | `undefined` |
|
||||
| **`CP_DISABLE_HTTPS`** | ?[`0` or `1`] | `undefined` |
|
||||
| **`PHP_MEMORY_LIMIT`** | ?number (with suffix) | `512M` |
|
||||
| **`PHP_UPLOAD_MAX_FILE_SIZE`** | ?number (with suffix) | `512M` |
|
||||
| **`PHP_POST_MAX_SIZE`** | ?number (with suffix) | `512M` |
|
||||
| **`PHP_MAX_EXECUTION_TIME`** | ?number | `300` |
|
||||
| **`PHP_OPCACHE_ENABLE`** | ?[`0` or `1`] | `1` |
|
||||
|
|
|
|||
|
|
@ -5,10 +5,11 @@ title: Manage Podcast contributors
|
|||
The **Persons** section allows you to add podcast contributors. It is needed in
|
||||
the Podcast section to assign roles and is also used on the **Credits** page
|
||||
linked from your podcast's homepage. When Persons are assigned to a specific
|
||||
episode, there will be a link on the episode's page to list all persons assigned.
|
||||
episode, there will be a link on the episode's page to list all persons
|
||||
assigned.
|
||||
|
||||
A Person must be created in the **Persons** section before it can be [assigned
|
||||
to an episode](../podcast/episodes#persons).
|
||||
A Person must be created in the **Persons** section before it can be
|
||||
[assigned to an episode](../podcast/episodes#persons).
|
||||
|
||||
From the left hand navigation, press `Persons` to expand the menu. To view a
|
||||
list of all people that have been added to Castopod, press `All Persons`.
|
||||
|
|
|
|||
|
|
@ -119,9 +119,9 @@ will be displayed.
|
|||
|
||||
You can add a transcript to your episode by choosing a file in SRT or VTT format
|
||||
to upload. Transcripts will be shown in a tab on the episode page and some
|
||||
podcast apps such as Apple Podcasts can display the transcript.
|
||||
Transcripts help users who may have a hearing disability and can also help with
|
||||
search engine optimization.
|
||||
podcast apps such as Apple Podcasts can display the transcript. Transcripts help
|
||||
users who may have a hearing disability and can also help with search engine
|
||||
optimization.
|
||||
|
||||
#### Chapters
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue