From 1f3028da4322ff93ff9c48586f219c8bf554ac29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:00:45 +0000 Subject: [PATCH] Chore(deps-dev): Bump eslint-plugin-cypress from 2.12.1 to 3.4.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.12.1 to 3.4.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.12.1...v3.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++++++++++++------ package.json | 2 +- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d75de325..dbf828077 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "cypress-visual-regression": "^5.0.0", "cypress-wait-until": "^2.0.1", "dockerode": "^3.3.5", - "eslint-plugin-cypress": "^2.12.1", + "eslint-plugin-cypress": "^3.4.0", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", "module-replace-webpack-plugin": "0.0.12", @@ -9938,14 +9938,30 @@ "peer": true }, "node_modules/eslint-plugin-cypress": { - "version": "2.12.1", + "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": { - "globals": "^11.12.0" + "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7" + } + }, + "node_modules/eslint-plugin-cypress/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint-plugin-es": { @@ -23926,7 +23942,6 @@ "version": "0.20.2", "dev": true, "license": "(MIT OR CC0-1.0)", - "peer": true, "engines": { "node": ">=10" }, diff --git a/package.json b/package.json index 73553125f..9b6aa08ca 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "cypress-visual-regression": "^5.0.0", "cypress-wait-until": "^2.0.1", "dockerode": "^3.3.5", - "eslint-plugin-cypress": "^2.12.1", + "eslint-plugin-cypress": "^3.4.0", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", "module-replace-webpack-plugin": "0.0.12",