From 6d4bc338e0c81e0b8a7cc44508ddd205b0d62f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 01:54:37 +0000 Subject: [PATCH] build(deps-dev): bump @vue/cli-plugin-e2e-cypress from 5.0.8 to 5.0.9 Bumps [@vue/cli-plugin-e2e-cypress](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-e2e-cypress) from 5.0.8 to 5.0.9. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.9/packages/@vue/cli-plugin-e2e-cypress) --- updated-dependencies: - dependency-name: "@vue/cli-plugin-e2e-cypress" dependency-version: 5.0.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3a1b030e..6696e140 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/jest": "^30.0.0", "@vue/babel-preset-app": "^5.0.8", "@vue/cli-plugin-babel": "^5.0.9", - "@vue/cli-plugin-e2e-cypress": "^5.0.8", + "@vue/cli-plugin-e2e-cypress": "^5.0.9", "@vue/cli-plugin-typescript": "^5.0.9", "@vue/cli-plugin-unit-jest": "^5.0.8", "@vue/cli-service": "^5.0.8", diff --git a/yarn.lock b/yarn.lock index 7372a90a..ee6e9bb0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2592,12 +2592,12 @@ thread-loader "^3.0.0" webpack "^5.54.0" -"@vue/cli-plugin-e2e-cypress@^5.0.8": - version "5.0.8" - resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-5.0.8.tgz#8cd53928abecb77a2a69895e92a4b79c2530ac44" - integrity sha512-BasFHQSqDAmFvueaqk/d+s1hJnW0OtWEIgmHZRXg8hYkZJF4pu7kz66DmEAZl6DypfyoSxqwN7WHILYDuKAaEw== +"@vue/cli-plugin-e2e-cypress@^5.0.9": + version "5.0.9" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-5.0.9.tgz#ef0aa07d7ed4c95031fbe6a424d2662711e57cdd" + integrity sha512-G6GnQi+7M/ZrDr1HuPLvlqjMDFuYj+iMytjEFeeVOp0ms8O+nJUADpZ2WFPp/9zx68gNOEtmqWGH/Nzh+4xAgg== dependencies: - "@vue/cli-shared-utils" "^5.0.8" + "@vue/cli-shared-utils" "^5.0.9" eslint-plugin-cypress "^2.11.2" "@vue/cli-plugin-router@^5.0.8":