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

Bumps [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) from 0.25.3 to 0.25.7.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.25.7/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-12-12 11:06:33 +00:00 committed by GitHub
parent 037f3761e7
commit 89b26c292d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 28 deletions

54
web/package-lock.json generated
View File

@ -34,7 +34,7 @@
"@types/video.js": "^7.3.49", "@types/video.js": "^7.3.49",
"@typescript-eslint/eslint-plugin": "^5.44.0", "@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0", "@typescript-eslint/parser": "^5.44.0",
"@vitest/coverage-c8": "^0.25.3", "@vitest/coverage-c8": "^0.25.7",
"@vitest/ui": "^0.25.3", "@vitest/ui": "^0.25.3",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"eslint": "^8.28.0", "eslint": "^8.28.0",
@ -2104,13 +2104,13 @@
} }
}, },
"node_modules/@vitest/coverage-c8": { "node_modules/@vitest/coverage-c8": {
"version": "0.25.3", "version": "0.25.7",
"resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.25.3.tgz", "resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.25.7.tgz",
"integrity": "sha512-+tmrB3E7pZTSM+aWKzLk0FpyyaQOoRQf0594hHp+E3Kk0tiFONiEFYf7+9a1Z+C2ffU/0w6KvyBjpNPdashMrg==", "integrity": "sha512-TEoYjW4YIDXKCMmLqduIGpIq2JmlhE3M0Q68apjNM0ljrJyEvYpaDI5b7OyfXbAJjhmZvIlfEZfZnmhbExHLHg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"c8": "^7.12.0", "c8": "^7.12.0",
"vitest": "0.25.3" "vitest": "0.25.7"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/antfu" "url": "https://github.com/sponsors/antfu"
@ -8223,12 +8223,12 @@
} }
}, },
"node_modules/strip-literal": { "node_modules/strip-literal": {
"version": "0.4.2", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-0.4.2.tgz", "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-1.0.0.tgz",
"integrity": "sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==", "integrity": "sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"acorn": "^8.8.0" "acorn": "^8.8.1"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/antfu" "url": "https://github.com/sponsors/antfu"
@ -8855,9 +8855,9 @@
} }
}, },
"node_modules/vitest": { "node_modules/vitest": {
"version": "0.25.3", "version": "0.25.7",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.3.tgz", "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.7.tgz",
"integrity": "sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==", "integrity": "sha512-lJ+Ue+v8kHl2JzjaKHJ9u5Yo/loU7zrWK2/Whn8OKQjtq5G7nkeWfXuq3elZaC8xKdkdIuWiiIicaNBG1F5yzg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/chai": "^4.3.3", "@types/chai": "^4.3.3",
@ -8869,11 +8869,11 @@
"debug": "^4.3.4", "debug": "^4.3.4",
"local-pkg": "^0.4.2", "local-pkg": "^0.4.2",
"source-map": "^0.6.1", "source-map": "^0.6.1",
"strip-literal": "^0.4.2", "strip-literal": "^1.0.0",
"tinybench": "^2.3.1", "tinybench": "^2.3.1",
"tinypool": "^0.3.0", "tinypool": "^0.3.0",
"tinyspy": "^1.0.2", "tinyspy": "^1.0.2",
"vite": "^3.0.0" "vite": "^3.0.0 || ^4.0.0"
}, },
"bin": { "bin": {
"vitest": "vitest.mjs" "vitest": "vitest.mjs"
@ -10723,13 +10723,13 @@
} }
}, },
"@vitest/coverage-c8": { "@vitest/coverage-c8": {
"version": "0.25.3", "version": "0.25.7",
"resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.25.3.tgz", "resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.25.7.tgz",
"integrity": "sha512-+tmrB3E7pZTSM+aWKzLk0FpyyaQOoRQf0594hHp+E3Kk0tiFONiEFYf7+9a1Z+C2ffU/0w6KvyBjpNPdashMrg==", "integrity": "sha512-TEoYjW4YIDXKCMmLqduIGpIq2JmlhE3M0Q68apjNM0ljrJyEvYpaDI5b7OyfXbAJjhmZvIlfEZfZnmhbExHLHg==",
"dev": true, "dev": true,
"requires": { "requires": {
"c8": "^7.12.0", "c8": "^7.12.0",
"vitest": "0.25.3" "vitest": "0.25.7"
} }
}, },
"@vitest/ui": { "@vitest/ui": {
@ -15129,12 +15129,12 @@
"dev": true "dev": true
}, },
"strip-literal": { "strip-literal": {
"version": "0.4.2", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-0.4.2.tgz", "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-1.0.0.tgz",
"integrity": "sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==", "integrity": "sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"acorn": "^8.8.0" "acorn": "^8.8.1"
} }
}, },
"supports-color": { "supports-color": {
@ -15602,9 +15602,9 @@
"requires": {} "requires": {}
}, },
"vitest": { "vitest": {
"version": "0.25.3", "version": "0.25.7",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.3.tgz", "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.7.tgz",
"integrity": "sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==", "integrity": "sha512-lJ+Ue+v8kHl2JzjaKHJ9u5Yo/loU7zrWK2/Whn8OKQjtq5G7nkeWfXuq3elZaC8xKdkdIuWiiIicaNBG1F5yzg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/chai": "^4.3.3", "@types/chai": "^4.3.3",
@ -15616,11 +15616,11 @@
"debug": "^4.3.4", "debug": "^4.3.4",
"local-pkg": "^0.4.2", "local-pkg": "^0.4.2",
"source-map": "^0.6.1", "source-map": "^0.6.1",
"strip-literal": "^0.4.2", "strip-literal": "^1.0.0",
"tinybench": "^2.3.1", "tinybench": "^2.3.1",
"tinypool": "^0.3.0", "tinypool": "^0.3.0",
"tinyspy": "^1.0.2", "tinyspy": "^1.0.2",
"vite": "^3.0.0" "vite": "^3.0.0 || ^4.0.0"
} }
}, },
"vscode-languageserver-textdocument": { "vscode-languageserver-textdocument": {

View File

@ -38,7 +38,7 @@
"@types/video.js": "^7.3.49", "@types/video.js": "^7.3.49",
"@typescript-eslint/eslint-plugin": "^5.44.0", "@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0", "@typescript-eslint/parser": "^5.44.0",
"@vitest/coverage-c8": "^0.25.3", "@vitest/coverage-c8": "^0.25.7",
"@vitest/ui": "^0.25.3", "@vitest/ui": "^0.25.3",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"eslint": "^8.28.0", "eslint": "^8.28.0",