diff --git a/package-lock.json b/package-lock.json index 2325caf619..0386ac58f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@nextcloud/babel-config": "^1.2.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/cypress": "^1.0.0-beta.13", + "@nextcloud/cypress": "^1.0.0-beta.14", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "^6.0.1", @@ -3164,9 +3164,9 @@ } }, "node_modules/@nextcloud/cypress": { - "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==", + "version": "1.0.0-beta.14", + "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.14.tgz", + "integrity": "sha512-qXs+VtdhgK5Mdahyp95FTBmxJfj49IiRkD1YqsyHo4PvexDO3qzbR+aIMESRjfcdz7iMyDkPRzRtsqGI4cQUmA==", "dev": true, "license": "AGPL-3.0-or-later", "dependencies": { @@ -22768,9 +22768,9 @@ } }, "@nextcloud/cypress": { - "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==", + "version": "1.0.0-beta.14", + "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.14.tgz", + "integrity": "sha512-qXs+VtdhgK5Mdahyp95FTBmxJfj49IiRkD1YqsyHo4PvexDO3qzbR+aIMESRjfcdz7iMyDkPRzRtsqGI4cQUmA==", "dev": true, "requires": { "dockerode": "^4.0.2", diff --git a/package.json b/package.json index 2d6e5d1863..01812a0953 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@nextcloud/babel-config": "^1.2.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/cypress": "^1.0.0-beta.13", + "@nextcloud/cypress": "^1.0.0-beta.14", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "^6.0.1",