diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-27 02:02:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-27 02:02:55 +0000 |
commit | 69603dbc23538bdaac59143bb6a84e3a029e2646 (patch) | |
tree | aaafb9730ed16b8d833756d1ec84244d949fcba3 /package.json | |
parent | 1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c (diff) | |
download | nextcloud-server-69603dbc23538bdaac59143bb6a84e3a029e2646.tar.gz nextcloud-server-69603dbc23538bdaac59143bb6a84e3a029e2646.zip |
build(deps-dev): bump eslint-plugin-cypress from 2.15.2 to 3.4.0
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.2 to 3.4.0.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.2...v3.4.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7c9888ae492..38da1a57647 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "cypress-split": "^1.24.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.4.0", "eslint-plugin-es": "^4.1.0", "exports-loader": "^5.0.0", "file-loader": "^6.2.0", |