diff options
-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 4f04179d1c8..75b0a2f586d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,7 +98,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@jest/globals": "^29.7.0", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/cypress": "^1.0.0-beta.9", + "@nextcloud/cypress": "^1.0.0-beta.10", "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^6.0.1", @@ -4358,9 +4358,9 @@ } }, "node_modules/@nextcloud/cypress": { - "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==", + "version": "1.0.0-beta.10", + "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.10.tgz", + "integrity": "sha512-2Mfg6oDwz6cCnmgyvQ83bW+oM+p+F5YA4aBZk++vtQLURa+2qlNmsby/bxe0rOzAKUXWtBmKINKO64fBTNUWWw==", "dev": true, "dependencies": { "dockerode": "^4.0.2", diff --git a/package.json b/package.json index 87c4a45e61a..e42f0410478 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@jest/globals": "^29.7.0", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/cypress": "^1.0.0-beta.9", + "@nextcloud/cypress": "^1.0.0-beta.10", "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^6.0.1", |