From 2bb6295fca16798a6f86cadb1e07697ec3a25910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 08:27:55 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-cypress from 2.11.2 to 2.12.1 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.11.2 to 2.12.1. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.11.2...v2.12.1) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb5f6fd..1f86c69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "cypress": "^7.6.0", "eslint": "^7.22.0", "eslint-config-prettier": "8.1.0", - "eslint-plugin-cypress": "^2.11.2", + "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-svelte3": "^3.1.2", "glob": "^7.1.6", "husky": "^5.2.0", @@ -5640,9 +5640,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz", - "integrity": "sha512-1SergF1sGbVhsf7MYfOLiBhdOg6wqyeV9pXUAIDIffYTGMN3dTBQS9nFAzhLsHhO+Bn0GaVM1Ecm71XUidQ7VA==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz", + "integrity": "sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==", "dev": true, "dependencies": { "globals": "^11.12.0" @@ -19176,9 +19176,9 @@ "requires": {} }, "eslint-plugin-cypress": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz", - "integrity": "sha512-1SergF1sGbVhsf7MYfOLiBhdOg6wqyeV9pXUAIDIffYTGMN3dTBQS9nFAzhLsHhO+Bn0GaVM1Ecm71XUidQ7VA==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz", + "integrity": "sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==", "dev": true, "requires": { "globals": "^11.12.0" diff --git a/package.json b/package.json index 03baa6c..df08aa9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "cypress": "^7.6.0", "eslint": "^7.22.0", "eslint-config-prettier": "8.1.0", - "eslint-plugin-cypress": "^2.11.2", + "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-svelte3": "^3.1.2", "glob": "^7.1.6", "husky": "^5.2.0",