diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08181f29..431c03d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -44,10 +44,10 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -67,10 +67,10 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/bun.lock b/bun.lock index 8237e43a..866d8255 100644 --- a/bun.lock +++ b/bun.lock @@ -20,10 +20,10 @@ "tlsx": "./dist/bin/cli.js", }, "dependencies": { - "@stacksjs/clapp": "^0.2.0", + "@stacksjs/clapp": "^0.2.10", }, "devDependencies": { - "bunfig": "^0.15.6", + "bunfig": "^0.15.13", "typescript": "^5.9.3", }, }, diff --git a/packages/tlsx/package.json b/packages/tlsx/package.json index 2d62f64d..fefd27b4 100644 --- a/packages/tlsx/package.json +++ b/packages/tlsx/package.json @@ -58,7 +58,7 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "bunfig": "^0.15.6", + "bunfig": "^0.15.13", "typescript": "^5.9.3" }, "simple-git-hooks": { @@ -68,6 +68,6 @@ "*.{js,ts}": "bunx pickier . --fix" }, "dependencies": { - "@stacksjs/clapp": "^0.2.0" + "@stacksjs/clapp": "^0.2.10" } }