diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-03 10:45:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-03 10:45:35 +0000 |
commit | 072b4c41cfc37d341012fff2006155b425663159 (patch) | |
tree | 35b80b03f4131019ef3c307cc8a692bd5546906a | |
parent | 607ae6b5ebfdffca65fc58de75b14f5086014eb0 (diff) | |
parent | 9b87a232b58f9bff88a7ca40b6cfeb05609ec97a (diff) | |
download | nextcloud-server-072b4c41cfc37d341012fff2006155b425663159.tar.gz nextcloud-server-072b4c41cfc37d341012fff2006155b425663159.zip |
Merge pull request #47004 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/cypress-1.0.0-beta.8
-rw-r--r-- | package-lock.json | 16 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index dece3dbf9ea..d27a0896161 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,7 +98,7 @@ "@cypress/webpack-preprocessor": "^6.0.1", "@jest/globals": "^29.7.0", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/cypress": "^1.0.0-beta.6", + "@nextcloud/cypress": "^1.0.0-beta.8", "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^6.0.1", @@ -4342,18 +4342,18 @@ } }, "node_modules/@nextcloud/cypress": { - "version": "1.0.0-beta.7", - "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.7.tgz", - "integrity": "sha512-TDweITt1aUj6GPM1JmtNNKMgWwSj6sn98iwIP0rUZbsc8eTMgNQtBL92eoj/FIo3i80Xh11wKc6rTGruvor8Yw==", + "version": "1.0.0-beta.8", + "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.8.tgz", + "integrity": "sha512-VK3RyXj2HJISx0wUEs1yBBJ3fkDX5C1CAM92Px4Brf9IPz5YfCZAICvxjM8HIXPACR0yb5MUCtGz7E9hv1H/wA==", "dev": true, "dependencies": { - "dockerode": "^4.0.0", - "fast-xml-parser": "^4.2.5", - "wait-on": "^7.0.1" + "dockerode": "^4.0.2", + "fast-xml-parser": "^4.3.6", + "wait-on": "^7.2.0" }, "engines": { "node": "^20.0.0", - "npm": "^9.0.0" + "npm": "^10.0.0" }, "peerDependencies": { "cypress": "^13.2.0" diff --git a/package.json b/package.json index a35f9de7ad5..fafddfae827 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "@cypress/webpack-preprocessor": "^6.0.1", "@jest/globals": "^29.7.0", "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/cypress": "^1.0.0-beta.6", + "@nextcloud/cypress": "^1.0.0-beta.8", "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^6.0.1", |