diff --git a/package-lock.json b/package-lock.json index 2d46124..9fad353 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/sitemap": "^3.0.3", "@astrojs/tailwind": "^5.0.3", "@tailwindcss/typography": "^0.5.10", - "astro": "^4.0.5", + "astro": "^4.0.6", "astro-compress": "^2.2.5", "tailwindcss": "^3.3.6" }, @@ -58,9 +58,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.3.2.tgz", - "integrity": "sha512-jkY7bCVxl27KeZsSxIZ+pqACe+g8VQUdTiSJRj/sXYdIaZlW3ZMq4qF2M17P/oDt3LBq0zLNwQr4Cb7fSpRGxQ==" + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.3.4.tgz", + "integrity": "sha512-33/YtWoBCE0cBUNy1kh78FCDXBoBANX87ShgATlAHECYbG2+buNTAgq4Xgz4t5NgnEHPN21GIBC2Mvvwisoutw==" }, "node_modules/@astrojs/internal-helpers": { "version": "0.2.1", @@ -2467,11 +2467,11 @@ } }, "node_modules/astro": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.0.5.tgz", - "integrity": "sha512-OTiTEiXYdXTkVJXNNKIWdYG1z2wpTST+92Qcldm36x91Pe4fKpLxeuRloy5cW175oHi8lvXytgG3Gl3VBP18RQ==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.0.6.tgz", + "integrity": "sha512-P7CfFqWKzkJozzF6IoOC6qoI2ONndV8P3ULhGDgMiXPL7xVkWI5haTBSpyrcjBx643tVXspIRsSV/v+Cx+CjGw==", "dependencies": { - "@astrojs/compiler": "^2.3.2", + "@astrojs/compiler": "^2.3.4", "@astrojs/internal-helpers": "0.2.1", "@astrojs/markdown-remark": "4.0.1", "@astrojs/telemetry": "3.0.4", diff --git a/package.json b/package.json index efbed5f..5760765 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@astrojs/sitemap": "^3.0.3", "@astrojs/tailwind": "^5.0.3", "@tailwindcss/typography": "^0.5.10", - "astro": "^4.0.5", + "astro": "^4.0.6", "astro-compress": "^2.2.5", "tailwindcss": "^3.3.6" },