From 05f5d63fb6ee65e0e8465d5434b7dd53216f9b05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 10:31:36 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v3.4.0 --- demo/package-lock.json | 8 ++++---- demo/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/demo/package-lock.json b/demo/package-lock.json index 4ff1033..dbf951b 100644 --- a/demo/package-lock.json +++ b/demo/package-lock.json @@ -23,7 +23,7 @@ "@types/react-dom": "18.3.0", "concurrently": "8.2.2", "cypress": "13.13.1", - "eslint-plugin-cypress": "3.3.0", + "eslint-plugin-cypress": "3.4.0", "nodemon": "3.1.4", "start-server-and-test": "2.0.4", "typescript": "5.5.4", @@ -2710,9 +2710,9 @@ } }, "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.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz", + "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/demo/package.json b/demo/package.json index 74cdc8a..6f56b12 100644 --- a/demo/package.json +++ b/demo/package.json @@ -18,7 +18,7 @@ "@types/react-dom": "18.3.0", "concurrently": "8.2.2", "cypress": "13.13.1", - "eslint-plugin-cypress": "3.3.0", + "eslint-plugin-cypress": "3.4.0", "nodemon": "3.1.4", "start-server-and-test": "2.0.4", "typescript": "5.5.4",