summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2024-07-15 16:06:34 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2024-07-15 16:06:34 +0100
commitdff4a997f86a245c50350038dde0881a00210f6f (patch)
tree304c004096186f0a7bcad01e07ff359ace182483 /package.json
parent37428dccee90a545c99bc257923292663961a55c (diff)
Updates Astro minor version
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index af918c3..aa8bfcb 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
"dependencies": {
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
- "astro": "^4.5.12",
+ "astro": "^4.11.5",
"markdown-it": "^14.1.0",
"typescript": "^5.4.3"
},