diff --git a/package-lock.json b/package-lock.json index bb00cc3..ceec66b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,9 +8,9 @@ "name": "@sourcectl/webpage", "version": "1.0.0", "dependencies": { - "@astrojs/sitemap": "3.7.1", + "@astrojs/sitemap": "3.7.2", "@tailwindcss/vite": "4.2.2", - "astro": "6.0.8", + "astro": "6.1.1", "tailwindcss": "4.2.2" }, "devDependencies": { @@ -34,9 +34,9 @@ } }, "node_modules/@astrojs/markdown-remark": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.0.1.tgz", - "integrity": "sha512-zAfLJmn07u9SlDNNHTpjv0RT4F8D4k54NR7ReRas8CO4OeGoqSvOuKwqCFg2/cqN3wHwdWlK/7Yv/lMXlhVIaw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.1.0.tgz", + "integrity": "sha512-P+HnCsu2js3BoTc8kFmu+E9gOcFeMdPris75g+Zl4sY8+bBRbSQV6xzcBDbZ27eE7yBGEGQoqjpChx+KJYIPYQ==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.8.0", @@ -52,6 +52,7 @@ "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "remark-smartypants": "^3.0.2", + "retext-smartypants": "^6.2.0", "shiki": "^4.0.0", "smol-toml": "^1.6.0", "unified": "^11.0.5", @@ -74,9 +75,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.1.tgz", - "integrity": "sha512-IzQqdTeskaMX+QDZCzMuJIp8A8C1vgzMBp/NmHNnadepHYNHcxQdGLQZYfkbd2EbRXUfOS+UDIKx8sKg0oWVdw==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.2.tgz", + "integrity": "sha512-PqkzkcZTb5ICiyIR8VoKbIAP/laNRXi5tw616N1Ckk+40oNB8Can1AzVV56lrbC5GKSZFCyJYUVYqVivMisvpA==", "license": "MIT", "dependencies": { "sitemap": "^9.0.0", @@ -2342,17 +2343,17 @@ } }, "node_modules/astro": { - "version": "6.0.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.0.8.tgz", - "integrity": "sha512-DCPeb8GKOoFWh+8whB7Qi/kKWD/6NcQ9nd1QVNzJFxgHkea3WYrNroQRq4whmBdjhkYPTLS/1gmUAl2iA2Es2g==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.1.tgz", + "integrity": "sha512-vq8sHpu1JsY1fWAunn+tdKNbVDmLQNiVdyuGsVT2csgITdFGXXVAyEXFWc1DzkMN0ehElPeiHnqItyQOJK+GqA==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^3.0.0", + "@astrojs/compiler": "^3.0.1", "@astrojs/internal-helpers": "0.8.0", - "@astrojs/markdown-remark": "7.0.1", + "@astrojs/markdown-remark": "7.1.0", "@astrojs/telemetry": "3.3.0", "@capsizecss/unpack": "^4.0.0", - "@clack/prompts": "^1.0.1", + "@clack/prompts": "^1.1.0", "@oslojs/encoding": "^1.1.0", "@rollup/pluginutils": "^5.3.0", "aria-query": "^5.3.2", @@ -2385,11 +2386,11 @@ "picomatch": "^4.0.3", "rehype": "^13.0.2", "semver": "^7.7.4", - "shiki": "^4.0.0", + "shiki": "^4.0.2", "smol-toml": "^1.6.0", - "svgo": "^4.0.0", - "tinyclip": "^0.1.6", - "tinyexec": "^1.0.2", + "svgo": "^4.0.1", + "tinyclip": "^0.1.12", + "tinyexec": "^1.0.4", "tinyglobby": "^0.2.15", "tsconfck": "^3.1.6", "ultrahtml": "^1.6.0", diff --git a/package.json b/package.json index 737ff8e..f637c77 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/sitemap": "3.7.1", + "@astrojs/sitemap": "3.7.2", "@tailwindcss/vite": "4.2.2", - "astro": "6.0.8", + "astro": "6.1.1", "tailwindcss": "4.2.2" }, "devDependencies": {