Skip to content

Commit

Permalink
chore(deps): Update dependencies (#30)
Browse files Browse the repository at this point in the history
- deno.land/std 0.220.1 => 0.221.0
  • Loading branch information
github-actions[bot] committed Mar 28, 2024
1 parent 22146b2 commit 42b86fd
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 120 deletions.
8 changes: 4 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"update": "deno run --allow-env --allow-read --allow-write --allow-run=git,deno --allow-net=deno.land https://deno.land/x/molt/cli.ts deno.json"
},
"imports": {
"assert": "https://deno.land/std@0.220.1/assert/mod.ts",
"path": "https://deno.land/std@0.220.1/path/mod.ts",
"toml": "https://deno.land/std@0.220.1/toml/mod.ts",
"parse_args": "https://deno.land/std@0.220.1/cli/parse_args.ts",
"assert": "https://deno.land/std@0.221.0/assert/mod.ts",
"path": "https://deno.land/std@0.221.0/path/mod.ts",
"toml": "https://deno.land/std@0.221.0/toml/mod.ts",
"parse_args": "https://deno.land/std@0.221.0/cli/parse_args.ts",
"case": "https://deno.land/x/[email protected]/mod.ts",
"xml": "https://deno.land/x/[email protected]/mod.ts"
}
Expand Down
Loading

0 comments on commit 42b86fd

Please sign in to comment.