From 0c904b087b01ee2a465584f769a89a828f37f31e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 15:19:03 +0000 Subject: [PATCH] chore(deps): bump @babel/core from 7.29.7 to 8.0.1 Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.29.7 to 8.0.1. - [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/v8.0.1/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 48aa19ed..14a5028f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -36,7 +36,7 @@ "dev": "bun run src/bin.ts dev" }, "dependencies": { - "@babel/core": "^7.28.4", + "@babel/core": "^8.0.1", "@ultimat3/action": "20.2.1", "@ultimat3/admin": "20.2.1", "@ultimat3/ai": "20.2.1",