Bump @vitest/coverage-c8 from 0.25.1 to 0.25.3 in /web

Bumps [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) from 0.25.1 to 0.25.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.25.3/packages/coverage-c8)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-c8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-23 11:04:44 +00:00 committed by GitHub
parent f4187d6b83
commit a3d130076f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 95 deletions

109
web/package-lock.json generated
View File

@ -32,7 +32,7 @@
"@types/video.js": "^7.3.49", "@types/video.js": "^7.3.49",
"@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.43.0", "@typescript-eslint/parser": "^5.43.0",
"@vitest/coverage-c8": "^0.25.1", "@vitest/coverage-c8": "^0.25.3",
"@vitest/ui": "^0.25.1", "@vitest/ui": "^0.25.1",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"eslint": "^8.27.0", "eslint": "^8.27.0",
@ -1844,73 +1844,18 @@
} }
}, },
"node_modules/@vitest/coverage-c8": { "node_modules/@vitest/coverage-c8": {
"version": "0.25.1", "version": "0.25.3",
"resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.25.1.tgz", "resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.25.3.tgz",
"integrity": "sha512-gpl5QNaNeIN0mfRiosCqBFoZcizb5GA458TDnOQXkGDc4kklazxn70u9evGfV62wiiAUfGGebgRhxlBkAa6m6g==", "integrity": "sha512-+tmrB3E7pZTSM+aWKzLk0FpyyaQOoRQf0594hHp+E3Kk0tiFONiEFYf7+9a1Z+C2ffU/0w6KvyBjpNPdashMrg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"c8": "^7.12.0", "c8": "^7.12.0",
"vitest": "0.25.1" "vitest": "0.25.3"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/antfu" "url": "https://github.com/sponsors/antfu"
} }
}, },
"node_modules/@vitest/coverage-c8/node_modules/vitest": {
"version": "0.25.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.1.tgz",
"integrity": "sha512-eH74h6MkuEgsqR4mAQZeMK9O0PROiKY+i+1GMz/fBi5A3L2ml5U7JQs7LfPU7+uWUziZyLHagl+rkyfR8SLhlA==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/node": "*",
"acorn": "^8.8.0",
"acorn-walk": "^8.2.0",
"chai": "^4.3.6",
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"source-map": "^0.6.1",
"strip-literal": "^0.4.2",
"tinybench": "^2.3.1",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
"vite": "^3.0.0"
},
"bin": {
"vitest": "vitest.mjs"
},
"engines": {
"node": ">=v14.16.0"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
},
"peerDependencies": {
"@edge-runtime/vm": "*",
"@vitest/browser": "*",
"@vitest/ui": "*",
"happy-dom": "*",
"jsdom": "*"
},
"peerDependenciesMeta": {
"@edge-runtime/vm": {
"optional": true
},
"@vitest/browser": {
"optional": true
},
"@vitest/ui": {
"optional": true
},
"happy-dom": {
"optional": true
},
"jsdom": {
"optional": true
}
}
},
"node_modules/@vitest/ui": { "node_modules/@vitest/ui": {
"version": "0.25.1", "version": "0.25.1",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.25.1.tgz", "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.25.1.tgz",
@ -8577,9 +8522,9 @@
} }
}, },
"node_modules/vitest": { "node_modules/vitest": {
"version": "0.25.2", "version": "0.25.3",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.2.tgz", "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.3.tgz",
"integrity": "sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==", "integrity": "sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/chai": "^4.3.3", "@types/chai": "^4.3.3",
@ -10274,37 +10219,13 @@
} }
}, },
"@vitest/coverage-c8": { "@vitest/coverage-c8": {
"version": "0.25.1", "version": "0.25.3",
"resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.25.1.tgz", "resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.25.3.tgz",
"integrity": "sha512-gpl5QNaNeIN0mfRiosCqBFoZcizb5GA458TDnOQXkGDc4kklazxn70u9evGfV62wiiAUfGGebgRhxlBkAa6m6g==", "integrity": "sha512-+tmrB3E7pZTSM+aWKzLk0FpyyaQOoRQf0594hHp+E3Kk0tiFONiEFYf7+9a1Z+C2ffU/0w6KvyBjpNPdashMrg==",
"dev": true, "dev": true,
"requires": { "requires": {
"c8": "^7.12.0", "c8": "^7.12.0",
"vitest": "0.25.1" "vitest": "0.25.3"
},
"dependencies": {
"vitest": {
"version": "0.25.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.1.tgz",
"integrity": "sha512-eH74h6MkuEgsqR4mAQZeMK9O0PROiKY+i+1GMz/fBi5A3L2ml5U7JQs7LfPU7+uWUziZyLHagl+rkyfR8SLhlA==",
"dev": true,
"requires": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/node": "*",
"acorn": "^8.8.0",
"acorn-walk": "^8.2.0",
"chai": "^4.3.6",
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"source-map": "^0.6.1",
"strip-literal": "^0.4.2",
"tinybench": "^2.3.1",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
"vite": "^3.0.0"
}
}
} }
}, },
"@vitest/ui": { "@vitest/ui": {
@ -15120,9 +15041,9 @@
} }
}, },
"vitest": { "vitest": {
"version": "0.25.2", "version": "0.25.3",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.2.tgz", "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.3.tgz",
"integrity": "sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==", "integrity": "sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/chai": "^4.3.3", "@types/chai": "^4.3.3",

View File

@ -36,7 +36,7 @@
"@types/video.js": "^7.3.49", "@types/video.js": "^7.3.49",
"@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.43.0", "@typescript-eslint/parser": "^5.43.0",
"@vitest/coverage-c8": "^0.25.1", "@vitest/coverage-c8": "^0.25.3",
"@vitest/ui": "^0.25.1", "@vitest/ui": "^0.25.1",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"eslint": "^8.27.0", "eslint": "^8.27.0",