From df72f4dc29516a805dccbc8ae195ae21ad23a08a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 14:57:08 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 2.12.1 to 2.13.2 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.12.1 to 2.13.2. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.12.1...v2.13.2) --- 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6898b0..b8f863a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -736,9 +736,9 @@ } }, "eslint-plugin-cypress": { - "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==", + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.2.tgz", + "integrity": "sha512-LlwjnBTzuKuC0A4H0RxVjs0YeAWK+CD1iM9Dp8un3lzT713ePQxfpPstCD+9HSAss8emuE3b2hCNUST+NrUwKw==", "dev": true, "requires": { "globals": "^11.12.0" diff --git a/package.json b/package.json index 38a71fe..d5052f8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "devDependencies": { "cypress": "^10.3.0", "eslint": "^8.20.0", - "eslint-plugin-cypress": "^2.12.1" + "eslint-plugin-cypress": "^2.13.2" }, "scripts": { "test": "CYPRESS_baseUrl=https://www.cu.edu cypress run --spec cypress/integration/sample_spec.js",