diff --git a/.github/workflows/dependabot-lockfile.yml b/.github/workflows/dependabot-lockfile.yml index d985e2f..0532521 100644 --- a/.github/workflows/dependabot-lockfile.yml +++ b/.github/workflows/dependabot-lockfile.yml @@ -13,7 +13,7 @@ jobs: if: github.actor == 'dependabot[bot]' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/bun.lock b/bun.lock index 4f61a55..d74eedd 100644 --- a/bun.lock +++ b/bun.lock @@ -20,12 +20,12 @@ "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-simple-import-sort": "^12.1.1", "globals": "^16.5.0", - "knip": "^5.70.2", - "prettier": "^3.7.1", + "knip": "^5.71.0", + "prettier": "^3.7.4", "prettier-plugin-astro": "^0.14.1", - "prettier-plugin-tailwindcss": "^0.7.1", + "prettier-plugin-tailwindcss": "^0.7.2", "typescript": "^5.9.3", - "typescript-eslint": "^8.48.0", + "typescript-eslint": "^8.48.1", }, }, },