diff --git a/package-lock.json b/package-lock.json index a260bfd665..5ae5a1c0c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/cypress": "^1.0.0-beta.10", + "@nextcloud/cypress": "^1.0.0-beta.11", "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.3.1", "@nextcloud/webpack-vue-config": "^6.0.1", @@ -2504,9 +2504,9 @@ } }, "node_modules/@nextcloud/cypress": { - "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==", + "version": "1.0.0-beta.11", + "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.11.tgz", + "integrity": "sha512-8wR0UVfqZXRmQSAeaJg+yw95Smc9zAw35FYckk52PhXhnRugn2J5aqcXMtrQZovdeqak1y5Kjc/t0AJ2QhtnOA==", "dev": true, "dependencies": { "dockerode": "^4.0.2", @@ -20445,9 +20445,9 @@ } }, "@nextcloud/cypress": { - "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==", + "version": "1.0.0-beta.11", + "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.11.tgz", + "integrity": "sha512-8wR0UVfqZXRmQSAeaJg+yw95Smc9zAw35FYckk52PhXhnRugn2J5aqcXMtrQZovdeqak1y5Kjc/t0AJ2QhtnOA==", "dev": true, "requires": { "dockerode": "^4.0.2", diff --git a/package.json b/package.json index 9140d98cbf..12bd4b71a9 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/cypress": "^1.0.0-beta.10", + "@nextcloud/cypress": "^1.0.0-beta.11", "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.3.1", "@nextcloud/webpack-vue-config": "^6.0.1",