feat: update dependencies
Node.js CI / Lint and Test (pull_request) Successful in 54s
Security Scan / Security Audit (pull_request) Failing after 5m5s

This commit is contained in:
2025-12-15 21:08:35 -08:00
parent 283e391ebb
commit e4e2bd16b3
2 changed files with 863 additions and 1085 deletions
+7 -7
View File
@@ -12,16 +12,16 @@
"test": "vitest --run"
},
"dependencies": {
"@astrojs/check": "0.9.5",
"@astrojs/starlight": "0.36.1",
"astro": "5.15.2",
"astro-mermaid": "1.1.0",
"mermaid": "11.12.1",
"@astrojs/check": "0.9.6",
"@astrojs/starlight": "0.37.1",
"astro": "5.16.5",
"astro-mermaid": "1.2.0",
"mermaid": "11.12.2",
"typescript": "5.9.3"
},
"devDependencies": {
"cspell": "9.2.2",
"cspell": "9.4.0",
"gray-matter": "4.0.3",
"vitest": "4.0.5"
"vitest": "4.0.15"
}
}