diff options
author | Louis Chemineau <louis@chmn.me> | 2024-12-04 17:07:58 +0100 |
---|---|---|
committer | Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | 2024-12-05 09:51:53 +0100 |
commit | d977265b6607dadcd5cb9d2ec532c2f76c77c042 (patch) | |
tree | 04218d89b872411d9082f98738563ed7ba0b9b8b | |
parent | 22051a73c136168375f60ce45a63766c170fefd1 (diff) | |
download | nextcloud-server-d977265b6607dadcd5cb9d2ec532c2f76c77c042.tar.gz nextcloud-server-d977265b6607dadcd5cb9d2ec532c2f76c77c042.zip |
chore: Bump @nextcloud/cypress to v1.0.0-beta.12fix/login-origin
Signed-off-by: Louis Chemineau <louis@chmn.me>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 3c80c781711..dddcbdd708c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "@cypress/vue2": "^2.1.1", "@cypress/webpack-preprocessor": "^6.0.2", "@nextcloud/babel-config": "^1.2.0", - "@nextcloud/cypress": "^1.0.0-beta.11", + "@nextcloud/cypress": "^1.0.0-beta.12", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/typings": "^1.9.1", @@ -3686,9 +3686,9 @@ } }, "node_modules/@nextcloud/cypress": { - "version": "1.0.0-beta.11", - "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.11.tgz", - "integrity": "sha512-8wR0UVfqZXRmQSAeaJg+yw95Smc9zAw35FYckk52PhXhnRugn2J5aqcXMtrQZovdeqak1y5Kjc/t0AJ2QhtnOA==", + "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==", "dev": true, "dependencies": { "dockerode": "^4.0.2", diff --git a/package.json b/package.json index a585edb5a7b..8d0466f242d 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "@cypress/vue2": "^2.1.1", "@cypress/webpack-preprocessor": "^6.0.2", "@nextcloud/babel-config": "^1.2.0", - "@nextcloud/cypress": "^1.0.0-beta.11", + "@nextcloud/cypress": "^1.0.0-beta.12", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/typings": "^1.9.1", |