From 5eed0a973b9eec507f4e053a1054057131786633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 06:33:29 +0000 Subject: [PATCH] chore(deps): bump synthkernel in the npm-all group across 1 directory Bumps the npm-all group with 1 update in the / directory: [synthkernel](https://github.com/hesprs/synthkernel). Updates `synthkernel` from 0.0.2 to 0.1.0 - [Release notes](https://github.com/hesprs/synthkernel/releases) - [Commits](https://github.com/hesprs/synthkernel/compare/v0.0.2...v0.1.0) --- updated-dependencies: - dependency-name: synthkernel dependency-version: 0.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-all ... Signed-off-by: dependabot[bot] --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 9c07062..1df2b40 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -45,6 +45,6 @@ "dev": "bun --bun vite" }, "dependencies": { - "synthkernel": "^0.0.2" + "synthkernel": "^0.1.0" } }