diff --git a/package.json b/package.json index 2d11609..b657499 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/mocha": "^9.1.0", "@types/shell-quote": "^1.7.1", "@types/stream-buffers": "^3.0.4", - "cypress": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", + "cypress": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0", "dtslint": "^4.0.5", "esbuild": "^0.11.12", "mocha": "^8.2.0", @@ -59,6 +59,6 @@ "typescript": "^4.0.3" }, "peerDependencies": { - "cypress": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" + "cypress": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" } }