mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Bump vitest from 0.25.1 to 0.25.2 in /web
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) 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/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c97aac6c94
commit
3fc917fd4e
93
web/package-lock.json
generated
93
web/package-lock.json
generated
@ -47,7 +47,7 @@
|
|||||||
"tailwindcss": "^3.2.3",
|
"tailwindcss": "^3.2.3",
|
||||||
"typescript": "^4.8.4",
|
"typescript": "^4.8.4",
|
||||||
"vite": "^3.2.3",
|
"vite": "^3.2.3",
|
||||||
"vitest": "^0.25.1"
|
"vitest": "^0.25.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@adobe/css-tools": {
|
"node_modules/@adobe/css-tools": {
|
||||||
@ -1767,6 +1767,61 @@
|
|||||||
"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",
|
||||||
@ -8443,9 +8498,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/vitest": {
|
"node_modules/vitest": {
|
||||||
"version": "0.25.1",
|
"version": "0.25.2",
|
||||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.1.tgz",
|
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.2.tgz",
|
||||||
"integrity": "sha512-eH74h6MkuEgsqR4mAQZeMK9O0PROiKY+i+1GMz/fBi5A3L2ml5U7JQs7LfPU7+uWUziZyLHagl+rkyfR8SLhlA==",
|
"integrity": "sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/chai": "^4.3.3",
|
"@types/chai": "^4.3.3",
|
||||||
@ -10095,6 +10150,30 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"c8": "^7.12.0",
|
"c8": "^7.12.0",
|
||||||
"vitest": "0.25.1"
|
"vitest": "0.25.1"
|
||||||
|
},
|
||||||
|
"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": {
|
||||||
@ -14917,9 +14996,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vitest": {
|
"vitest": {
|
||||||
"version": "0.25.1",
|
"version": "0.25.2",
|
||||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.1.tgz",
|
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.2.tgz",
|
||||||
"integrity": "sha512-eH74h6MkuEgsqR4mAQZeMK9O0PROiKY+i+1GMz/fBi5A3L2ml5U7JQs7LfPU7+uWUziZyLHagl+rkyfR8SLhlA==",
|
"integrity": "sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/chai": "^4.3.3",
|
"@types/chai": "^4.3.3",
|
||||||
|
|||||||
@ -51,6 +51,6 @@
|
|||||||
"tailwindcss": "^3.2.3",
|
"tailwindcss": "^3.2.3",
|
||||||
"typescript": "^4.8.4",
|
"typescript": "^4.8.4",
|
||||||
"vite": "^3.2.3",
|
"vite": "^3.2.3",
|
||||||
"vitest": "^0.25.1"
|
"vitest": "^0.25.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user