From ff205892fea601dbce801aa378e61d4c6a1e3c25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 21:24:44 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v2.15.1 --- package-lock.json | 15 +++++++++------ package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0bc92eb..1285980a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "dotenv": "10.0.0", "eslint": "8.49.0", "eslint-config-prettier": "8.5.0", - "eslint-plugin-cypress": "2.14.0", + "eslint-plugin-cypress": "2.15.1", "eslint-plugin-rxjs": "^5.0.3", "eslint-plugin-storybook": "^0.6.12", "firebase-tools": "^9.0.0", @@ -19781,9 +19781,10 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.14.0", + "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, - "license": "MIT", "dependencies": { "globals": "^13.20.0" }, @@ -19792,9 +19793,10 @@ } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { - "version": "13.21.0", + "version": "13.23.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz", + "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", "dev": true, - "license": "MIT", "dependencies": { "type-fest": "^0.20.2" }, @@ -19807,8 +19809,9 @@ }, "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" }, diff --git a/package.json b/package.json index e6ff22bd..f0eea6dc 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "dotenv": "10.0.0", "eslint": "8.49.0", "eslint-config-prettier": "8.5.0", - "eslint-plugin-cypress": "2.14.0", + "eslint-plugin-cypress": "2.15.1", "eslint-plugin-rxjs": "^5.0.3", "eslint-plugin-storybook": "^0.6.12", "firebase-tools": "^9.0.0",