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": {