diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 6363d99..7f42cb6 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@v6 - name: Check spelling - uses: crate-ci/typos@v1.39.2 + uses: crate-ci/typos@v1.40.0 with: config: ${{ inputs.config }} diff --git a/package.json b/package.json index 2a017ff..99dc735 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "private": true, - "packageManager": "pnpm@10.23.0", + "packageManager": "pnpm@10.24.0", "license": "MIT", "scripts": { "lint": "eslint",