From df714dedd2079d8d57bce726404cb5d46957ea00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 13:04:27 +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 /packages/opencode directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). Bumps the npm_and_yarn group with 1 update in the /packages/web directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@babel/core` from 7.28.4 to 7.29.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.6/packages/babel-core) Updates `astro` from 6.1.10 to 6.4.6 - [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.6/packages/astro) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.6 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: astro dependency-version: 6.4.6 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/opencode/package.json | 2 +- packages/web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/opencode/package.json b/packages/opencode/package.json index a151f49bd..862d3175c 100644 --- a/packages/opencode/package.json +++ b/packages/opencode/package.json @@ -41,7 +41,7 @@ } }, "devDependencies": { - "@babel/core": "7.28.4", + "@babel/core": "7.29.6", "@effect/language-service": "0.84.2", "@octokit/webhooks-types": "7.6.1", "@opencode-ai/core": "workspace:*", diff --git a/packages/web/package.json b/packages/web/package.json index b9d70996c..061253e4a 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -21,7 +21,7 @@ "@solid-primitives/resize-observer": "2.1.5", "@types/luxon": "catalog:", "ai": "catalog:", - "astro": "6.1.10", + "astro": "6.4.6", "diff": "catalog:", "js-base64": "3.7.8", "lang-map": "0.4.0",