Skip to content

Commit

Permalink
Updated dep for RegExp fix (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schotsl authored Sep 23, 2021
1 parent 00604d5 commit 1b92e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export { createHash } from "https://deno.land/[email protected]/hash/mod.ts";
export type {
SupportedAlgorithm,
} from "https://deno.land/[email protected]/hash/mod.ts";
export { replaceParams } from "https://deno.land/x/[email protected].0/util.ts";
export { replaceParams } from "https://deno.land/x/[email protected].1/util.ts";
export * as log from "https://deno.land/[email protected]/log/mod.ts";

0 comments on commit 1b92e5a

Please sign in to comment.