From 3a4f43b76d822f480545433272f4467f6644feef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 23:25:53 +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 68ac182d..6852b3c6 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": "19.3.1", "@ultimat3/admin": "19.3.1", "@ultimat3/ai": "19.3.1",