From c65ee4eb33800c364fb5baf3d9f7b743688eb428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:08:10 +0000 Subject: [PATCH] chore(deps-dev): bump @nuxt/test-utils from 3.8.0 to 3.8.1 Bumps [@nuxt/test-utils](https://github.com/nuxt/nuxt) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/compare/v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: "@nuxt/test-utils" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/yarn.lock b/yarn.lock index e931573..78aeb04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -934,7 +934,7 @@ unimport "^3.4.0" untyped "^1.4.0" -"@nuxt/kit@^3.7.4", "@nuxt/kit@^3.8.0": +"@nuxt/kit@3.8.1", "@nuxt/kit@^3.7.4", "@nuxt/kit@^3.8.0": version "3.8.1" resolved "https://registry.yarnpkg.com/@nuxt/kit/-/kit-3.8.1.tgz#64b3f161fdf56175af0f535c465b0c76b9730da0" integrity sha512-DrhG1Z85iH68QOTkgfb0HVfM2g7+CfcMWrFWMDwck9ofyM2RXQUZyfmvMedwBnui1AjjpgpLO9078yZM+RqNUg== @@ -1026,14 +1026,14 @@ std-env "^3.4.3" "@nuxt/test-utils@^3.8.0": - version "3.8.0" - resolved "https://registry.yarnpkg.com/@nuxt/test-utils/-/test-utils-3.8.0.tgz#d5b3965c1e9b0691f66f4d1ff763fb9edad264ba" - integrity sha512-E2QUa7AlD7ngr9xzl9uaU6EaLhc0jUSQ/SZd04nR2KftKt0IGy6xlix71vHxar8+nnE1rfMO/jsO7otDOjBT5w== + version "3.8.1" + resolved "https://registry.yarnpkg.com/@nuxt/test-utils/-/test-utils-3.8.1.tgz#112b72dd29465894681822c8a116ca305d24857d" + integrity sha512-8ZQ+OZ7z5Sc5KG2aCvk0piheYSpGb2UQJMCWr8ORwEyZIw4awrkkwGzUY06e344E4StvJB8zxN122MEcFNOkow== dependencies: - "@nuxt/kit" "3.8.0" - "@nuxt/schema" "3.8.0" + "@nuxt/kit" "3.8.1" + "@nuxt/schema" "3.8.1" consola "^3.2.3" - defu "^6.1.2" + defu "^6.1.3" execa "^8.0.1" get-port-please "^3.1.1" ofetch "^1.3.3"