From a7d6672fc2e1ebc3e773364c19f148e33e52834c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 12:54:18 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-cypress to v2.13.3 --- 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 c9892c9f7..556aad511 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "chai-fs": "2.0.0", "cheerio": "1.0.0-rc.12", "eslint-config-prettier": "8.8.0", - "eslint-plugin-cypress": "2.13.2", + "eslint-plugin-cypress": "2.13.3", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-jsdoc": "39.9.1", "eslint-plugin-prettier": "4.2.1", @@ -4995,9 +4995,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.13.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.2.tgz", - "integrity": "sha512-LlwjnBTzuKuC0A4H0RxVjs0YeAWK+CD1iM9Dp8un3lzT713ePQxfpPstCD+9HSAss8emuE3b2hCNUST+NrUwKw==", + "version": "2.13.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.3.tgz", + "integrity": "sha512-nAPjZE5WopCsgJwl3vHm5iafpV+ZRO76Z9hMyRygWhmg5ODXDPd+9MaPl7kdJ2azj+sO87H3P1PRnggIrz848g==", "peer": true, "dependencies": { "globals": "^11.12.0" diff --git a/package.json b/package.json index 0d6c413f0..2303ec385 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "chai-fs": "2.0.0", "cheerio": "1.0.0-rc.12", "eslint-config-prettier": "8.8.0", - "eslint-plugin-cypress": "2.13.2", + "eslint-plugin-cypress": "2.13.3", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-jsdoc": "39.9.1", "eslint-plugin-prettier": "4.2.1",