From 38407ddd194df637ad895d27dae7e0cb512cea30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:53:18 +0000 Subject: [PATCH] Bump cypress from 13.16.0 to 13.17.0 in /vue Bumps [cypress](https://github.com/cypress-io/cypress) from 13.16.0 to 13.17.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.16.0...v13.17.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vue/package-lock.json | 9 ++++----- vue/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/vue/package-lock.json b/vue/package-lock.json index 0e12f7671..320c5b0dc 100644 --- a/vue/package-lock.json +++ b/vue/package-lock.json @@ -28,7 +28,7 @@ "@vue/eslint-config-typescript": "^13.0.0", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "cypress": "^13.16.0", + "cypress": "^13.17.0", "eslint": "^8.57.0", "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-vue": "^9.32.0", @@ -4744,12 +4744,11 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "13.16.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.0.tgz", - "integrity": "sha512-g6XcwqnvzXrqiBQR/5gN+QsyRmKRhls1y5E42fyOvsmU7JuY+wM6uHJWj4ZPttjabzbnRvxcik2WemR8+xT6FA==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz", + "integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { "@cypress/request": "^3.0.6", "@cypress/xvfb": "^1.2.4", diff --git a/vue/package.json b/vue/package.json index 2d6b02528..9fcb6e47b 100644 --- a/vue/package.json +++ b/vue/package.json @@ -36,7 +36,7 @@ "@vue/eslint-config-typescript": "^13.0.0", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "cypress": "^13.16.0", + "cypress": "^13.17.0", "eslint": "^8.57.0", "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-vue": "^9.32.0",