diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index d0e4b63..890aae1 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -130,7 +130,7 @@ jobs: - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.36.0 + uses: shivammathur/setup-php@2.37.0 with: php-version: '8.4' tools: composer @@ -248,7 +248,7 @@ jobs: - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.36.0 + uses: shivammathur/setup-php@2.37.0 with: php-version: '8.4' tools: composer diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08181f2..431c03d 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 a039731..f962e7f 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "tlsx", "devDependencies": { - "better-dx": "^0.2.7", + "better-dx": "^0.2.12", "typescript": "^5.9.3", }, }, @@ -20,11 +20,11 @@ "tlsx": "./dist/bin/cli.js", }, "dependencies": { - "@stacksjs/clapp": "^0.2.0", + "@stacksjs/clapp": "^0.2.7", "consola": "^3.4.2", }, "devDependencies": { - "bunfig": "^0.15.6", + "bunfig": "^0.15.11", "typescript": "^5.9.3", }, }, diff --git a/package.json b/package.json index 9776317..db58e4e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "preview:docs": "bun --bun bunpress preview docs" }, "devDependencies": { - "better-dx": "^0.2.7", + "better-dx": "^0.2.12", "typescript": "^5.9.3" }, "git-hooks": { diff --git a/packages/tlsx/package.json b/packages/tlsx/package.json index cdda894..96a21a0 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.11", "typescript": "^5.9.3" }, "simple-git-hooks": { @@ -68,7 +68,7 @@ "*.{js,ts}": "bunx pickier . --fix" }, "dependencies": { - "@stacksjs/clapp": "^0.2.0", + "@stacksjs/clapp": "^0.2.7", "consola": "^3.4.2" } }