diff --git a/package-lock.json b/package-lock.json index 1a671dfd..046b6d63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@graphql-codegen/typescript": "^3.0.0", "@graphql-codegen/typescript-operations": "^2.5.12", "@graphql-codegen/typescript-react-apollo": "^3.3.7", - "@testing-library/cypress": "^8.0.3", + "@testing-library/cypress": "^9.0.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@types/node": "18.11.18", @@ -4483,9 +4483,9 @@ } }, "node_modules/@testing-library/cypress": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.3.tgz", - "integrity": "sha512-nY2YaSbmuPo5k6kL0iLj/pGPPfka3iwb3kpTx8QN/vOCns92Saz9wfACqB8FJzcR7+lfA4d5HUOWqmTddBzczg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-9.0.0.tgz", + "integrity": "sha512-c1XiCGeHGGTWn0LAU12sFUfoX3qfId5gcSE2yHode+vsyHDWraxDPALjVnHd4/Fa3j4KBcc5k++Ccy6A9qnkMA==", "dev": true, "dependencies": { "@babel/runtime": "^7.14.6", @@ -4496,7 +4496,7 @@ "npm": ">=6" }, "peerDependencies": { - "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" + "cypress": "^12.0.0" } }, "node_modules/@testing-library/dom": { @@ -19482,9 +19482,9 @@ } }, "@testing-library/cypress": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.3.tgz", - "integrity": "sha512-nY2YaSbmuPo5k6kL0iLj/pGPPfka3iwb3kpTx8QN/vOCns92Saz9wfACqB8FJzcR7+lfA4d5HUOWqmTddBzczg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-9.0.0.tgz", + "integrity": "sha512-c1XiCGeHGGTWn0LAU12sFUfoX3qfId5gcSE2yHode+vsyHDWraxDPALjVnHd4/Fa3j4KBcc5k++Ccy6A9qnkMA==", "dev": true, "requires": { "@babel/runtime": "^7.14.6", diff --git a/package.json b/package.json index 3cec2060..3756bad3 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@graphql-codegen/typescript": "^3.0.0", "@graphql-codegen/typescript-operations": "^2.5.12", "@graphql-codegen/typescript-react-apollo": "^3.3.7", - "@testing-library/cypress": "^8.0.3", + "@testing-library/cypress": "^9.0.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@types/node": "18.11.18",