Skip to content

Commit

Permalink
chore(deps): Update dependencies (#46)
Browse files Browse the repository at this point in the history
- deno.land/std 0.221.0 => 0.223.0
  • Loading branch information
github-actions[bot] committed Apr 16, 2024
1 parent da5e1a7 commit b8a3290
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.222.1/assert/mod.ts",
"path": "https://deno.land/std@0.222.1/path/mod.ts",
"toml": "https://deno.land/std@0.222.1/toml/mod.ts",
"parse_args": "https://deno.land/std@0.222.1/cli/parse_args.ts",
"assert": "https://deno.land/std@0.223.0/assert/mod.ts",
"path": "https://deno.land/std@0.223.0/path/mod.ts",
"toml": "https://deno.land/std@0.223.0/toml/mod.ts",
"parse_args": "https://deno.land/std@0.223.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 b8a3290

Please sign in to comment.