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",