Bump vitest from 0.24.5 to 0.25.1 (#3758)

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.24.5 to 0.25.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.25.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-14 12:26:54 +01:00 committed by GitHub
parent 4a67dc7bb2
commit 9509dae254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 9 deletions

View file

@ -118,7 +118,7 @@
"ts-node": "^10.9.1",
"vite": "^3.2.2",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.24.5",
"vitest": "^0.25.1",
"webpack": "^5.74.0"
}
}

22
package-lock.json generated
View file

@ -202,7 +202,7 @@
"ts-node": "^10.9.1",
"vite": "^3.2.2",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.24.5",
"vitest": "^0.25.1",
"webpack": "^5.74.0"
}
},
@ -14941,17 +14941,20 @@
}
},
"node_modules/vitest": {
"version": "0.24.5",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.24.5.tgz",
"integrity": "sha512-zw6JhPUHtLILQDe5Q39b/SzoITkG+R7hcFjuthp4xsi6zpmfQPOZcHodZ+3bqoWl4EdGK/p1fuMiEwdxgbGLOA==",
"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",
@ -19082,7 +19085,7 @@
"use-react-router-breadcrumbs": "^2.0.2",
"vite": "^3.2.2",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.24.5",
"vitest": "^0.25.1",
"webpack": "^5.74.0"
},
"dependencies": {
@ -25814,17 +25817,20 @@
}
},
"vitest": {
"version": "0.24.5",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.24.5.tgz",
"integrity": "sha512-zw6JhPUHtLILQDe5Q39b/SzoITkG+R7hcFjuthp4xsi6zpmfQPOZcHodZ+3bqoWl4EdGK/p1fuMiEwdxgbGLOA==",
"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",