From e61754dc4c81e651bb4b5c7f928a721785ff5225 Mon Sep 17 00:00:00 2001 From: drashbot <59404681+drashbot@users.noreply.github.com> Date: Thu, 29 Sep 2022 01:00:35 +0000 Subject: [PATCH] chore: update deps --- deps.ts | 4 ++-- tests/deps.ts | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deps.ts b/deps.ts index d6d3ce8..8b77225 100644 --- a/deps.ts +++ b/deps.ts @@ -1,8 +1,8 @@ export { Client as PostgresClient, Pool, -} from "https://deno.land/x/postgres@v0.16.0/mod.ts"; +} from "https://deno.land/x/postgres@v0.16.1/mod.ts"; export type { ClientOptions, -} from "https://deno.land/x/postgres@v0.16.0/mod.ts"; +} from "https://deno.land/x/postgres@v0.16.1/mod.ts"; export { config } from "https://deno.land/x/dotenv@v3.2.0/mod.ts"; diff --git a/tests/deps.ts b/tests/deps.ts index 2a1603d..8e72fea 100644 --- a/tests/deps.ts +++ b/tests/deps.ts @@ -2,11 +2,11 @@ export { AbstractMigration, AbstractSeed, ClientPostgreSQL, -} from "https://deno.land/x/nessie@2.0.6/mod.ts"; -export { assertEquals } from "https://deno.land/std@0.141.0/testing/asserts.ts"; -export type { Info } from "https://deno.land/x/nessie@2.0.6/mod.ts"; +} from "https://deno.land/x/nessie@2.0.7/mod.ts"; +export { assertEquals } from "https://deno.land/std@0.158.0/testing/asserts.ts"; +export type { Info } from "https://deno.land/x/nessie@2.0.7/mod.ts"; export { migrate, rollback, -} from "https://deno.land/x/nessie@2.0.6/cli/commands.ts"; -export { State } from "https://deno.land/x/nessie@2.0.6/cli/state.ts"; +} from "https://deno.land/x/nessie@2.0.7/cli/commands.ts"; +export { State } from "https://deno.land/x/nessie@2.0.7/cli/state.ts";