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",