diff --git a/package-lock.json b/package-lock.json index 408dc48..bb3a62e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6373,12 +6373,20 @@ } }, "eslint-plugin-cypress": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz", - "integrity": "sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==", + "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, "requires": { - "globals": "^11.12.0" + "globals": "^15.11.0" + }, + "dependencies": { + "globals": { + "version": "15.13.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz", + "integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==", + "dev": true + } } }, "eslint-plugin-flowtype": { diff --git a/package.json b/package.json index 5d2d6bd..a93d1ee 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "devDependencies": { "cypress": "9.7.0", "cypress-image-snapshot": "4.0.1", - "eslint-plugin-cypress": "2.12.1", + "eslint-plugin-cypress": "4.1.0", "start-server-and-test": "1.14.0", "tailwindcss": "1.9.6" },