From 6322333b196b282fb5515c4721ebd51fe926f79c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 18:32:40 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 2 +- bun.lock | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e295d22..75ee18c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/bun.lock b/bun.lock index 7f98f3b..4ca6693 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "@stacksjs/gitlint", "devDependencies": { - "@stacksjs/clapp": "^0.2.0", + "@stacksjs/clapp": "^0.2.10", "better-dx": "^0.2.15", }, }, diff --git a/package.json b/package.json index e5669e4..12b2f77 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "postinstall": "bunx git-hooks && bun run scripts/postinstall.ts" }, "devDependencies": { - "@stacksjs/clapp": "^0.2.0", + "@stacksjs/clapp": "^0.2.10", "better-dx": "^0.2.15" }, "git-hooks": {