diff --git a/package-lock.json b/package-lock.json index 547bb48db..7c2998dcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "devDependencies": { "@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.2", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "^6.2.0", @@ -3555,9 +3555,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": { diff --git a/package.json b/package.json index 79868a4ab..b9ea5dcbf 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "devDependencies": { "@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.2", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "^6.2.0",