diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-18 02:08:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-18 02:08:40 +0000 |
commit | 8b781cab495642caa0fc026b792288f14fce5e6a (patch) | |
tree | 2e94b68dae58847902f9099e4f01600a8470b0f6 | |
parent | e3c63a0c7f18aadc09ccd14b230ea5ef437b6cd3 (diff) | |
download | nextcloud-server-8b781cab495642caa0fc026b792288f14fce5e6a.tar.gz nextcloud-server-8b781cab495642caa0fc026b792288f14fce5e6a.zip |
build(deps-dev): bump eslint-plugin-cypress from 3.5.0 to 3.6.0
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.5.0...v3.6.0)
---
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>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index ae7c860c18d..cc96cea4e18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -125,7 +125,7 @@ "cypress-split": "^1.24.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", - "eslint-plugin-cypress": "^3.5.0", + "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-es": "^4.1.0", "exports-loader": "^5.0.0", "file-loader": "^6.2.0", @@ -11857,9 +11857,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz", - "integrity": "sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", + "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", "dev": true, "dependencies": { "globals": "^13.20.0" diff --git a/package.json b/package.json index 50bdd9b66f3..f09b74b7f3a 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "cypress-split": "^1.24.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", - "eslint-plugin-cypress": "^3.5.0", + "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-es": "^4.1.0", "exports-loader": "^5.0.0", "file-loader": "^6.2.0", |