diff --git a/package-lock.json b/package-lock.json index 91ebdf14f..7d7d76002 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@vue/test-utils": "^1.3.6", "@vue/vue2-jest": "^29.2.6", "cypress": "^12.17.4", - "eslint-plugin-cypress": "^2.14.0", + "eslint-plugin-cypress": "^2.15.1", "eslint-webpack-plugin": "^4.0.1", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0", @@ -8807,9 +8807,9 @@ "peer": true }, "node_modules/eslint-plugin-cypress": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.14.0.tgz", - "integrity": "sha512-eW6tv7iIg7xujleAJX4Ujm649Bf5jweqa4ObPEIuueYRyLZt7qXGWhCY/n4bfeFW/j6nQZwbIBHKZt6EKcL/cg==", + "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==", "dev": true, "dependencies": { "globals": "^13.20.0" @@ -26927,9 +26927,9 @@ } }, "eslint-plugin-cypress": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.14.0.tgz", - "integrity": "sha512-eW6tv7iIg7xujleAJX4Ujm649Bf5jweqa4ObPEIuueYRyLZt7qXGWhCY/n4bfeFW/j6nQZwbIBHKZt6EKcL/cg==", + "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==", "dev": true, "requires": { "globals": "^13.20.0" diff --git a/package.json b/package.json index 443596636..d5d4d9b57 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@vue/test-utils": "^1.3.6", "@vue/vue2-jest": "^29.2.6", "cypress": "^12.17.4", - "eslint-plugin-cypress": "^2.14.0", + "eslint-plugin-cypress": "^2.15.1", "eslint-webpack-plugin": "^4.0.1", "jest": "^29.7.0", "jest-serializer-vue": "^3.1.0",