From 42b2b7cb16cc52651e2fd4540cb23f938fa5a242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 03:33:52 -0800 Subject: [PATCH] chore(deps): bump astro from 4.2.3 to 4.2.4 (#396) Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.2.3 to 4.2.4. - [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.2.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6e0d628b..c86c79099 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/tailwind": "^5.1.0", "@expressive-code/plugin-collapsible-sections": "^0.32.1", - "astro": "^4.2.3", + "astro": "^4.2.4", "astro-diagram": "^0.7.0", "hast-util-select": "^6.0.2", "hastscript": "^9.0.0", @@ -2984,9 +2984,9 @@ } }, "node_modules/astro": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.2.3.tgz", - "integrity": "sha512-6bfSogmcwMdaTRAxuhJ7aISGin/T3ovI/69JWPRYOHBkPZxA/EfsNQOI2TiRHFJSF9XtoMnFlgvT+iYapkhOwg==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.2.4.tgz", + "integrity": "sha512-z1f52lXkHf71M5HSLKrd5G1PH5/Zfq4kMp0iUT7Na5VHcPDma/NYFPFPewDxqV6UPmyxupj3xuooFaN3j8zaow==", "dependencies": { "@astrojs/compiler": "^2.5.0", "@astrojs/internal-helpers": "0.2.1", @@ -3046,7 +3046,7 @@ "tsconfck": "^3.0.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.1", - "vite": "^5.0.10", + "vite": "^5.0.12", "vitefu": "^0.2.5", "which-pm": "^2.1.1", "yargs-parser": "^21.1.1", diff --git a/package.json b/package.json index 26d4945e5..fd934161a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/tailwind": "^5.1.0", "@expressive-code/plugin-collapsible-sections": "^0.32.1", - "astro": "^4.2.3", + "astro": "^4.2.4", "astro-diagram": "^0.7.0", "hast-util-select": "^6.0.2", "hastscript": "^9.0.0",