diff --git a/package-lock.json b/package-lock.json index b67a2a355..904473948 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.5.0", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", "module-replace-webpack-plugin": "0.0.12", @@ -9948,14 +9948,30 @@ "peer": true }, "node_modules/eslint-plugin-cypress": { - "version": "2.12.1", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", + "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", "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": { @@ -23960,7 +23976,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 20acf4096..ed2329176 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.5.0", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", "module-replace-webpack-plugin": "0.0.12",