From bc06b4643df66e37b166545f6c8ed4026f5d1488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 04:22:11 +0000 Subject: [PATCH] Bump @protobufjs/utf8 from 1.1.0 to 1.1.1 Bumps [@protobufjs/utf8](https://github.com/dcodeIO/protobuf.js) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dcodeIO/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/dcodeIO/protobuf.js/compare/protobufjs-cli-v1.1.0...protobufjs-cli-v1.1.1) --- updated-dependencies: - dependency-name: "@protobufjs/utf8" dependency-version: 1.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b62c9d8..67eae9fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,9 @@ "zod": "^3.23.0" }, "bin": { - "cm": "dist/cli/index.cjs" + "cm": "dist/cli/index.cjs", + "cm-agent": "agent/run-tool.mjs", + "cm-install": "agent/install.mjs" }, "devDependencies": { "@eslint/js": "^9.39.2", @@ -84,7 +86,7 @@ "vitest": "^2.0.0" }, "engines": { - "node": ">=20" + "node": ">=20.6.0" }, "optionalDependencies": { "@remotion/compositor-win32-x64-msvc": "^4.0.424" @@ -5940,7 +5942,9 @@ "license": "BSD-3-Clause" }, "node_modules/@protobufjs/utf8": { - "version": "1.1.0", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz", + "integrity": "sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==", "license": "BSD-3-Clause" }, "node_modules/@redis/bloom": {