From 4e59e3d64f379126b11956ed61eb28c44daa7eb2 Mon Sep 17 00:00:00 2001 From: Alexandre Hugot <79148195+alhugot-azpn@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:24:32 +0200 Subject: [PATCH] fix: upgrade eslint-plugin-cypress from 2.13.4 to 2.14.0 (#175) Snyk has created this PR to upgrade eslint-plugin-cypress from 2.13.4 to 2.14.0. See this package in npm: https://www.npmjs.com/package/eslint-plugin-cypress See this project in Snyk: https://app.snyk.io/org/saas-infra/project/ba07e9b6-23f8-43f0-be34-b38267ffbe1b?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 271c83d..5176eee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint-config-prettier": "^8.10.0", - "eslint-plugin-cypress": "^2.13.3", + "eslint-plugin-cypress": "^2.14.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.28.0", "eslint-plugin-jsx-a11y": "^6.7.1", @@ -2632,9 +2632,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.13.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.4.tgz", - "integrity": "sha512-A6CMdzFkGMkIWwVmS7DOBJfO1L2V5qcU2svlueycMJHn4MpoIhASxnDt+rI8zeA7qy9ExEGrMj1WhHcde1VrPQ==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.14.0.tgz", + "integrity": "sha512-eW6tv7iIg7xujleAJX4Ujm649Bf5jweqa4ObPEIuueYRyLZt7qXGWhCY/n4bfeFW/j6nQZwbIBHKZt6EKcL/cg==", "dependencies": { "globals": "^13.20.0" }, @@ -11533,9 +11533,9 @@ } }, "eslint-plugin-cypress": { - "version": "2.13.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.4.tgz", - "integrity": "sha512-A6CMdzFkGMkIWwVmS7DOBJfO1L2V5qcU2svlueycMJHn4MpoIhASxnDt+rI8zeA7qy9ExEGrMj1WhHcde1VrPQ==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.14.0.tgz", + "integrity": "sha512-eW6tv7iIg7xujleAJX4Ujm649Bf5jweqa4ObPEIuueYRyLZt7qXGWhCY/n4bfeFW/j6nQZwbIBHKZt6EKcL/cg==", "requires": { "globals": "^13.20.0" }, diff --git a/package.json b/package.json index 763e9e4..15b4ac8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@typescript-eslint/parser": "^5.62.0", "@babel/eslint-parser": "^7.22.7", "eslint-config-prettier": "^8.10.0", - "eslint-plugin-cypress": "^2.13.3", + "eslint-plugin-cypress": "^2.14.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.28.0", "eslint-plugin-jsx-a11y": "^6.7.1",