update dependencys

This commit is contained in:
2026-04-11 12:53:54 +02:00
parent 5e0f00e1f5
commit 5606646ab0
2 changed files with 658 additions and 1328 deletions

1976
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,11 +12,11 @@
"format": "prettier --write ." "format": "prettier --write ."
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.6", "@astrojs/check": "^0.9.8",
"@astrojs/mdx": "^4.3.13", "@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.15", "@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.0", "@astrojs/sitemap": "^3.7.2",
"astro": "^5.17.1", "astro": "^6.1.5",
"sharp": "^0.34.3", "sharp": "^0.34.3",
"typescript": "^5.9.3" "typescript": "^5.9.3"
}, },