diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-30 01:22:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-30 01:22:51 +0000 |
commit | d4d48f7c1b3ab85c436be93806c2900bd0e26caa (patch) | |
tree | 7a6b5c133f79be18e2507819b735747b77ce66bd /package.json | |
parent | d215d8091699b39763c6c5d23b5125b7734c19f7 (diff) | |
download | nextcloud-server-d4d48f7c1b3ab85c436be93806c2900bd0e26caa.tar.gz nextcloud-server-d4d48f7c1b3ab85c436be93806c2900bd0e26caa.zip |
chore(deps-dev): Bump cypress and @nextcloud/cypress
Bumps [cypress](https://github.com/cypress-io/cypress) and [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress). These dependencies needed to be updated together.
Updates `cypress` from 12.17.4 to 13.3.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.17.4...v13.3.0)
Updates `@nextcloud/cypress` from 1.0.0-beta.2 to 1.0.0-beta.6
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.2...v1.0.0-beta.6)
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: "@nextcloud/cypress"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 06df7558f13..82d9e907f11 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "@cypress/webpack-preprocessor": "^6.0.0", "@jest/globals": "^29.5.0", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/cypress": "^1.0.0-beta.2", + "@nextcloud/cypress": "^1.0.0-beta.6", "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^6.0.0", @@ -142,7 +142,7 @@ "babel-loader": "^9.1.0", "babel-loader-exclude-node-modules-except": "^1.2.1", "css-loader": "^6.8.1", - "cypress": "^12.17.4", + "cypress": "^13.3.0", "cypress-wait-until": "^1.7.2", "dockerode": "^3.3.5", "eslint-plugin-cypress": "^2.14.0", |