Bump vitest from 0.25.3 to 0.25.7 (#4008)

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) 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/vitest)

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

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-12-12 07:29:06 +01:00 committed by GitHub
parent 27e6046ce8
commit e52ada163c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 18 deletions

View file

@ -107,7 +107,7 @@
"ts-node": "^10.9.1",
"vite": "^3.2.4",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.25.3",
"vitest": "^0.25.7",
"webpack": "^5.75.0"
}
}

37
package-lock.json generated
View file

@ -196,7 +196,7 @@
"ts-node": "^10.9.1",
"vite": "^3.2.4",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.25.3",
"vitest": "^0.25.7",
"webpack": "^5.75.0"
}
},
@ -13801,11 +13801,12 @@
}
},
"node_modules/strip-literal": {
"version": "0.4.2",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-1.0.0.tgz",
"integrity": "sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"acorn": "^8.8.0"
"acorn": "^8.8.1"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
@ -14949,9 +14950,9 @@
}
},
"node_modules/vitest": {
"version": "0.25.3",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.3.tgz",
"integrity": "sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==",
"version": "0.25.7",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.7.tgz",
"integrity": "sha512-lJ+Ue+v8kHl2JzjaKHJ9u5Yo/loU7zrWK2/Whn8OKQjtq5G7nkeWfXuq3elZaC8xKdkdIuWiiIicaNBG1F5yzg==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.3",
@ -14963,11 +14964,11 @@
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"source-map": "^0.6.1",
"strip-literal": "^0.4.2",
"strip-literal": "^1.0.0",
"tinybench": "^2.3.1",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
"vite": "^3.0.0"
"vite": "^3.0.0 || ^4.0.0"
},
"bin": {
"vitest": "vitest.mjs"
@ -19090,7 +19091,7 @@
"use-react-router-breadcrumbs": "^2.0.2",
"vite": "^3.2.4",
"vite-plugin-checker": "^0.5.1",
"vitest": "^0.25.3",
"vitest": "^0.25.7",
"webpack": "^5.75.0"
},
"dependencies": {
@ -25132,10 +25133,12 @@
"dev": true
},
"strip-literal": {
"version": "0.4.2",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-1.0.0.tgz",
"integrity": "sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==",
"dev": true,
"requires": {
"acorn": "^8.8.0"
"acorn": "^8.8.1"
}
},
"supports-color": {
@ -25874,9 +25877,9 @@
}
},
"vitest": {
"version": "0.25.3",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.3.tgz",
"integrity": "sha512-/UzHfXIKsELZhL7OaM2xFlRF8HRZgAHtPctacvNK8H4vOcbJJAMEgbWNGSAK7Y9b1NBe5SeM7VTuz2RsTHFJJA==",
"version": "0.25.7",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.25.7.tgz",
"integrity": "sha512-lJ+Ue+v8kHl2JzjaKHJ9u5Yo/loU7zrWK2/Whn8OKQjtq5G7nkeWfXuq3elZaC8xKdkdIuWiiIicaNBG1F5yzg==",
"dev": true,
"requires": {
"@types/chai": "^4.3.3",
@ -25888,11 +25891,11 @@
"debug": "^4.3.4",
"local-pkg": "^0.4.2",
"source-map": "^0.6.1",
"strip-literal": "^0.4.2",
"strip-literal": "^1.0.0",
"tinybench": "^2.3.1",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
"vite": "^3.0.0"
"vite": "^3.0.0 || ^4.0.0"
}
},
"vm-browserify": {