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

Bumps [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) from 0.25.1 to 0.25.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.25.2/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-17 13:16:02 +00:00 committed by GitHub
parent cc27c94e03
commit 38128fdfb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 89 deletions

97
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.2",
"@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.2",
"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.2.tgz",
"integrity": "sha512-gpl5QNaNeIN0mfRiosCqBFoZcizb5GA458TDnOQXkGDc4kklazxn70u9evGfV62wiiAUfGGebgRhxlBkAa6m6g==", "integrity": "sha512-qKsiUJh3bjbB5Q229CbxEWCqiDBwvIrcZ9OOuQdMEC0pce3/LlTUK3+K3hd7WqAYEbbiqXfC5MVMKHZkV82PgA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"c8": "^7.12.0", "c8": "^7.12.0",
"vitest": "0.25.1" "vitest": "0.25.2"
}, },
"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",
@ -10274,37 +10219,13 @@
} }
}, },
"@vitest/coverage-c8": { "@vitest/coverage-c8": {
"version": "0.25.1", "version": "0.25.2",
"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.2.tgz",
"integrity": "sha512-gpl5QNaNeIN0mfRiosCqBFoZcizb5GA458TDnOQXkGDc4kklazxn70u9evGfV62wiiAUfGGebgRhxlBkAa6m6g==", "integrity": "sha512-qKsiUJh3bjbB5Q229CbxEWCqiDBwvIrcZ9OOuQdMEC0pce3/LlTUK3+K3hd7WqAYEbbiqXfC5MVMKHZkV82PgA==",
"dev": true, "dev": true,
"requires": { "requires": {
"c8": "^7.12.0", "c8": "^7.12.0",
"vitest": "0.25.1" "vitest": "0.25.2"
},
"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": {

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.2",
"@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",