diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 479fbbf..98d2b09 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Check spelling - uses: crate-ci/typos@v1.42.1 + uses: crate-ci/typos@v1.42.3 with: config: ${{ inputs.config }} diff --git a/package.json b/package.json index fddde14..4a64998 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "private": true, - "packageManager": "pnpm@10.28.1", + "packageManager": "pnpm@10.28.2", "license": "MIT", "scripts": { "build": "pnpm -r run build",