Skip to content

Commit

Permalink
chore(deps-dev): bump @vitest/coverage-c8 from 0.24.0 to 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 10, 2022
1 parent 16dc085 commit 7c13d5c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -594,12 +594,12 @@
react-refresh "^0.14.0"

"@vitest/coverage-c8@^0.24.0":
version "0.24.0"
resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.24.0.tgz#d5d309f616b25b4fce5828d9acf3a672eb618c61"
integrity sha512-Ho5256BOrLnsJgEgE368ED17cr8rOAXrxvwpZ+XZUA4yAcMBxGAX08cCeG4dibmNVD2NE9Hcpd2foMZsTge3wA==
version "0.24.1"
resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.24.1.tgz#a7b4ed0d41c70c710d8771a559c58d493301d46d"
integrity sha512-cOFHXRHB9WHtGgsHE4FX4Ef1c9Hon668RNJQOJvqSy1/1Y7zIYIBhFWmuFKLZRCMV4jGT5CRiuB9KtdNsOc3og==
dependencies:
c8 "^7.12.0"
vitest "0.24.0"
vitest "0.24.1"

acorn-jsx@^5.3.1:
version "5.3.1"
Expand Down Expand Up @@ -3082,7 +3082,7 @@ through@^2.3.8:
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=

tinybench@^2.2.1:
tinybench@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/tinybench/-/tinybench-2.3.0.tgz#febb2e697c735c0cdb8eb1e43cb1d2fa1821f983"
integrity sha512-zs1gMVBwyyG2QbVchYIbnabRhMOCGvrwZz/q+SV+LIMa9q5YDQZi2kkI6ZRqV2Bz7ba1uvrc7ieUoE4KWnGeKg==
Expand Down Expand Up @@ -3238,10 +3238,10 @@ vite@^3.0.0:
optionalDependencies:
fsevents "~2.3.2"

vitest@0.24.0, vitest@^0.24.0:
version "0.24.0"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.0.tgz#61555b7b56e07f04a1692352de7d4803de0f5c88"
integrity sha512-k5j3FPTor+MJx2x0pDW2gtVk+s9VC6nSHT3SoqOIk9Je5fFpPgict+Xy2eAVXUogvSixs45Ya1oZk+oK93BO0w==
vitest@0.24.1, vitest@^0.24.0:
version "0.24.1"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.1.tgz#4b4ceb3d9c6710e8fb7a3b936b740f9c9f9cde10"
integrity sha512-NKkK1xnDIOOr42pKBfGQQl6b6IWdFVBpG6ZS1T+nUlJuqcOiZ7lxjVwHy9wrtTYpJ0BWww9y6bSGYXubD29Nag==
dependencies:
"@types/chai" "^4.3.3"
"@types/chai-subset" "^1.3.3"
Expand All @@ -3250,7 +3250,7 @@ vitest@0.24.0, vitest@^0.24.0:
debug "^4.3.4"
local-pkg "^0.4.2"
strip-literal "^0.4.2"
tinybench "^2.2.1"
tinybench "^2.3.0"
tinypool "^0.3.0"
tinyspy "^1.0.2"
vite "^3.0.0"
Expand Down

0 comments on commit 7c13d5c

Please sign in to comment.