diff --git a/package-lock.json b/package-lock.json index bba6cc4e3b..8b98f2c1aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "cypress": "^13.7.3", "eslint": "^8.57.0", "eslint-config-react-app": "^7.0.1", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^2.15.2", "prop-types": "^15.8.1", "serve": "^14.2.1", "vite-plugin-eslint": "^1.8.1" @@ -8478,9 +8478,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz", - "integrity": "sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==", + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", + "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", "dev": true, "dependencies": { "globals": "^13.20.0" diff --git a/package.json b/package.json index 289c369b63..03003e1438 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "cypress": "^13.7.3", "eslint": "^8.57.0", "eslint-config-react-app": "^7.0.1", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^2.15.2", "prop-types": "^15.8.1", "serve": "^14.2.1", "vite-plugin-eslint": "^1.8.1"