diff --git a/package-lock.json b/package-lock.json index 3ec039f..6f9659d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/mdx": "^1.1.0", "@astrojs/rss": "^3.0.0", "@astrojs/sitemap": "^3.0.0", - "astro": "^3.1.4" + "astro": "^3.2.0" } }, "node_modules/@ampproject/remapping": { @@ -1166,9 +1166,9 @@ } }, "node_modules/astro": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.1.4.tgz", - "integrity": "sha512-MKGJXHkkYK4QpqYHydPu+eeLBGU3cHx9Xdrtk6RFvu3dVkxuJsYm6L+lgIeH0hrTF9qlaDih/KbNnTKrCXdidw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.2.0.tgz", + "integrity": "sha512-sDQnSFV46ZzNkVU6co5f8wilZFmGiWsqnIVoMhd5/XPU76iZdA40WqFyBOhGaji7hGuqbcjN8MGobMg53lsoUg==", "dependencies": { "@astrojs/compiler": "^2.1.0", "@astrojs/internal-helpers": "0.2.0", diff --git a/package.json b/package.json index bcfe26c..cdd87fe 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^1.1.0", "@astrojs/rss": "^3.0.0", "@astrojs/sitemap": "^3.0.0", - "astro": "^3.1.4" + "astro": "^3.2.0" } } \ No newline at end of file