File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { inspect } from "node:util";
33
44import { generateMessages } from "@cucumber/gherkin" ;
55import { IdGenerator , SourceMediaType } from "@cucumber/messages" ;
6- import ancestor from "common-ancestor-path" ;
6+ import { commonAncestorPath as ancestor } from "common-ancestor-path" ;
77import { getSpecs } from "find-cypress-specs" ;
88
99import { rebuildOriginalConfigObject } from "./add-cucumber-preprocessor-plugin" ;
Original file line number Diff line number Diff line change 7575 "base64-js" : " ^1.5.1" ,
7676 "chalk" : " ^4.1.2" ,
7777 "cli-table" : " ^0.3.11" ,
78- "common-ancestor-path" : " ^1 .0.1 " ,
78+ "common-ancestor-path" : " ^2 .0.0 " ,
7979 "cosmiconfig" : " ^9.0.0" ,
8080 "debug" : " ^4.3.6" ,
8181 "error-stack-parser" : " ^2.1.4" ,
You can’t perform that action at this time.
0 commit comments