Skip to content

Commit 0c54097

Browse files
renovate[bot]badeball
authored andcommitted
Update dependency common-ancestor-path to v2
1 parent d6d91dd commit 0c54097

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { inspect } from "node:util";
33

44
import { generateMessages } from "@cucumber/gherkin";
55
import { IdGenerator, SourceMediaType } from "@cucumber/messages";
6-
import ancestor from "common-ancestor-path";
6+
import { commonAncestorPath as ancestor } from "common-ancestor-path";
77
import { getSpecs } from "find-cypress-specs";
88

99
import { rebuildOriginalConfigObject } from "./add-cucumber-preprocessor-plugin";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
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",

0 commit comments

Comments
 (0)