Bump vitest from 0.18.0 to 0.18.1
Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/compare/v0.18.0...v0.18.1) --- 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
48a04c1db0
commit
6a70acd82e
2 changed files with 32 additions and 32 deletions
62
package-lock.json
generated
62
package-lock.json
generated
|
@ -79,7 +79,7 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.7.4",
|
||||
"vite": "^2.9.14",
|
||||
"vitest": "^0.18.0"
|
||||
"vitest": "^0.18.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18"
|
||||
|
@ -12291,9 +12291,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/local-pkg": {
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.1.tgz",
|
||||
"integrity": "sha512-lL87ytIGP2FU5PWwNDo0w3WhIo2gopIAxPg9RxDYF7m4rr5ahuZxP22xnJHIvaLTe4Z9P6uKKY2UHiwyB4pcrw==",
|
||||
"version": "0.4.2",
|
||||
"resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.2.tgz",
|
||||
"integrity": "sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
|
@ -17858,18 +17858,18 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/tinypool": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.2.2.tgz",
|
||||
"integrity": "sha512-tp4n5OARNL3v8ntdJUyo5NsDfwvUtu8isB43USjrsQxQrADDKY6UGBkmFaw/2vNmEt8S/uSm2U5FhkiK1eAFGw==",
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.2.4.tgz",
|
||||
"integrity": "sha512-Vs3rhkUH6Qq1t5bqtb816oT+HeJTXfwt2cbPH17sWHIYKTotQIFPk3tf2fgqRrVyMDVOc1EnPgzIxfIulXVzwQ==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/tinyspy": {
|
||||
"version": "0.3.3",
|
||||
"resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-0.3.3.tgz",
|
||||
"integrity": "sha512-gRiUR8fuhUf0W9lzojPf1N1euJYA30ISebSfgca8z76FOvXtVXqd5ojEIaKLWbDQhAaC3ibxZIjqbyi4ybjcTw==",
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-1.0.0.tgz",
|
||||
"integrity": "sha512-FI5B2QdODQYDRjfuLF+OrJ8bjWRMCXokQPcwKm0W3IzcbUmBNv536cQc7eXGoAuXphZwgx1DFbqImwzz08Fnhw==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
|
@ -18581,9 +18581,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vitest": {
|
||||
"version": "0.18.0",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.18.0.tgz",
|
||||
"integrity": "sha512-ryAtlh5Gvg3+aLNuOQ8YOHxgQCCu46jx40X5MBL0K0/ejB9i5zsr8fV8LTGXbXex80UMHlzceI9F+ouGaiR+mQ==",
|
||||
"version": "0.18.1",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.18.1.tgz",
|
||||
"integrity": "sha512-4F/1K/Vn4AvJwe7i2YblR02PT5vMKcw9KN4unDq2KD0YcSxX0B/6D6Qu9PJaXwVuxXMFTQ5ovd4+CQaW3bwofA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/chai": "^4.3.1",
|
||||
|
@ -18591,9 +18591,9 @@
|
|||
"@types/node": "*",
|
||||
"chai": "^4.3.6",
|
||||
"debug": "^4.3.4",
|
||||
"local-pkg": "^0.4.1",
|
||||
"tinypool": "^0.2.1",
|
||||
"tinyspy": "^0.3.3",
|
||||
"local-pkg": "^0.4.2",
|
||||
"tinypool": "^0.2.4",
|
||||
"tinyspy": "^1.0.0",
|
||||
"vite": "^2.9.12 || ^3.0.0-0"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -28117,9 +28117,9 @@
|
|||
}
|
||||
},
|
||||
"local-pkg": {
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.1.tgz",
|
||||
"integrity": "sha512-lL87ytIGP2FU5PWwNDo0w3WhIo2gopIAxPg9RxDYF7m4rr5ahuZxP22xnJHIvaLTe4Z9P6uKKY2UHiwyB4pcrw==",
|
||||
"version": "0.4.2",
|
||||
"resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.2.tgz",
|
||||
"integrity": "sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==",
|
||||
"dev": true
|
||||
},
|
||||
"locate-path": {
|
||||
|
@ -31967,15 +31967,15 @@
|
|||
"version": "1.0.3"
|
||||
},
|
||||
"tinypool": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.2.2.tgz",
|
||||
"integrity": "sha512-tp4n5OARNL3v8ntdJUyo5NsDfwvUtu8isB43USjrsQxQrADDKY6UGBkmFaw/2vNmEt8S/uSm2U5FhkiK1eAFGw==",
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.2.4.tgz",
|
||||
"integrity": "sha512-Vs3rhkUH6Qq1t5bqtb816oT+HeJTXfwt2cbPH17sWHIYKTotQIFPk3tf2fgqRrVyMDVOc1EnPgzIxfIulXVzwQ==",
|
||||
"dev": true
|
||||
},
|
||||
"tinyspy": {
|
||||
"version": "0.3.3",
|
||||
"resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-0.3.3.tgz",
|
||||
"integrity": "sha512-gRiUR8fuhUf0W9lzojPf1N1euJYA30ISebSfgca8z76FOvXtVXqd5ojEIaKLWbDQhAaC3ibxZIjqbyi4ybjcTw==",
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-1.0.0.tgz",
|
||||
"integrity": "sha512-FI5B2QdODQYDRjfuLF+OrJ8bjWRMCXokQPcwKm0W3IzcbUmBNv536cQc7eXGoAuXphZwgx1DFbqImwzz08Fnhw==",
|
||||
"dev": true
|
||||
},
|
||||
"tippy.js": {
|
||||
|
@ -32459,9 +32459,9 @@
|
|||
}
|
||||
},
|
||||
"vitest": {
|
||||
"version": "0.18.0",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.18.0.tgz",
|
||||
"integrity": "sha512-ryAtlh5Gvg3+aLNuOQ8YOHxgQCCu46jx40X5MBL0K0/ejB9i5zsr8fV8LTGXbXex80UMHlzceI9F+ouGaiR+mQ==",
|
||||
"version": "0.18.1",
|
||||
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.18.1.tgz",
|
||||
"integrity": "sha512-4F/1K/Vn4AvJwe7i2YblR02PT5vMKcw9KN4unDq2KD0YcSxX0B/6D6Qu9PJaXwVuxXMFTQ5ovd4+CQaW3bwofA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/chai": "^4.3.1",
|
||||
|
@ -32469,9 +32469,9 @@
|
|||
"@types/node": "*",
|
||||
"chai": "^4.3.6",
|
||||
"debug": "^4.3.4",
|
||||
"local-pkg": "^0.4.1",
|
||||
"tinypool": "^0.2.1",
|
||||
"tinyspy": "^0.3.3",
|
||||
"local-pkg": "^0.4.2",
|
||||
"tinypool": "^0.2.4",
|
||||
"tinyspy": "^1.0.0",
|
||||
"vite": "^2.9.12 || ^3.0.0-0"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.7.4",
|
||||
"vite": "^2.9.14",
|
||||
"vitest": "^0.18.0"
|
||||
"vitest": "^0.18.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
||||
|
|
Loading…
Reference in a new issue