From a5694a165f809f8ac7f6301e3d723ad4dbb37ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:28:49 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 3.4.0 to 3.5.0 in /cy Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cy/package-lock.json | 8 ++++---- cy/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cy/package-lock.json b/cy/package-lock.json index f117e643..02dc5e2b 100644 --- a/cy/package-lock.json +++ b/cy/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "eslint": "^9.8.0", "eslint-plugin-chai-friendly": "^1.0.1", - "eslint-plugin-cypress": "^3.4.0" + "eslint-plugin-cypress": "^3.5.0" } }, "node_modules/@colors/colors": { @@ -1109,9 +1109,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz", - "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", + "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", "dev": true, "dependencies": { "globals": "^13.20.0" diff --git a/cy/package.json b/cy/package.json index 879153f9..9525ba93 100644 --- a/cy/package.json +++ b/cy/package.json @@ -14,7 +14,7 @@ "devDependencies": { "eslint": "^9.8.0", "eslint-plugin-chai-friendly": "^1.0.1", - "eslint-plugin-cypress": "^3.4.0" + "eslint-plugin-cypress": "^3.5.0" }, "homepage": "https://github.com/govcms-tests/tests#readme", "license": "MIT",