From 1d095a3b91ed1f39fc0faff6bee017dfdbb6c928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 08:16:06 +0000 Subject: [PATCH] Bump the npm group with 1 update Bumps the npm group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.0.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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" },