From eca09327350b648cb8e2a5107237d51673752533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:50:46 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 3.6.0 to 4.1.0 in /e2e Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.6.0 to 4.1.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.6.0...v4.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- e2e/package-lock.json | 25 +++++++++++++++++++------ e2e/package.json | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/e2e/package-lock.json b/e2e/package-lock.json index 0c0dd9bf..52f366a2 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "cypress": "^14.0.0", "eslint": "^8.56.0", - "eslint-plugin-cypress": "^3.0.0", + "eslint-plugin-cypress": "^4.1.0", "wait-on": "^8.0.0" } }, @@ -989,14 +989,27 @@ } }, "node_modules/eslint-plugin-cypress": { - "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==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz", + "integrity": "sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==", + "license": "MIT", "dependencies": { - "globals": "^13.20.0" + "globals": "^15.11.0" }, "peerDependencies": { - "eslint": ">=7" + "eslint": ">=9" + } + }, + "node_modules/eslint-plugin-cypress/node_modules/globals": { + "version": "15.14.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz", + "integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint-scope": { diff --git a/e2e/package.json b/e2e/package.json index 4524befc..d4ce7f93 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -14,7 +14,7 @@ "dependencies": { "cypress": "^14.0.0", "eslint": "^8.56.0", - "eslint-plugin-cypress": "^3.0.0", + "eslint-plugin-cypress": "^4.1.0", "wait-on": "^8.0.0" } }