From 7e0376be03cf62f6cc892cb8aaf234fc56d20dc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:37:32 +0000 Subject: [PATCH] Update dependency eslint-plugin-cypress to v2.15.2 --- package-lock.json | 59 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 54 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c53de606..4186b23f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "cypress": "10.11.0", "dependency-cruiser": "11.18.0", "eslint-config-prettier": "8.6.0", - "eslint-plugin-cypress": "2.12.1", + "eslint-plugin-cypress": "2.15.2", "eslint-plugin-jest": "27.2.1", "eslint-plugin-storybook": "0.6.10", "husky": "8.0.3", @@ -18328,16 +18328,44 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.12.1", + "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, - "license": "MIT", "dependencies": { - "globals": "^11.12.0" + "globals": "^13.20.0" }, "peerDependencies": { "eslint": ">= 3.2.1" } }, + "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-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, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/eslint-plugin-flowtype": { "version": "8.0.3", "license": "BSD-3-Clause", @@ -50879,10 +50907,29 @@ } }, "eslint-plugin-cypress": { - "version": "2.12.1", + "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, "requires": { - "globals": "^11.12.0" + "globals": "^13.20.0" + }, + "dependencies": { + "globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "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 + } } }, "eslint-plugin-flowtype": { diff --git a/package.json b/package.json index 1fe1747d..ec1212fc 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "cypress": "10.11.0", "dependency-cruiser": "11.18.0", "eslint-config-prettier": "8.6.0", - "eslint-plugin-cypress": "2.12.1", + "eslint-plugin-cypress": "2.15.2", "eslint-plugin-jest": "27.2.1", "eslint-plugin-storybook": "0.6.10", "husky": "8.0.3",