diff --git a/package-lock.json b/package-lock.json index f3fe88527..71c777d1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@cypress/browserify-preprocessor": "^3.0.2", "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.3.0", - "@nextcloud/cypress": "^1.0.0-beta.9", + "@nextcloud/cypress": "^1.0.0-beta.10", "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.3.1", "@nextcloud/webpack-vue-config": "^5.5.1", @@ -3226,9 +3226,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 e5362f8ec..79203f628 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@cypress/browserify-preprocessor": "^3.0.2", "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.3.0", - "@nextcloud/cypress": "^1.0.0-beta.9", + "@nextcloud/cypress": "^1.0.0-beta.10", "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.3.1", "@nextcloud/webpack-vue-config": "^5.5.1",