Skip to content

Commit

Permalink
chore(deps): Update dependencies (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and 5ouma committed Mar 15, 2024
1 parent 8030b3f commit c7461bd
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 @@ -9,10 +9,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.219.1/assert/mod.ts",
"path": "https://deno.land/std@0.219.1/path/mod.ts",
"toml": "https://deno.land/std@0.219.1/toml/mod.ts",
"parse_args": "https://deno.land/std@0.219.1/cli/parse_args.ts",
"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",
"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 c7461bd

Please sign in to comment.