diff --git a/package-lock.json b/package-lock.json index 988fd6c0f64b1..4e30263d3cf35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -101,7 +101,7 @@ "@nextcloud/webpack-vue-config": "^6.2.0", "@pinia/testing": "^0.1.7", "@simplewebauthn/types": "^12.0.0", - "@testing-library/cypress": "^10.0.2", + "@testing-library/cypress": "^10.0.3", "@testing-library/jest-dom": "^6.6.3", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^5.8.3", @@ -5262,9 +5262,9 @@ } }, "node_modules/@testing-library/cypress": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.2.tgz", - "integrity": "sha512-dKv95Bre5fDmNb9tOIuWedhGUryxGu1GWYWtXDqUsDPcr9Ekld0fiTb+pcBvSsFpYXAZSpmyEjhoXzLbhh06yQ==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.3.tgz", + "integrity": "sha512-TeZJMCNtiS59cPWalra7LgADuufO5FtbqQBYxuAgdX6ZFAR2D9CtQwAG8VbgvFcchW3K414va/+7P4OkQ80UVg==", "dev": true, "license": "MIT", "dependencies": { @@ -5276,7 +5276,7 @@ "npm": ">=6" }, "peerDependencies": { - "cypress": "^12.0.0 || ^13.0.0" + "cypress": "^12.0.0 || ^13.0.0 || ^14.0.0" } }, "node_modules/@testing-library/dom": { diff --git a/package.json b/package.json index eb4c9593feab4..934b95f1db107 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "@nextcloud/webpack-vue-config": "^6.2.0", "@pinia/testing": "^0.1.7", "@simplewebauthn/types": "^12.0.0", - "@testing-library/cypress": "^10.0.2", + "@testing-library/cypress": "^10.0.3", "@testing-library/jest-dom": "^6.6.3", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^5.8.3",