From bbc3ff9ce3d0d304a61dd491b21ac7d9e77a8549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 12:43:44 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-cypress from 3.0.2 to 3.1.1 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.0.2 to 3.1.1. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.0.2...v3.1.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fcb7394..127e46d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@nextcloud/stylelint-config": "^3.0.0", "@nextcloud/webpack-vue-config": "^6.0.1", "cypress": "^13.8.1", - "eslint-plugin-cypress": "^3.0.2" + "eslint-plugin-cypress": "^3.1.1" }, "engines": { "node": "^20.0.0", @@ -7995,9 +7995,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.2.tgz", - "integrity": "sha512-5hIWc3SqXSuR+Sd7gmNMzx8yJ3LWQQS0e+qLvEVF4C1JfFtu1s9imtEm1KxlCBCcKb7+6CyR9KQYs0GiI02AlA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.1.tgz", + "integrity": "sha512-rsP/72X99KNOAq26o5VAb6SICvdfjwvvWjs9n5a9UD14B5kCzzE45NJR/yJYw3fsGXUUKiwkv6eU5wRthM8kPw==", "dev": true, "dependencies": { "globals": "^13.20.0" diff --git a/package.json b/package.json index e1e3c87..52c5cae 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "@nextcloud/stylelint-config": "^3.0.0", "@nextcloud/webpack-vue-config": "^6.0.1", "cypress": "^13.8.1", - "eslint-plugin-cypress": "^3.0.2" + "eslint-plugin-cypress": "^3.1.1" } }