From e062a659e00f20928b75dde9b3f77e49dc38d2d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 01:03:45 +0000 Subject: [PATCH] Chore(deps-dev): Bump @testing-library/cypress from 10.0.3 to 10.1.0 Bumps [@testing-library/cypress](https://github.com/testing-library/cypress-testing-library) from 10.0.3 to 10.1.0. - [Release notes](https://github.com/testing-library/cypress-testing-library/releases) - [Changelog](https://github.com/testing-library/cypress-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/cypress-testing-library/compare/v10.0.3...v10.1.0) --- updated-dependencies: - dependency-name: "@testing-library/cypress" dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d858ac8c2..fa991c74a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/stylelint-config": "^3.1.0", "@nextcloud/vite-config": "^2.3.5", - "@testing-library/cypress": "^10.0.3", + "@testing-library/cypress": "^10.1.0", "@types/dockerode": "^3.3.39", "@vitest/coverage-v8": "^3.1.4", "@vue/test-utils": "^2.4.6", @@ -2653,9 +2653,9 @@ } }, "node_modules/@testing-library/cypress": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.3.tgz", - "integrity": "sha512-TeZJMCNtiS59cPWalra7LgADuufO5FtbqQBYxuAgdX6ZFAR2D9CtQwAG8VbgvFcchW3K414va/+7P4OkQ80UVg==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.1.0.tgz", + "integrity": "sha512-tNkNtYRqPQh71xXKuMizr146zlellawUfDth7A/urYU4J66g0VGZ063YsS0gqS79Z58u1G/uo9UxN05qvKXMag==", "dev": true, "dependencies": { "@babel/runtime": "^7.14.6", @@ -2666,7 +2666,7 @@ "npm": ">=6" }, "peerDependencies": { - "cypress": "^12.0.0 || ^13.0.0 || ^14.0.0" + "cypress": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0" } }, "node_modules/@testing-library/cypress/node_modules/@testing-library/dom": { @@ -14987,9 +14987,9 @@ } }, "@testing-library/cypress": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.3.tgz", - "integrity": "sha512-TeZJMCNtiS59cPWalra7LgADuufO5FtbqQBYxuAgdX6ZFAR2D9CtQwAG8VbgvFcchW3K414va/+7P4OkQ80UVg==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.1.0.tgz", + "integrity": "sha512-tNkNtYRqPQh71xXKuMizr146zlellawUfDth7A/urYU4J66g0VGZ063YsS0gqS79Z58u1G/uo9UxN05qvKXMag==", "dev": true, "requires": { "@babel/runtime": "^7.14.6", diff --git a/package.json b/package.json index b55fdc3f3..32211d6e7 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/stylelint-config": "^3.1.0", "@nextcloud/vite-config": "^2.3.5", - "@testing-library/cypress": "^10.0.3", + "@testing-library/cypress": "^10.1.0", "@types/dockerode": "^3.3.39", "@vitest/coverage-v8": "^3.1.4", "@vue/test-utils": "^2.4.6",