aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-03 08:38:13 +0000
committerGitHub <noreply@github.com>2024-02-03 08:38:13 +0000
commit05a03dd663472fee3f4644cdb6a2d11c09703631 (patch)
tree7af2bc8be4da7e461861067f055b141ecc2c7707
parentf3c4a2e8ba1980a467cf12f42f4b2b4c4ba295fb (diff)
parent4ca63fbdefb7de0c22047d5d04a39ec20061c490 (diff)
downloadnextcloud-server-05a03dd663472fee3f4644cdb6a2d11c09703631.tar.gz
nextcloud-server-05a03dd663472fee3f4644cdb6a2d11c09703631.zip
Merge pull request #43311 from nextcloud/dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.7
-rw-r--r--package-lock.json13
-rw-r--r--package.json2
2 files changed, 10 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 1d973dfb494..85e1a6e549a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -99,7 +99,7 @@
"@cypress/webpack-preprocessor": "^6.0.0",
"@jest/globals": "^29.7.0",
"@nextcloud/babel-config": "^1.0.0",
- "@nextcloud/cypress": "^1.0.0-beta.6",
+ "@nextcloud/cypress": "^1.0.0-beta.7",
"@nextcloud/eslint-config": "^v8.3.0-beta.2",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^6.0.0",
@@ -3803,10 +3803,15 @@
}
},
"node_modules/@nextcloud/cypress": {
- "version": "1.0.0-beta.6",
- "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.6.tgz",
- "integrity": "sha512-pWittE2Ik9JAqWoCqMzXVolW0zfntvRPnMqclB5bXVcv4ss5dZqsSeID8CVarU+ymgb/EAf291EL8jAWbQ+BSQ==",
+ "version": "1.0.0-beta.7",
+ "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.7.tgz",
+ "integrity": "sha512-TDweITt1aUj6GPM1JmtNNKMgWwSj6sn98iwIP0rUZbsc8eTMgNQtBL92eoj/FIo3i80Xh11wKc6rTGruvor8Yw==",
"dev": true,
+ "dependencies": {
+ "dockerode": "^4.0.0",
+ "fast-xml-parser": "^4.2.5",
+ "wait-on": "^7.0.1"
+ },
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
diff --git a/package.json b/package.json
index e1a230229ea..45cd8a4ec02 100644
--- a/package.json
+++ b/package.json
@@ -126,7 +126,7 @@
"@cypress/webpack-preprocessor": "^6.0.0",
"@jest/globals": "^29.7.0",
"@nextcloud/babel-config": "^1.0.0",
- "@nextcloud/cypress": "^1.0.0-beta.6",
+ "@nextcloud/cypress": "^1.0.0-beta.7",
"@nextcloud/eslint-config": "^v8.3.0-beta.2",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^6.0.0",