diff --git a/package-lock.json b/package-lock.json index ff46b6d29..02c97b1a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@astrojs/vue": "^7.0.1", "@iconify-json/lucide": "^1.2.128", "@tailwindcss/vite": "^4.3.3", - "astro": "^7.2.10", + "astro": "^7.3.2", "nanostores": "^1.5.2", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0", @@ -336,9 +336,9 @@ } }, "node_modules/@astrojs/markdown-satteri": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-satteri/-/markdown-satteri-0.4.0.tgz", - "integrity": "sha512-wykOOW9KsUVcZweOpY/CeXpdKcCKZy6fQbdcteWFuI75+sQCiqxYM7VKsGa5b+aGl3cYQscFY37rsbbyal5MRw==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-satteri/-/markdown-satteri-0.4.1.tgz", + "integrity": "sha512-EniHbFNa6SQHDih7JnpPos3NWXO6hdt4raBcOosfGmlfc3gP9CI/sESA3VOf1PgJZ7SFfewlZW9Livn0JugEZg==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.11.0", @@ -4262,14 +4262,14 @@ "license": "MIT" }, "node_modules/astro": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.3.1.tgz", - "integrity": "sha512-A/bJYHtc6n0UAdROY9W948fW6lX0pnUA+JWKW+IGCXRyDIGN2MsXC0OlS8onZGJjr+sv8htemwOc9W5PBRXCkw==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.3.2.tgz", + "integrity": "sha512-ysTcdpGP61XZpHoMRYC/CK19DQ94qkBvzXMtXEo0gEqPNkmOU/Tv++CtWmzaI4nF2Ck8RXFdiWvdlTWa2oOr9w==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.4.0", "@astrojs/internal-helpers": "0.11.0", - "@astrojs/markdown-satteri": "0.4.0", + "@astrojs/markdown-satteri": "0.4.1", "@astrojs/telemetry": "3.3.3", "@capsizecss/unpack": "^4.0.0", "@clack/prompts": "^1.1.0", diff --git a/package.json b/package.json index 82473bad9..7b822e6f7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@astrojs/vue": "^7.0.1", "@iconify-json/lucide": "^1.2.128", "@tailwindcss/vite": "^4.3.3", - "astro": "^7.2.10", + "astro": "^7.3.2", "nanostores": "^1.5.2", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0",