From 4e7a16c8a595eb09395d4b8b229082e99849d21c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:59:01 +0000 Subject: [PATCH] build(deps): bump eslint-plugin-cypress from 2.15.1 to 2.15.2 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.1 to 2.15.2. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.1...v2.15.2) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"