Skip to content

Commit

Permalink
build(deps): bump std from 0.159.0 to 0.182.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denopendabot committed Apr 7, 2023
1 parent 9ceba14 commit 4c9ff55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion http/ba_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.159.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.182.0/testing/asserts.ts";
import { baFetch, BasicAuthInfo } from "./ba.ts";

const testUrl =
Expand Down
2 changes: 1 addition & 1 deletion http/oauth1_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.159.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.182.0/testing/asserts.ts";

import {
calcSignature,
Expand Down
2 changes: 1 addition & 1 deletion path/pathresolver.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as path from "https://deno.land/std@0.159.0/path/mod.ts";
import * as path from "https://deno.land/std@0.182.0/path/mod.ts";

export function pathResolver(meta: ImportMeta): (p: string) => string {
return (p) => path.fromFileUrl(new URL(p, meta.url));
Expand Down

0 comments on commit 4c9ff55

Please sign in to comment.