diff --git a/ghost/admin-x-settings/package.json b/ghost/admin-x-settings/package.json index 651f7e31eb..2e1807fc3e 100644 --- a/ghost/admin-x-settings/package.json +++ b/ghost/admin-x-settings/package.json @@ -81,6 +81,6 @@ "typescript": "5.0.4", "vite": "4.3.9", "vite-plugin-svgr": "3.2.0", - "vitest": "0.31.2" + "vitest": "0.31.3" } } diff --git a/ghost/portal/package.json b/ghost/portal/package.json index 3628a83928..c53ce0386c 100644 --- a/ghost/portal/package.json +++ b/ghost/portal/package.json @@ -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.2" + "vitest": "0.31.3" } } diff --git a/ghost/signup-form/package.json b/ghost/signup-form/package.json index 2ad1a9df30..a80591e8f9 100644 --- a/ghost/signup-form/package.json +++ b/ghost/signup-form/package.json @@ -74,6 +74,6 @@ "typescript": "5.0.4", "vite": "4.3.9", "vite-plugin-svgr": "3.2.0", - "vitest": "0.31.2" + "vitest": "0.31.3" } } diff --git a/yarn.lock b/yarn.lock index cfbea29e6c..7d520ea050 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7985,38 +7985,38 @@ picocolors "^1.0.0" std-env "^3.3.1" -"@vitest/expect@0.31.2": - version "0.31.2" - resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-0.31.2.tgz#a00f3e60948b3680728061ca36f0420b2ccb2c3f" - integrity sha512-AOuh2NLN9zJ0SkvsItRkS/W39akYpUvo5LOnay3zEhGSnRgivPu2D3S8QlMij1hFMQcX+dlMilPgJatUHiGQ4A== +"@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== dependencies: - "@vitest/spy" "0.31.2" - "@vitest/utils" "0.31.2" + "@vitest/spy" "0.31.3" + "@vitest/utils" "0.31.3" chai "^4.3.7" -"@vitest/runner@0.31.2": - version "0.31.2" - resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-0.31.2.tgz#9cfdd8b28dd15cbd35719b47816600ce32a64183" - integrity sha512-k2mWrzZD1xsWfzwEXeVr2XF4v8ELpFOKLxRbcnzZclHelOLn27nXvnw1A4JwJtmca64C3/6lo4WHZDlq3TefLQ== +"@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== dependencies: - "@vitest/utils" "0.31.2" + "@vitest/utils" "0.31.3" concordance "^5.0.4" p-limit "^4.0.0" pathe "^1.1.0" -"@vitest/snapshot@0.31.2": - version "0.31.2" - resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-0.31.2.tgz#061d6d3ec013e008c5e895b60ca5e1bde09b6151" - integrity sha512-NXRlbP3sM5+KELb8oXVHf7UWD+liBnSsS+4JlDVPD5+KPquZmgNR0xPLW5VEb5HoQZQpKTAFhtGf1AczRCbAhg== +"@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== dependencies: magic-string "^0.30.0" pathe "^1.1.0" pretty-format "^27.5.1" -"@vitest/spy@0.31.2": - version "0.31.2" - resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-0.31.2.tgz#43a25ed3eab4c4c326a3ca375cb34d34c727742c" - integrity sha512-81zcAkCCgAc1gA7UvLOWCvkIwrgzaqHBdv9sskOt2xh1+l+RMX9G7sVYj3AOsib3UDR0MCSXit49xKILTMnikw== +"@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== dependencies: tinyspy "^2.1.0" @@ -8031,10 +8031,10 @@ picocolors "^1.0.0" sirv "^2.0.2" -"@vitest/utils@0.31.2": - version "0.31.2" - resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-0.31.2.tgz#c70e06cafe844ac082eb21d2df363ff421785787" - integrity sha512-B2AoocMpIiBezediqFzSqvuXI7AZlmlPkh3oj20Jh3bL35c8YYWk9KfOLkEjsLCrOHOUFXoYFc+ACiELCIJVRw== +"@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== 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.2: - version "0.31.2" - resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.31.2.tgz#24c23b05fae2fec322d219ebf98fc2160a75c470" - integrity sha512-NvoO7+zSvxROC4JY8cyp/cO7DHAX3dwMOHQVDdNtCZ4Zq8wInnR/bJ/lfsXqE6wrUgtYCE5/84qHS+A7vllI3A== +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== 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.2: - version "0.31.2" - resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.31.2.tgz#7db9232161b782eed80cb2957687daf852589046" - integrity sha512-O0qKHDbI+zXxwq1WOeqFjxP5v1mDqqM6gllPuOUJkK2YFyQ2nEo8CELR4Mg68ryTSSh527ysBmEN69bDvL2LkQ== +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== dependencies: "@types/chai" "^4.3.5" "@types/chai-subset" "^1.3.3" "@types/node" "*" - "@vitest/expect" "0.31.2" - "@vitest/runner" "0.31.2" - "@vitest/snapshot" "0.31.2" - "@vitest/spy" "0.31.2" - "@vitest/utils" "0.31.2" + "@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" acorn "^8.8.2" acorn-walk "^8.2.0" cac "^6.7.14" @@ -32720,7 +32720,7 @@ vitest@0.31.2: tinybench "^2.5.0" tinypool "^0.5.0" vite "^3.0.0 || ^4.0.0" - vite-node "0.31.2" + vite-node "0.31.3" why-is-node-running "^2.2.2" vm-browserify@^1.0.1: