diff --git a/package-lock.json b/package-lock.json index 5725452bc..27e239142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/cypress": "^1.0.0-beta.8", + "@nextcloud/cypress": "^1.0.0-beta.9", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/sharing": "^0.2.3", "@nextcloud/stylelint-config": "^3.0.1", @@ -1681,15 +1681,14 @@ } }, "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.9", + "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.9.tgz", + "integrity": "sha512-i43skZoCkrr5H1L1PsYddzz/SjDlSNcTCrEcMJFRwoHiJo5giUNCz0b2lKEQBMtudP8J+BGfG+AIFA0LJ/oD2A==", "dev": true, - "license": "AGPL-3.0-or-later", "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", diff --git a/package.json b/package.json index d2a6f015c..a82af6753 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/cypress": "^1.0.0-beta.8", + "@nextcloud/cypress": "^1.0.0-beta.9", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/sharing": "^0.2.3", "@nextcloud/stylelint-config": "^3.0.1",