diff --git a/package.json b/package.json index 2ffe16d0f..367c3bfcb 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "vite": "2.9.14", "vite-plugin-pwa": "0.12.3", "vite-svg-loader": "3.4.0", - "vitest": "0.18.0", + "vitest": "0.18.1", "vue-tsc": "0.38.5", "wait-on": "6.0.1", "workbox-cli": "6.5.3" diff --git a/yarn.lock b/yarn.lock index 52e4e0666..fec93ef7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8121,10 +8121,10 @@ listr@^0.14.3: p-map "^2.0.0" rxjs "^6.3.3" -local-pkg@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-0.4.1.tgz#e7b0d7aa0b9c498a1110a5ac5b00ba66ef38cfff" - integrity sha512-lL87ytIGP2FU5PWwNDo0w3WhIo2gopIAxPg9RxDYF7m4rr5ahuZxP22xnJHIvaLTe4Z9P6uKKY2UHiwyB4pcrw== +local-pkg@^0.4.2: + version "0.4.2" + resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-0.4.2.tgz#13107310b77e74a0e513147a131a2ba288176c2f" + integrity sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg== locate-path@^5.0.0: version "5.0.0" @@ -11727,15 +11727,15 @@ timed-out@^4.0.1: resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8= -tinypool@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.2.1.tgz#7c3347514de36113f224212590de17f04fdf0078" - integrity sha512-HFU5ZYVq3wBfhSaf8qdqGsneaqXm0FgJQpoUlJbVdHpRLzm77IneKAD3RjzJWZvIv0YpPB9S7LUW53f6BE6ZSg== +tinypool@^0.2.4: + version "0.2.4" + resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.2.4.tgz#4d2598c4689d1a2ce267ddf3360a9c6b3925a20c" + integrity sha512-Vs3rhkUH6Qq1t5bqtb816oT+HeJTXfwt2cbPH17sWHIYKTotQIFPk3tf2fgqRrVyMDVOc1EnPgzIxfIulXVzwQ== -tinyspy@^0.3.3: - version "0.3.3" - resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-0.3.3.tgz#8b57f8aec7fe1bf583a3a49cb9ab30c742f69237" - integrity sha512-gRiUR8fuhUf0W9lzojPf1N1euJYA30ISebSfgca8z76FOvXtVXqd5ojEIaKLWbDQhAaC3ibxZIjqbyi4ybjcTw== +tinyspy@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-1.0.0.tgz#0cb34587287b0432b33fe36a9bd945fe22b1eb89" + integrity sha512-FI5B2QdODQYDRjfuLF+OrJ8bjWRMCXokQPcwKm0W3IzcbUmBNv536cQc7eXGoAuXphZwgx1DFbqImwzz08Fnhw== tmp-promise@^3.0.2, tmp-promise@^3.0.3: version "3.0.3" @@ -12316,19 +12316,19 @@ vite@2.9.14: optionalDependencies: fsevents "~2.3.2" -vitest@0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.18.0.tgz#a9b59213ee6917e9da0797a2e1d7cb52b8f1b644" - integrity sha512-ryAtlh5Gvg3+aLNuOQ8YOHxgQCCu46jx40X5MBL0K0/ejB9i5zsr8fV8LTGXbXex80UMHlzceI9F+ouGaiR+mQ== +vitest@0.18.1: + version "0.18.1" + resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.18.1.tgz#33c5003fc8c4b296801897ae1a3f142f57015574" + integrity sha512-4F/1K/Vn4AvJwe7i2YblR02PT5vMKcw9KN4unDq2KD0YcSxX0B/6D6Qu9PJaXwVuxXMFTQ5ovd4+CQaW3bwofA== dependencies: "@types/chai" "^4.3.1" "@types/chai-subset" "^1.3.3" "@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" vue-advanced-cropper@2.8.3: