From e8dfd1e7f9b3ef8be4d54b65c4a02edfff506ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:14:38 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /docs-site directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Bumps the npm_and_yarn group with 1 update in the /markymark-vscode directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `astro` from 5.18.2 to 6.4.2 - [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@6.4.2/packages/astro) Updates `vitest` from 2.1.9 to 4.1.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest) --- updated-dependencies: - dependency-name: astro dependency-version: 6.4.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vitest dependency-version: 4.1.8 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- docs-site/package.json | 2 +- markymark-vscode/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-site/package.json b/docs-site/package.json index 9725e72b..9233521b 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.37.6", - "astro": "^5.6.1", + "astro": "^6.4.2", "sharp": "^0.34.2" } } \ No newline at end of file diff --git a/markymark-vscode/package.json b/markymark-vscode/package.json index 641b5b5a..cec73e04 100644 --- a/markymark-vscode/package.json +++ b/markymark-vscode/package.json @@ -52,7 +52,7 @@ "@vscode/vsce": "^3.0.0", "esbuild": "^0.24.0", "typescript": "^5.6.0", - "vitest": "^2.1.0" + "vitest": "^4.1.8" }, "scripts": { "compile": "esbuild src/extension.ts --bundle --platform=node --external:vscode --outfile=dist/extension.js",