diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 465889b..9c5c45c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -70,7 +70,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -93,7 +93,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/package.json b/package.json index e53e550..3c9bbd4 100644 --- a/package.json +++ b/package.json @@ -60,20 +60,20 @@ "zip:darwin-arm64": "zip -j bin/aax-darwin-arm64.zip bin/aax-darwin-arm64" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.84", + "@stacksjs/bumpx": "^0.1.86", "@stacksjs/clarity": "^0.3.23", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.22", - "buddy-bot": "0.9.7", - "bumpp": "^10.2.3", - "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "0.9.5", + "@types/bun": "^1.2.23", + "buddy-bot": "0.9.8", + "bumpp": "^10.3.1", + "bun-git-hooks": "^0.3.1", + "bun-plugin-dtsx": "0.21.12", "bunfig": "^0.15.0", "changelogen": "^0.6.2", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "git-hooks": { "pre-commit": {