Updating packages (#1530)

This commit is contained in:
Aaron Powell
2026-04-28 11:56:54 +10:00
committed by GitHub
parent ba16533333
commit 0c31682e47
2 changed files with 770 additions and 913 deletions

1671
website/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,14 +18,14 @@
"author": "GitHub", "author": "GitHub",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/sitemap": "^3.7.0", "@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.37.6", "@astrojs/starlight": "^0.38.4",
"astro": "^5.16.15", "astro": "^6.1.9",
"choices.js": "^11.1.0", "choices.js": "^11.2.2",
"front-matter": "^4.0.2", "front-matter": "^4.0.2",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"jszip": "^3.10.1", "jszip": "^3.10.1",
"marked": "^17.0.4", "marked": "^18.0.2",
"shiki": "^3.23.0" "shiki": "^4.0.2"
} }
} }