From 37e3bb54caa669b64a94d2e3b9e64414f7243037 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 4 Feb 2025 21:19:15 +0100 Subject: [PATCH] chore(deps): upgrade @nextcloud/cypress This makes the docker functions available we rely on. Signed-off-by: Max --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73076f598..7bc3eeb08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@mdi/js": "^7.4.47", "@mdi/svg": "^7.4.47", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/cypress": "^1.0.0-beta.12", + "@nextcloud/cypress": "^1.0.0-beta.13", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/prettier-config": "^1.1.0", "@nextcloud/stylelint-config": "^3.0.1", @@ -1621,9 +1621,9 @@ } }, "node_modules/@nextcloud/cypress": { - "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==", + "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==", "dev": true, "license": "AGPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index c5b87745c..57ddaaf6f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@mdi/js": "^7.4.47", "@mdi/svg": "^7.4.47", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/cypress": "^1.0.0-beta.12", + "@nextcloud/cypress": "^1.0.0-beta.13", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/prettier-config": "^1.1.0", "@nextcloud/stylelint-config": "^3.0.1",