diff --git a/package-lock.json b/package-lock.json index 2157cd7c771f4..1866ae9af0a63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.2", - "@testing-library/cypress": "^10.1.0", + "@testing-library/cypress": "^10.1.3", "@testing-library/jest-dom": "^6.9.1", "@testing-library/vue": "^8.1.0", "@types/dockerode": "^4.0.1", @@ -3798,9 +3798,9 @@ } }, "node_modules/@testing-library/cypress": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.1.0.tgz", - "integrity": "sha512-tNkNtYRqPQh71xXKuMizr146zlellawUfDth7A/urYU4J66g0VGZ063YsS0gqS79Z58u1G/uo9UxN05qvKXMag==", + "version": "10.1.3", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.1.3.tgz", + "integrity": "sha512-rVCH92TmU8idROHqCdTSp/bosIIUezihSwFfR/J2GZD0EAwyzRuYNseh54eziKJWjJ64BCXPT3X3jLO7v4yenQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3812,7 +3812,7 @@ "npm": ">=6" }, "peerDependencies": { - "cypress": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0" + "cypress": ">=12" } }, "node_modules/@testing-library/dom": { diff --git a/package.json b/package.json index 83c22a8d7e42a..9030ccab3c54a 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.2", - "@testing-library/cypress": "^10.1.0", + "@testing-library/cypress": "^10.1.3", "@testing-library/jest-dom": "^6.9.1", "@testing-library/vue": "^8.1.0", "@types/dockerode": "^4.0.1",