From 0f3359e4174ba364a971045802dd15b88a4e9db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 18:04:41 +0000 Subject: [PATCH] Chore(deps-dev): Bump eslint-plugin-cypress from 3.3.0 to 3.5.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.3.0...v3.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ed2d5b4d..63b5c04bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6", "cypress": "^13.13.2", - "eslint-plugin-cypress": "^3.3.0", + "eslint-plugin-cypress": "^3.5.0", "eslint-webpack-plugin": "^4.2.0", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0", @@ -8978,9 +8978,9 @@ "peer": true }, "node_modules/eslint-plugin-cypress": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.3.0.tgz", - "integrity": "sha512-HPHMPzYBIshzJM8wqgKSKHG2p/8R0Gbg4Pb3tcdC9WrmkuqxiKxSKbjunUrajhV5l7gCIFrh1P7C7GuBqH6YuQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", + "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", "dev": true, "dependencies": { "globals": "^13.20.0" diff --git a/package.json b/package.json index fac0914ae..69b6e2aa6 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6", "cypress": "^13.13.2", - "eslint-plugin-cypress": "^3.3.0", + "eslint-plugin-cypress": "^3.5.0", "eslint-webpack-plugin": "^4.2.0", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0",