From ea402530e83db5652eb919164206e92dfb7bc73a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 10:22:55 +0000 Subject: [PATCH] chore(deps): bump @optave/codegraph-darwin-x64 from 3.9.3 to 3.9.4 Bumps [@optave/codegraph-darwin-x64](https://github.com/optave/ops-codegraph-tool) from 3.9.3 to 3.9.4. - [Release notes](https://github.com/optave/ops-codegraph-tool/releases) - [Changelog](https://github.com/optave/ops-codegraph-tool/blob/main/CHANGELOG.md) - [Commits](https://github.com/optave/ops-codegraph-tool/compare/v3.9.3...v3.9.4) --- updated-dependencies: - dependency-name: "@optave/codegraph-darwin-x64" dependency-version: 3.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++------------- package.json | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4743022..c238e05d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "3.9.3", "license": "Apache-2.0", "dependencies": { + "@optave/codegraph-darwin-x64": "3.9.4", "better-sqlite3": "^12.6.2", "commander": "^14.0.3", "web-tree-sitter": "^0.26.5" @@ -68,7 +69,7 @@ "optionalDependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@optave/codegraph-darwin-arm64": "3.9.3", - "@optave/codegraph-darwin-x64": "3.9.3", + "@optave/codegraph-darwin-x64": "3.9.4", "@optave/codegraph-linux-arm64-gnu": "3.9.3", "@optave/codegraph-linux-x64-gnu": "3.9.3", "@optave/codegraph-linux-x64-musl": "3.9.3", @@ -1295,9 +1296,9 @@ ] }, "node_modules/@optave/codegraph-darwin-x64": { - "version": "3.9.3", - "resolved": "https://registry.npmjs.org/@optave/codegraph-darwin-x64/-/codegraph-darwin-x64-3.9.3.tgz", - "integrity": "sha512-4a2bAFlf8mc4MxugcV3Lb73xqe5ps4gkYJcRAVxHKVlX9U2Z7RnjPAQBMd4XQ66OAPkbWNeTl0s695Bwop5ynA==", + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/@optave/codegraph-darwin-x64/-/codegraph-darwin-x64-3.9.4.tgz", + "integrity": "sha512-4l05rB0XP3TNFvLix7r1cVEEgSE+8mkQSj2wgJjhrqkqL1WFLUpU+SWa1X3KLU2+2m7LYbtmQ/nCTn6dER2pOg==", "cpu": [ "x64" ], @@ -1314,9 +1315,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1330,9 +1328,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "Apache-2.0", "optional": true, "os": [ @@ -1346,9 +1341,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "Apache-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 268baf46..71c7b774 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "optionalDependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@optave/codegraph-darwin-arm64": "3.9.3", - "@optave/codegraph-darwin-x64": "3.9.3", + "@optave/codegraph-darwin-x64": "3.9.4", "@optave/codegraph-linux-arm64-gnu": "3.9.3", "@optave/codegraph-linux-x64-gnu": "3.9.3", "@optave/codegraph-linux-x64-musl": "3.9.3",