diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-12 01:21:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-12 01:21:06 +0000 |
commit | 8ead4f27f938e4fd8ffb2dffe3c07511a06975d1 (patch) | |
tree | 17bd2d7af7ed8a3468e4f2130fe50dadb2e59399 | |
parent | d9ed507bc05879e10f47e7efbd93e54c2edccfc1 (diff) |
Chore(deps-dev): Bump eslint-plugin-cypress from 2.12.1 to 4.0.0dependabot/npm_and_yarn/eslint-plugin-cypress-4.0.0
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.12.1 to 4.0.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...v4.0.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 23 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 19 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index b47738f6..596dd741 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": "^4.0.0", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", "module-replace-webpack-plugin": "0.0.12", @@ -9957,14 +9957,27 @@ "peer": true }, "node_modules/eslint-plugin-cypress": { - "version": "2.12.1", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.0.0.tgz", + "integrity": "sha512-KRzI4zxoOKMhWKRxcikRu/Vjsomnx1vXJEY2CTG+4oluFbXxGuyRC1CLlhmBVOK5/iR17vY7rzuyRbpcx5zEPA==", "dev": true, - "license": "MIT", "dependencies": { - "globals": "^11.12.0" + "globals": "^15.11.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "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==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint-plugin-es": { diff --git a/package.json b/package.json index 20acf409..77632de0 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": "^4.0.0", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", "module-replace-webpack-plugin": "0.0.12", |