From 553dca9fc4b521458f336c17f6b48608493204ff Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Jun 2022 09:29:22 +0000 Subject: [PATCH] chore(deps): update devdependency vitest to ^0.14.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a3a3c9a83..a537171b4 100644 --- a/package.json +++ b/package.json @@ -101,6 +101,6 @@ "nuxt": "^3.0.0-rc.3", "rehype-figure": "^1.0.1", "remark-oembed": "^1.2.2", - "vitest": "^0.14.1" + "vitest": "^0.14.2" } } diff --git a/yarn.lock b/yarn.lock index 0d3b73355..10ad3ad8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7607,10 +7607,10 @@ vite@^2.9.8, vite@^2.9.9: optionalDependencies: fsevents "~2.3.2" -vitest@^0.14.1: - version "0.14.1" - resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.14.1.tgz#f2fd8b31abdbbadb9ee895f8fde35a068ea2a5f5" - integrity sha512-2UUm6jYgkwh7Y3VKSRR8OuaNCm+iA5LPDnal7jyITN39maZK9L+JVxqjtQ39PSFo5Fl3/BgaJvER6GGHX9JLxg== +vitest@^0.14.2: + version "0.14.2" + resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.14.2.tgz#ac07b46d3cd3b5667d2bb803962f759a1b8f3f89" + integrity sha512-vXQUl8OUCqHmxKWscMGL+6Xl1pBJmYHZ8N85iNpLGrirAC2vhspu7b73ShRcLonmZT44BYZW+LBAVvn0L4jyVA== dependencies: "@types/chai" "^4.3.1" "@types/chai-subset" "^1.3.3"