From 6a0e9b7647ac4b9f5a0e846af84f8064ec262d5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 10:30:29 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v4.3.0 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca4fbff5..9a8692e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "cz-conventional-changelog": "^3.3.0", "eslint": "9.29.0", "eslint-config-prettier": "^9", - "eslint-plugin-cypress": "4.1.0", + "eslint-plugin-cypress": "4.3.0", "eslint-plugin-prettier": "^5.0.0", "html-loader": "^5.0.0", "html-loader-jest": "^0.2.1", @@ -22627,22 +22627,22 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz", - "integrity": "sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.3.0.tgz", + "integrity": "sha512-CgS/S940MJlT8jtnWGKI0LvZQBGb/BB0QCpgBOxFMM/Z6znD+PZUwBhCTwHKN2GEr5AOny3xB92an0QfzBGooQ==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^15.11.0" + "globals": "^15.15.0" }, "peerDependencies": { "eslint": ">=9" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { - "version": "15.11.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", - "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 75605a0a..91aeb28c 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "cz-conventional-changelog": "^3.3.0", "eslint": "9.29.0", "eslint-config-prettier": "^9", - "eslint-plugin-cypress": "4.1.0", + "eslint-plugin-cypress": "4.3.0", "eslint-plugin-prettier": "^5.0.0", "html-loader": "^5.0.0", "html-loader-jest": "^0.2.1",