From dde9ccfd28b748e87d49b23d7ba2a927eb578a44 Mon Sep 17 00:00:00 2001 From: "auto-maintenance[bot]" Date: Tue, 19 May 2026 03:33:38 +0000 Subject: [PATCH] Upgrade dependencies package.json dependencies.yaml: ^2.8.4 -> ^2.9.0 --- bun.lock | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index ea2023f..8fb6bca 100644 --- a/bun.lock +++ b/bun.lock @@ -99,7 +99,7 @@ "y18n": ["y18n@5.0.8", "", {}, "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA=="], - "yaml": ["yaml@2.8.4", "", { "bin": { "yaml": "bin.mjs" } }, "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog=="], + "yaml": ["yaml@2.9.0", "", { "bin": { "yaml": "bin.mjs" } }, "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA=="], "yargs": ["yargs@18.0.0", "", { "dependencies": { "cliui": "^9.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "string-width": "^7.2.0", "y18n": "^5.0.5", "yargs-parser": "^22.0.0" } }, "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg=="], diff --git a/package.json b/package.json index 7a0fd66..22cae55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "traicebox", - "version": "0.1.17", + "version": "0.1.18", "description": "A local developer stack for tracing and session tracking around LLM and AI model workflows", "license": "MIT", "author": "Fardjad Davari ", @@ -43,7 +43,7 @@ }, "dependencies": { "picospinner": "^3.0.0", - "yaml": "^2.8.4", + "yaml": "^2.9.0", "yargs": "^18.0.0" } }