From 3678fa3039b9c0cf0f7d8d4051d265a809d5bb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:06:59 +0000 Subject: [PATCH] chore(deps-dev): bump @vue/test-utils from 2.4.5 to 2.4.6 Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 2.4.5 to 2.4.6. - [Release notes](https://github.com/vuejs/test-utils/releases) - [Commits](https://github.com/vuejs/test-utils/compare/v2.4.5...v2.4.6) --- updated-dependencies: - dependency-name: "@vue/test-utils" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c2820c7..bc76d70 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@vue/cli-service": "~4.5.13", "@vue/compiler-sfc": "^3.2.47", "@vue/eslint-config-standard": "^5.1.2", - "@vue/test-utils": "^2.4.5", + "@vue/test-utils": "^2.4.6", "babel-eslint": "^10.1.0", "eslint": "^6.8.0", "eslint-plugin-import": "^2.29.1", diff --git a/yarn.lock b/yarn.lock index 171955b..9255c6a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2542,10 +2542,10 @@ resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.3.12.tgz#7c030c4e2f1db8beb638b159cbb86d0ff78c3198" integrity sha512-6p0Yin0pclvnER7BLNOQuod9Z+cxSYh8pSh7CzHnWNjAIP6zrTlCdHRvSCb1aYEx6i3Q3kvfuWU7nG16CgG1ag== -"@vue/test-utils@^2.4.5": - version "2.4.5" - resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.4.5.tgz#010aa4debe6602d83dc75f233b397092742105a2" - integrity sha512-oo2u7vktOyKUked36R93NB7mg2B+N7Plr8lxp2JBGwr18ch6EggFjixSCdIVVLkT6Qr0z359Xvnafc9dcKyDUg== +"@vue/test-utils@^2.4.6": + version "2.4.6" + resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.4.6.tgz#7d534e70c4319d2a587d6a3b45a39e9695ade03c" + integrity sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow== dependencies: js-beautify "^1.14.9" vue-component-type-helpers "^2.0.0"