Skip to content

Commit

Permalink
fix(deps): bump execa to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Sep 23, 2023
1 parent 29959fb commit 1093c73
Show file tree
Hide file tree
Showing 3 changed files with 618 additions and 935 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// https://github.com/semantic-release/semantic-release/blob/master/docs/usage/plugins.md
import { parse } from "@iarna/toml";
import execa from "execa";
import { execa } from "execa";
import { readFileSync } from "fs";
import { join, resolve } from "path";

Expand Down
Loading

0 comments on commit 1093c73

Please sign in to comment.