Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
- deno.land/std 0.216.0 => 0.218.2
  • Loading branch information
github-actions[bot] committed Mar 7, 2024
1 parent 645fea3 commit 2b58bbe
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 87 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"imports": {
"assert": "https://deno.land/std@0.216.0/assert/mod.ts",
"path": "https://deno.land/std@0.216.0/path/mod.ts",
"toml": "https://deno.land/std@0.216.0/toml/mod.ts",
"parse_args": "https://deno.land/std@0.216.0/cli/parse_args.ts",
"path": "https://deno.land/std@0.218.2/path/mod.ts",
"toml": "https://deno.land/std@0.218.2/toml/mod.ts",
"parse_args": "https://deno.land/std@0.218.2/cli/parse_args.ts",
"case": "https://deno.land/x/case@2.2.0/mod.ts",
"xml": "https://deno.land/x/xml@2.1.3/mod.ts"
}
Expand Down
Loading

0 comments on commit 2b58bbe

Please sign in to comment.