From f7cffe2edd24a40dc0b3c09bed89d3b98aeadf0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 19:14:23 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump tree-sitter-language-pack from 1.16.1 to 1.16.2 Bumps [tree-sitter-language-pack](https://github.com/xberg-io/tree-sitter-language-pack) from 1.16.1 to 1.16.2. - [Release notes](https://github.com/xberg-io/tree-sitter-language-pack/releases) - [Changelog](https://github.com/xberg-io/tree-sitter-language-pack/blob/main/CHANGELOG.md) - [Commits](https://github.com/xberg-io/tree-sitter-language-pack/compare/v1.16.1...v1.16.2) --- updated-dependencies: - dependency-name: tree-sitter-language-pack dependency-version: 1.16.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 57c4e3d6..01164d5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ mcp = [ code = [ "tree-sitter>=0.23; python_version >= '3.10'", "tree-sitter-language-pack==0.9.0; python_version < '3.10'", - "tree-sitter-language-pack==1.16.1; python_version >= '3.10'", + "tree-sitter-language-pack==1.16.2; python_version >= '3.10'", ] # Local resource extraction. Text/code/HTML/DOCX remain stdlib-only; this adds PDF # extraction and image OCR bindings (the Tesseract executable is installed separately). @@ -145,7 +145,7 @@ all = [ "cryptography>=50.0.0; python_version >= '3.10'", "tree-sitter>=0.23; python_version >= '3.10'", "tree-sitter-language-pack==0.9.0; python_version < '3.10'", - "tree-sitter-language-pack==1.16.1; python_version >= '3.10'", + "tree-sitter-language-pack==1.16.2; python_version >= '3.10'", "pypdf>=6.15.0", "Pillow>=12.3.0; python_version >= '3.10'", "pytesseract>=0.3.10; python_version >= '3.10'", @@ -188,7 +188,7 @@ test = [ "cryptography>=50.0.0; python_version >= '3.10'", "tree-sitter>=0.23; python_version >= '3.10'", "tree-sitter-language-pack==0.9.0; python_version < '3.10'", - "tree-sitter-language-pack==1.16.1; python_version >= '3.10'", + "tree-sitter-language-pack==1.16.2; python_version >= '3.10'", "pypdf>=6.15.0", "Pillow>=12.3.0; python_version >= '3.10'", "pytesseract>=0.3.10; python_version >= '3.10'", From dc2ff2c20533fb704eb1d5d75e65c3598b914e7b Mon Sep 17 00:00:00 2001 From: Coding-Dev-Tools Date: Sat, 12 Sep 2026 05:31:28 -0400 Subject: [PATCH 2/2] Fix Pi Hono audit for dependency qualification --- integrations/pi/npm-shrinkwrap.json | 6 +++--- integrations/pi/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integrations/pi/npm-shrinkwrap.json b/integrations/pi/npm-shrinkwrap.json index 8268d41c..02a3687e 100644 --- a/integrations/pi/npm-shrinkwrap.json +++ b/integrations/pi/npm-shrinkwrap.json @@ -3121,9 +3121,9 @@ } }, "node_modules/hono": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.0.tgz", - "integrity": "sha512-jhunvfHWxd7J5EFfSgH4xsYJzSe/lfqbUCxiyyeaQasUsXeEHXtzVid+7EOGByc5JnFa23SSFL3Y2RV/z1T+eQ==", + "version": "4.13.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.7.tgz", + "integrity": "sha512-c8/gF9ac8Y78/agExVocyLevgR+JlpNB444Py0FSX8pJoPdYUfUzRcXtYEYGwt6l19qIlVZPN5Mfsw9jFShmQQ==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/integrations/pi/package.json b/integrations/pi/package.json index 20c3dfac..e7ab1166 100644 --- a/integrations/pi/package.json +++ b/integrations/pi/package.json @@ -49,7 +49,7 @@ "@modelcontextprotocol/sdk": "1.30.0" }, "overrides": { - "hono": "^4.12.34" + "hono": "^4.13.5" }, "peerDependencies": { "@earendil-works/pi-coding-agent": "*",