Skip to content

Commit

Permalink
deps(cli): Upgrade to isomorphic-git@1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Jul 23, 2024
1 parent 567b7b9 commit 966de8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ export { default as ProgressBar } from "https://deno.land/x/progress@v1.3.9/mod.
export { default as ignore } from "npm:ignore@5.3.0"
export { encodeBase64 } from "https://deno.land/std@0.220.1/encoding/base64.ts"
// Isomorphic git
export { default as git, STAGE, TREE } from "npm:isomorphic-git@1.25.6"
export { default as git, STAGE, TREE } from "npm:isomorphic-git@1.27.1"

Check warning on line 67 in cli/src/deps.ts

View check run for this annotation

Codecov / codecov/patch

cli/src/deps.ts#L67

Added line #L67 was not covered by tests

0 comments on commit 966de8c

Please sign in to comment.