From 3f337e27758613379acf8850f3dc59ec5b8b6d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 03:29:20 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-cypress from 2.15.2 to 4.1.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.2 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/v2.15.2...v4.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lib/package.json | 2 +- package-lock.json | 26 ++++++++++++++++++++------ 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/lib/package.json b/lib/package.json index 76335980..33115325 100644 --- a/lib/package.json +++ b/lib/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@tsconfig/recommended": "^1.0.8", "cypress": "^13.16.0", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-jest": "^28.9.0", "isomorphic-fetch": "^3.0.0", "start-server-and-test": "^2.0.8", diff --git a/package-lock.json b/package-lock.json index d1642b9a..c458d794 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "devDependencies": { "@tsconfig/recommended": "^1.0.8", "cypress": "^13.16.0", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-jest": "^28.9.0", "isomorphic-fetch": "^3.0.0", "start-server-and-test": "^2.0.8", @@ -3292,15 +3292,29 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", - "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz", + "integrity": "sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==", "dev": true, + "license": "MIT", "dependencies": { - "globals": "^13.20.0" + "globals": "^15.11.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=9" + } + }, + "node_modules/eslint-plugin-cypress/node_modules/globals": { + "version": "15.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", + "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint-plugin-jest": {