From 77ce5a511717ad2498f8344417540fa25eb91187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 23:05:32 +0000 Subject: [PATCH] chore(deps): bump preact from 10.29.2 to 10.29.7 Bumps [preact](https://github.com/preactjs/preact) from 10.29.2 to 10.29.7. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.29.2...10.29.7) --- updated-dependencies: - dependency-name: preact dependency-version: 10.29.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index cfa60e8..5845858 100644 --- a/bun.lock +++ b/bun.lock @@ -5,11 +5,11 @@ "": { "name": "devopsworker", "dependencies": { - "@anthropic-ai/claude-agent-sdk": "^0.3.185", + "@anthropic-ai/claude-agent-sdk": "0.3.185", "@preact/signals": "^2.9.2", "@sshadows/tree-sitter-al": "^3.0.1", "postgres": "^3.4.9", - "preact": "^10.29.2", + "preact": "^10.29.7", "web-tree-sitter": "^0.26.9", "zod": "^4.4.3", }, @@ -199,7 +199,7 @@ "postgres": ["postgres@3.4.9", "", {}, "sha512-GD3qdB0x1z9xgFI6cdRD6xu2Sp2WCOEoe3mtnyB5Ee0XrrL5Pe+e4CCnJrRMnL1zYtRDZmQQVbvOttLnKDLnaw=="], - "preact": ["preact@10.29.2", "", {}, "sha512-7tNmwg/7mzzAoB/8kSg6Hl37JraAZw3Z3A0JSY7VXlZwo82Xn0G7wKbNNs2qoF4ZEEsQGTwDAroNdqKs1ofJxQ=="], + "preact": ["preact@10.29.7", "", { "peerDependencies": { "preact-render-to-string": ">=5" }, "optionalPeers": ["preact-render-to-string"] }, "sha512-DCHYrK/B10yUD3ZjLfhZ3WIE/9Vf9VFUODcRE2dRomTYDpJk6z6L9wecSfhfE6M9ZTHUdyQkoC46arIDhEV84Q=="], "proxy-addr": ["proxy-addr@2.0.7", "", { "dependencies": { "forwarded": "0.2.0", "ipaddr.js": "1.9.1" } }, "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg=="], diff --git a/package.json b/package.json index b229732..1245b20 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@preact/signals": "^2.9.2", "@sshadows/tree-sitter-al": "^3.0.1", "postgres": "^3.4.9", - "preact": "^10.29.2", + "preact": "^10.29.7", "web-tree-sitter": "^0.26.9", "zod": "^4.4.3" },