From 018fadb0b23b19f5ceecbd20b53df8d8ed116414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 02:11:59 +0000 Subject: [PATCH] build(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 e88c2b7f..30264d5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/webpack-vue-config": "^6.0.1", "cypress": "^13.8.1", - "eslint-plugin-cypress": "^3.0.2", + "eslint-plugin-cypress": "^3.1.1", "vue-template-compiler": "^2.7.16" }, "engines": { @@ -8777,9 +8777,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 beda6a22..73edbd15 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/webpack-vue-config": "^6.0.1", "cypress": "^13.8.1", - "eslint-plugin-cypress": "^3.0.2", + "eslint-plugin-cypress": "^3.1.1", "vue-template-compiler": "^2.7.16" } }