diff --git a/package-lock.json b/package-lock.json index 1e8906614..f9e83b2fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,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.12", + "@nextcloud/cypress": "^1.0.0-beta.13", "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/webpack-vue-config": "^5.5.1", @@ -3714,9 +3714,9 @@ } }, "node_modules/@nextcloud/cypress": { - "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==", + "version": "1.0.0-beta.13", + "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.13.tgz", + "integrity": "sha512-ggs4IEV87KWJUdpT6Shs/C/x9+zRI4v4E4h0aYX3qTxMFxub8gLUYmCSVP3AmE2qGIArezfzPb5EDy9QQk5waA==", "dev": true, "license": "AGPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 4a736e3ca..f12db318a 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,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.12", + "@nextcloud/cypress": "^1.0.0-beta.13", "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/webpack-vue-config": "^5.5.1",