diff --git a/cy/package-lock.json b/cy/package-lock.json index 9da5c59..b76de56 100644 --- a/cy/package-lock.json +++ b/cy/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "eslint": "^9.8.0", "eslint-plugin-chai-friendly": "^1.0.1", - "eslint-plugin-cypress": "^3.4.0" + "eslint-plugin-cypress": "^5.0.1" } }, "node_modules/@colors/colors": { @@ -1109,41 +1109,26 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz", - "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.0.1.tgz", + "integrity": "sha512-m1OlIo/tqlCQmxLNC+FE/ObDEB4GuGZqu0dO3+XdwJVErmQC1Wlw2jlBSV+jOdsTRdhjpT0qz49vdlIFKyU4dg==", "dev": true, + "license": "MIT", "dependencies": { - "globals": "^13.20.0" + "globals": "^16.2.0" }, "peerDependencies": { - "eslint": ">=7" + "eslint": ">=9" } }, "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==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", + "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", "dev": true, "license": "MIT", - "dependencies": { - "type-fest": "^0.20.2" - }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint-plugin-cypress/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/cy/package.json b/cy/package.json index 879153f..e563bf9 100644 --- a/cy/package.json +++ b/cy/package.json @@ -14,7 +14,7 @@ "devDependencies": { "eslint": "^9.8.0", "eslint-plugin-chai-friendly": "^1.0.1", - "eslint-plugin-cypress": "^3.4.0" + "eslint-plugin-cypress": "^5.0.1" }, "homepage": "https://github.com/govcms-tests/tests#readme", "license": "MIT",