diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 17044d8..85d3cc1 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@v5 - name: Check spelling - uses: crate-ci/typos@v1.39.0 + uses: crate-ci/typos@v1.39.2 with: config: ${{ inputs.config }} diff --git a/package.json b/package.json index 59420f7..cea5fac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "private": true, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@10.22.0", "license": "MIT", "scripts": { "lint": "eslint",