diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-21 01:20:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 01:20:31 +0000 |
commit | 1c1c119f9756633647c2b4e704a3e0d81dabdc72 (patch) | |
tree | 2be45be07e1300188f719a298ae7b579c97d35ed /package.json | |
parent | 5c2610af7dbce72fa1c1b02185a2c28cd5be004e (diff) | |
download | nextcloud-server-1c1c119f9756633647c2b4e704a3e0d81dabdc72.tar.gz nextcloud-server-1c1c119f9756633647c2b4e704a3e0d81dabdc72.zip |
chore(deps-dev): Bump eslint-plugin-cypress from 2.14.0 to 2.15.1
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.14.0 to 2.15.1.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.14.0...v2.15.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 62746290564..cd28bf0c5eb 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "cypress-if": "^1.10.5", "cypress-wait-until": "^2.0.1", "dockerode": "^4.0.0", - "eslint-plugin-cypress": "^2.14.0", + "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-es": "^4.1.0", "exports-loader": "^4.0.0", "file-loader": "^6.2.0", |