From 07917340f24cb16feb7c8c8c9e7059dd84a9086e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 02:09:52 +0000 Subject: [PATCH] chore(deps-dev): Bump @nextcloud/cypress Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.12 to 1.0.0-beta.13. - [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases) - [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.12...v1.0.0-beta.13) --- updated-dependencies: - dependency-name: "@nextcloud/cypress" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e298af19a6..008da7443c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/cypress": "^1.0.0-beta.12", + "@nextcloud/cypress": "^1.0.0-beta.13", "@nextcloud/eslint-config": "^8.3.0", "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/webpack-vue-config": "^6.1.1", @@ -3825,10 +3825,11 @@ } }, "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": { "dockerode": "^4.0.2", "fast-xml-parser": "^4.3.6", @@ -26995,9 +26996,9 @@ } }, "@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, "requires": { "dockerode": "^4.0.2", diff --git a/package.json b/package.json index 9da489daa2..99ef5e86d4 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@cypress/webpack-preprocessor": "^6.0.2", "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/cypress": "^1.0.0-beta.12", + "@nextcloud/cypress": "^1.0.0-beta.13", "@nextcloud/eslint-config": "^8.3.0", "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/webpack-vue-config": "^6.1.1",