diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-21 02:58:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-21 02:58:43 +0000 |
commit | 8441091b997011591e769fc4475cba459215fe48 (patch) | |
tree | 44a2df55fde95d2f91a0adce460a103fdec6ae68 | |
parent | 73d80c847f32a1c26fea0f093c75c2fde043124b (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/stable29/nextcloud/cypress-1.0.0-beta.12.tar.gz nextcloud-server-dependabot/npm_and_yarn/stable29/nextcloud/cypress-1.0.0-beta.12.zip |
chore(deps-dev): bump @nextcloud/cypressdependabot/npm_and_yarn/stable29/nextcloud/cypress-1.0.0-beta.12
Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.8 to 1.0.0-beta.12.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.8...v1.0.0-beta.12)
---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 37 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 29 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json index 1052f32fa75..50c644a07c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@jest/globals": "^29.7.0", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/cypress": "^1.0.0-beta.8", + "@nextcloud/cypress": "^1.0.0-beta.12", "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/typings": "^1.8.0", @@ -4343,21 +4343,40 @@ } }, "node_modules/@nextcloud/cypress": { - "version": "1.0.0-beta.8", - "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.8.tgz", - "integrity": "sha512-VK3RyXj2HJISx0wUEs1yBBJ3fkDX5C1CAM92Px4Brf9IPz5YfCZAICvxjM8HIXPACR0yb5MUCtGz7E9hv1H/wA==", + "version": "1.0.0-beta.12", + "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.12.tgz", + "integrity": "sha512-/o+DiuX5LKeaIKpRvBiao8e4WXl0GJY+jn1NZpFg3jzYDQz4jDFx+wANvAzIlPpxoRqkKPPifZWwZc4IMYe0XQ==", "dev": true, "dependencies": { "dockerode": "^4.0.2", "fast-xml-parser": "^4.3.6", - "wait-on": "^7.2.0" + "wait-on": "^8.0.0" }, "engines": { "node": "^20.0.0", "npm": "^10.0.0" }, "peerDependencies": { - "cypress": "^13.2.0" + "cypress": "^13.9.0" + } + }, + "node_modules/@nextcloud/cypress/node_modules/wait-on": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.1.tgz", + "integrity": "sha512-1wWQOyR2LVVtaqrcIL2+OM+x7bkpmzVROa0Nf6FryXkS+er5Sa1kzFGjzZRqLnHa3n1rACFLeTwUqE1ETL9Mig==", + "dev": true, + "dependencies": { + "axios": "^1.7.7", + "joi": "^17.13.3", + "lodash": "^4.17.21", + "minimist": "^1.2.8", + "rxjs": "^7.8.1" + }, + "bin": { + "wait-on": "bin/wait-on" + }, + "engines": { + "node": ">=12.0.0" } }, "node_modules/@nextcloud/dialogs": { @@ -18821,9 +18840,9 @@ } }, "node_modules/joi": { - "version": "17.12.2", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.12.2.tgz", - "integrity": "sha512-RonXAIzCiHLc8ss3Ibuz45u28GOsWE1UpfDXLbN/9NKbL4tCJf8TWYVKsoYuuh+sAUt7fsSNpA+r2+TBA6Wjmw==", + "version": "17.13.3", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz", + "integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==", "dev": true, "dependencies": { "@hapi/hoek": "^9.3.0", diff --git a/package.json b/package.json index 38e251b0848..63f9056ae7b 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@jest/globals": "^29.7.0", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/cypress": "^1.0.0-beta.8", + "@nextcloud/cypress": "^1.0.0-beta.12", "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/typings": "^1.8.0", |