diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 1654309c..2e966b47 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -126,11 +126,11 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.35.5 + uses: shivammathur/setup-php@2.37.0 with: php-version: '8.4' tools: composer @@ -163,7 +163,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Install dependencies run: bun install @@ -244,11 +244,11 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.35.5 + uses: shivammathur/setup-php@2.37.0 with: php-version: '8.4' tools: composer @@ -351,7 +351,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Install dependencies run: bun install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 376ed974..24191fe8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v6 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules uses: actions/cache@v4.3.0 @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v6 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules uses: actions/cache@v4.3.0 @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v6 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules uses: actions/cache@v4.3.0 diff --git a/bun.lock b/bun.lock index 82a323ca..db95b31e 100644 --- a/bun.lock +++ b/bun.lock @@ -27,8 +27,8 @@ }, "dependencies": { "@stacksjs/clapp": "^0.2.0", - "bunfig": "^0.15.6", - "pickier": "^0.1.9", + "bunfig": "^0.15.9", + "pickier": "^0.1.23", }, }, }, @@ -243,7 +243,7 @@ "path-scurry": ["path-scurry@1.11.1", "", { "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" } }, "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA=="], - "pickier": ["pickier@0.1.21", "", { "dependencies": { "@stacksjs/clapp": "^0.2.0" }, "optionalDependencies": { "ts-spell-check": "^0.1.0" }, "bin": { "pickier": "./dist/bin/cli.js" } }, "sha512-mxB2dnzRx9d9wfTl1wauo7rSjSnCR/AHnB+/hBZOtZ3EOCLGO7XWMHf5OwFBKS7jQOEMw4kgc88y3v/u2EzB1g=="], + "pickier": ["pickier@0.1.23", "", { "dependencies": { "@stacksjs/clapp": "^0.2.0" }, "optionalDependencies": { "ts-spell-check": "^0.1.0" }, "bin": { "pickier": "./dist/bin/cli.js" } }, "sha512-QIkcr3EKpGx8clVLlh2IzL2yUhfGuNvTA81BqmFFk47HREV13Rpx4gKZJ9NZGRi+TJjA8bIS2b2AszLzgKThIw=="], "process": ["process@0.11.10", "", {}, "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A=="], diff --git a/packages/logsmith/package.json b/packages/logsmith/package.json index d1a737cb..1e333d0e 100644 --- a/packages/logsmith/package.json +++ b/packages/logsmith/package.json @@ -60,7 +60,7 @@ }, "dependencies": { "@stacksjs/clapp": "^0.2.0", - "bunfig": "^0.15.6", - "pickier": "^0.1.9" + "bunfig": "^0.15.9", + "pickier": "^0.1.23" } }