From bf29ac5d3a6e469ac83d7514a75c1dfea2bbacfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:04:10 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 2.11.2 to 2.12.1 in /provider-ui 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] --- provider-ui/package-lock.json | 8 ++++---- provider-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/provider-ui/package-lock.json b/provider-ui/package-lock.json index b39f71a788f..e4cf5e82d2c 100644 --- a/provider-ui/package-lock.json +++ b/provider-ui/package-lock.json @@ -6487,9 +6487,9 @@ } }, "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" @@ -12811,4 +12811,4 @@ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" } } -} \ No newline at end of file +} diff --git a/provider-ui/package.json b/provider-ui/package.json index f6f7ecb69f5..7a1a459abf4 100644 --- a/provider-ui/package.json +++ b/provider-ui/package.json @@ -35,7 +35,7 @@ "babel-eslint": "^10.1.0", "cypress": "^6.8.0", "eslint": "^7.23.0", - "eslint-plugin-cypress": "^2.11.2", + "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-react": "^7.23.1", "http-proxy": "^1.18.1", "nodemon": "^2.0.7",