From b492f7a6cfe324f2c5f98739d2794cc52615c7ef Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Fri, 22 Nov 2024 18:29:54 +0100 Subject: [PATCH] Chore(deps-dev): Bump eslint-plugin-cypress from 3.5.0 to 3.6.0 Signed-off-by: Luka Trovic --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03a4ad755..d6010574e 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.15.2", - "eslint-plugin-cypress": "^3.5.0", + "eslint-plugin-cypress": "^3.6.0", "eslint-webpack-plugin": "^4.2.0", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0", @@ -9449,10 +9449,11 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", - "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", + "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", "dev": true, + "license": "MIT", "dependencies": { "globals": "^13.20.0" }, diff --git a/package.json b/package.json index 89494f577..22b7d3db4 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.15.2", - "eslint-plugin-cypress": "^3.5.0", + "eslint-plugin-cypress": "^3.6.0", "eslint-webpack-plugin": "^4.2.0", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0",