diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-06-15 02:13:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-15 02:13:28 +0200 |
| commit | b7c01cce7d7e289831229f4654345a67d4a97f89 (patch) | |
| tree | 13c6fa7fc4a0979d11002ae78868ec785686a7c5 | |
| parent | fb5460aaba26e1dc9e655be279089fb3b252866a (diff) | |
| download | faker-b7c01cce7d7e289831229f4654345a67d4a97f89.tar.xz faker-b7c01cce7d7e289831229f4654345a67d4a97f89.zip | |
chore(deps): update all non-major dependencies (#3523)
| -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 3e6f02fc..bc7361d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,7 +204,7 @@ jobs: run: pnpm vitest run --coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/package.json b/package.json index e4bebf96..c91b29be 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "vue": "3.5.13", "vue-tsc": "2.2.8" }, - "packageManager": "[email protected]", + "packageManager": "[email protected]", "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" |
