diff --git a/package-lock.json b/package-lock.json index 99bda70..c775e82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.3.1", "@astrojs/rss": "^3.0.0", - "astro": "^3.5.2", + "astro": "^3.6.4", "typescript": "^5.3.2" } }, @@ -95,9 +95,9 @@ } }, "node_modules/@astrojs/markdown-remark": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-3.4.0.tgz", - "integrity": "sha512-uzLSKBQ4e70aH8gEbBHZ2pnv/KOJKB3WrXFBOF0U5Uwjcr2LNWeIBLjPRQjA4tbtteELh84YPBHny21mhvBGVA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-3.5.0.tgz", + "integrity": "sha512-q7vdIqzYhxpsfghg2YmkmSXCfp4w7lBTYP+SSHw89wVhC5Riltr3u8w2otBRxNLSByNi+ht/gGkFC23Shetytw==", "dependencies": { "@astrojs/prism": "^3.0.0", "github-slugger": "^2.0.0", @@ -1214,13 +1214,13 @@ } }, "node_modules/astro": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.2.tgz", - "integrity": "sha512-AE37biXPX0fH4tmBKpYDyW8UvJ3XLNvRCuUE4RTGf+YdKPPcwGLgV8DE6GLG86pHfevTH+kM581sBDzGh54iEw==", + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.6.4.tgz", + "integrity": "sha512-YatUyWEQ9GUC79Wc2zbovy6D6bXPW9++Z6PYs4GDamEDspUSnnzL/INB7WJqgFI0xAFk9jcUr+MZYjkdWqXYTw==", "dependencies": { "@astrojs/compiler": "^2.3.0", "@astrojs/internal-helpers": "0.2.1", - "@astrojs/markdown-remark": "3.4.0", + "@astrojs/markdown-remark": "3.5.0", "@astrojs/telemetry": "3.0.4", "@babel/core": "^7.22.10", "@babel/generator": "^7.22.10", @@ -5053,9 +5053,9 @@ } }, "node_modules/shikiji": { - "version": "0.6.12", - "resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.6.12.tgz", - "integrity": "sha512-sm7Wg8P4w6T3quDAZQxvk0P02o2hheIFEdbaEuGOhGnqLDjVsP28GDUVPdgbacOIc1auapNVNCVEykhPploLyg==", + "version": "0.6.13", + "resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.6.13.tgz", + "integrity": "sha512-4T7X39csvhT0p7GDnq9vysWddf2b6BeioiN3Ymhnt3xcy9tXmDcnsEFVxX18Z4YcQgEE/w48dLJ4pPPUcG9KkA==", "dependencies": { "hast-util-to-html": "^9.0.0" } diff --git a/package.json b/package.json index 614beca..9a05734 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/check": "^0.3.1", "@astrojs/rss": "^3.0.0", - "astro": "^3.5.2", + "astro": "^3.6.4", "typescript": "^5.3.2" } }