From edcf309e83f9694df529856e11a638f89e5edd43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 01:41:31 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/spell-check.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 78e5bf4..b053fcb 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@v6.0.1 - name: Check spelling - uses: crate-ci/typos@v1.41.0 + uses: crate-ci/typos@v1.42.0 with: config: ${{ inputs.config }} diff --git a/package.json b/package.json index a61e868..0fd717d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "private": true, - "packageManager": "pnpm@10.27.0", + "packageManager": "pnpm@10.28.0", "license": "MIT", "scripts": { "lint": "eslint",