diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-05-29 09:32:12 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-29 09:32:12 +0200 |
| commit | beb14bfe0833f899411ba5cb65265aa10c24949e (patch) | |
| tree | 62e37be5c479a4250b0450f2f6d1253cce99af82 | |
| parent | 651d1a8cd11b2d562c7a6473b8a544b81d5fbb95 (diff) | |
| download | faker-beb14bfe0833f899411ba5cb65265aa10c24949e.tar.xz faker-beb14bfe0833f899411ba5cb65265aa10c24949e.zip | |
chore(deps): update dependency c8 to ~7.14.0 (#2183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index a8fe638b..947cac72 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "@vitest/coverage-c8": "~0.31.1", "@vitest/ui": "~0.31.1", "@vueuse/core": "~10.1.2", - "c8": "~7.13.0", + "c8": "~7.14.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~12.13.0", "esbuild": "~0.17.19", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 90987547..1cd63b63 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,8 +44,8 @@ devDependencies: specifier: ~10.1.2 version: 10.1.2([email protected]) c8: - specifier: ~7.13.0 - version: 7.13.0 + specifier: ~7.14.0 + version: 7.14.0 conventional-changelog-cli: specifier: ~2.2.2 version: 2.2.2 @@ -1114,7 +1114,7 @@ packages: vitest: '>=0.30.0 <1' dependencies: '@ampproject/remapping': 2.2.1 - c8: 7.13.0 + c8: 7.14.0 magic-string: 0.30.0 picocolors: 1.0.0 std-env: 3.3.3 @@ -1613,8 +1613,8 @@ packages: ieee754: 1.2.1 dev: true - resolution: {integrity: sha512-/NL4hQTv1gBL6J6ei80zu3IiTrmePDKXKXOTLpHvcIWZTVYQlDhVWjjWvkhICylE8EwwnMVzDZugCvdx0/DIIA==} + resolution: {integrity: sha512-i04rtkkcNcCf7zsQcSv/T9EbUn4RXQ6mropeMcjFOsQXQ0iGLAr/xT6TImQg4+U9hmNpN9XdvPkjUL1IzbgxJw==} engines: {node: '>=10.12.0'} hasBin: true dependencies: |
