diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-02-26 09:51:28 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-26 09:51:28 +0100 |
| commit | b157fc1189392580da20bba3a3d722419c1ecb9f (patch) | |
| tree | ac06aa3d5ad4d03a37b039d607bbaf04a10c5489 | |
| parent | 4b0bb497ab30ed35481a63a674d0743c491af0b1 (diff) | |
| download | faker-b157fc1189392580da20bba3a3d722419c1ecb9f.tar.xz faker-b157fc1189392580da20bba3a3d722419c1ecb9f.zip | |
chore(deps): update all non-major dependencies (#2687)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 401eceb9..d164e204 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,7 +210,7 @@ jobs: run: pnpm vitest run --coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 + uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/package.json b/package.json index d2f50413..fe8aa6d1 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "vitest": "~1.3.0", "vue": "~3.4.20" }, - "packageManager": "[email protected]", + "packageManager": "[email protected]", "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" |
