0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update dependency vitest to v0.31.4

This commit is contained in:
renovate[bot] 2023-06-01 10:08:51 +00:00 committed by Daniel Lockyer
parent 83847bf22c
commit 2a739cf248
4 changed files with 40 additions and 40 deletions

View file

@ -81,6 +81,6 @@
"typescript": "5.0.4",
"vite": "4.3.9",
"vite-plugin-svgr": "3.2.0",
"vitest": "0.31.3"
"vitest": "0.31.4"
}
}

View file

@ -82,6 +82,6 @@
"vite": "4.3.9",
"vite-plugin-css-injected-by-js": "3.1.1",
"vite-plugin-svgr": "3.2.0",
"vitest": "0.31.3"
"vitest": "0.31.4"
}
}

View file

@ -74,6 +74,6 @@
"typescript": "5.0.4",
"vite": "4.3.9",
"vite-plugin-svgr": "3.2.0",
"vitest": "0.31.3"
"vitest": "0.31.4"
}
}

View file

@ -7985,38 +7985,38 @@
picocolors "^1.0.0"
std-env "^3.3.1"
"@vitest/expect@0.31.3":
version "0.31.3"
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-0.31.3.tgz#1a1d70822d17e8aa76aec527da0a74dfd79d5f6f"
integrity sha512-J+npV64YwKRJN7hA8KVnuyGi5k5mIaq4XmqIxKbRUX0BRBkU1xZ7gZeTwQ4S4dBTcvSvcoxceBNfMTnOdTlg3g==
"@vitest/expect@0.31.4":
version "0.31.4"
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-0.31.4.tgz#115c517404488bf3cb6ce4ac411c40d8e86891b8"
integrity sha512-tibyx8o7GUyGHZGyPgzwiaPaLDQ9MMuCOrc03BYT0nryUuhLbL7NV2r/q98iv5STlwMgaKuFJkgBW/8iPKwlSg==
dependencies:
"@vitest/spy" "0.31.3"
"@vitest/utils" "0.31.3"
"@vitest/spy" "0.31.4"
"@vitest/utils" "0.31.4"
chai "^4.3.7"
"@vitest/runner@0.31.3":
version "0.31.3"
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-0.31.3.tgz#0dfc4825ef9e958c332b773fbf8b4baa21c6ea07"
integrity sha512-89Fic1IRu4yNqnks/KJEncqZsmQpxq9RSnMVwV0RZeI9RWv/FYh9Nuoz8ld73YKOh6NiF4f9EE3COfNwX8aRpw==
"@vitest/runner@0.31.4":
version "0.31.4"
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-0.31.4.tgz#e99abee89132a500d9726a53b58dfc9160db1078"
integrity sha512-Wgm6UER+gwq6zkyrm5/wbpXGF+g+UBB78asJlFkIOwyse0pz8lZoiC6SW5i4gPnls/zUcPLWS7Zog0LVepXnpg==
dependencies:
"@vitest/utils" "0.31.3"
"@vitest/utils" "0.31.4"
concordance "^5.0.4"
p-limit "^4.0.0"
pathe "^1.1.0"
"@vitest/snapshot@0.31.3":
version "0.31.3"
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-0.31.3.tgz#cddaf637c07ee232303da8003f1f2a718eae656b"
integrity sha512-CgcmlZyP083oPUgd83rwLZ+qoT4KdvLNsyWRiJNgHoJjR0r7StVY+LlLAfdC9qA70G8O+hJeug+Yn1u4H51OzA==
"@vitest/snapshot@0.31.4":
version "0.31.4"
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-0.31.4.tgz#59a42046fec4950a1ac70cf0ec64aada3b995559"
integrity sha512-LemvNumL3NdWSmfVAMpXILGyaXPkZbG5tyl6+RQSdcHnTj6hvA49UAI8jzez9oQyE/FWLKRSNqTGzsHuk89LRA==
dependencies:
magic-string "^0.30.0"
pathe "^1.1.0"
pretty-format "^27.5.1"
"@vitest/spy@0.31.3":
version "0.31.3"
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-0.31.3.tgz#399bf7280db6ec864b96041535e24daff740c5c0"
integrity sha512-tXGIYPdqjBXLhOWSUhWV/eBWBllfD8f6ppQXR0YMBt95bZrCNV7pM29pkam2M/3GAlg7hS+I8wnKZVkIxgXz9A==
"@vitest/spy@0.31.4":
version "0.31.4"
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-0.31.4.tgz#fce8e348cea32deff79996d116c67893b19cc47d"
integrity sha512-3ei5ZH1s3aqbEyftPAzSuunGICRuhE+IXOmpURFdkm5ybUADk+viyQfejNk6q8M5QGX8/EVKw+QWMEP3DTJDag==
dependencies:
tinyspy "^2.1.0"
@ -8031,10 +8031,10 @@
picocolors "^1.0.0"
sirv "^2.0.2"
"@vitest/utils@0.31.3":
version "0.31.3"
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-0.31.3.tgz#11d83ceb6cd46a3df37cbb80f9b366cbb4b76b3e"
integrity sha512-aLxfilR38ARSw6U/E9hl5bkn2TNeWLK7rZaIWZQUpT6BBilbehwJbSVGENubW5Pb9cawqchZZ7IQMW99t0Ww3A==
"@vitest/utils@0.31.4":
version "0.31.4"
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-0.31.4.tgz#5cfdcecfd604a7dbe3972cfe0f2b1e0af1246ad2"
integrity sha512-DobZbHacWznoGUfYU8XDPY78UubJxXfMNY1+SUdOp1NsI34eopSA6aZMeaGu10waSOeYwE8lxrd/pLfT0RMxjQ==
dependencies:
concordance "^5.0.4"
loupe "^2.3.6"
@ -32655,10 +32655,10 @@ vinyl@~3.0.0:
replace-ext "^2.0.0"
teex "^1.0.1"
vite-node@0.31.3:
version "0.31.3"
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.31.3.tgz#70c1b7b12eac9fa40f889fc413186b22594eb6a1"
integrity sha512-KGdemamy6imPlmTycADRs5yMX/CoxPq9vJwTAOgSfabzneJmyexmRBBVEX8Mesb3mleIXTBIVR6z0fmtoRTcww==
vite-node@0.31.4:
version "0.31.4"
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.31.4.tgz#0437f76c35fa83f0a868d3fb5896ca9e164291f5"
integrity sha512-uzL377GjJtTbuc5KQxVbDu2xfU/x0wVjUtXQR2ihS21q/NK6ROr4oG0rsSkBBddZUVCwzfx22in76/0ZZHXgkQ==
dependencies:
cac "^6.7.14"
debug "^4.3.4"
@ -32692,19 +32692,19 @@ vite@4.3.9, "vite@^3.0.0 || ^4.0.0":
optionalDependencies:
fsevents "~2.3.2"
vitest@0.31.3:
version "0.31.3"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.31.3.tgz#99cf236de03e09ea6bc60259315304f539ea09cc"
integrity sha512-LMXIKXfI7tDClf6HIR5GjCSHZQdlmfCWWPaJwWcLF+M11V766Tzefb8LD9mLcHmX/zR0xtlfcokpg3JxEDLfeA==
vitest@0.31.4:
version "0.31.4"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.31.4.tgz#5abe02562675262949c10e40811f348a80f6b2a6"
integrity sha512-GoV0VQPmWrUFOZSg3RpQAPN+LPmHg2/gxlMNJlyxJihkz6qReHDV6b0pPDcqFLNEPya4tWJ1pgwUNP9MLmUfvQ==
dependencies:
"@types/chai" "^4.3.5"
"@types/chai-subset" "^1.3.3"
"@types/node" "*"
"@vitest/expect" "0.31.3"
"@vitest/runner" "0.31.3"
"@vitest/snapshot" "0.31.3"
"@vitest/spy" "0.31.3"
"@vitest/utils" "0.31.3"
"@vitest/expect" "0.31.4"
"@vitest/runner" "0.31.4"
"@vitest/snapshot" "0.31.4"
"@vitest/spy" "0.31.4"
"@vitest/utils" "0.31.4"
acorn "^8.8.2"
acorn-walk "^8.2.0"
cac "^6.7.14"
@ -32720,7 +32720,7 @@ vitest@0.31.3:
tinybench "^2.5.0"
tinypool "^0.5.0"
vite "^3.0.0 || ^4.0.0"
vite-node "0.31.3"
vite-node "0.31.4"
why-is-node-running "^2.2.2"
vm-browserify@^1.0.1: