diff --git a/deps.ts b/deps.ts index 7a75a793..18710c99 100644 --- a/deps.ts +++ b/deps.ts @@ -1,10 +1,10 @@ -import type { Protocol } from "https://unpkg.com/devtools-protocol@0.0.979918/types/protocol.d.ts"; +import type { Protocol } from "https://unpkg.com/devtools-protocol@0.0.1239539/types/protocol.d.ts"; export { Protocol }; export { assertEquals, AssertionError, assertNotEquals, -} from "https://deno.land/std@0.139.0/testing/asserts.ts"; -export { readLines } from "https://deno.land/std@0.139.0/io/mod.ts"; -export { deferred } from "https://deno.land/std@0.139.0/async/deferred.ts"; -export type { Deferred } from "https://deno.land/std@0.139.0/async/deferred.ts"; +} from "https://deno.land/std@0.210.0/testing/asserts.ts"; +export { readLines } from "https://deno.land/std@0.210.0/io/mod.ts"; +export { deferred } from "https://deno.land/std@0.210.0/async/deferred.ts"; +export type { Deferred } from "https://deno.land/std@0.210.0/async/deferred.ts"; diff --git a/tests/deps.ts b/tests/deps.ts index 13a68001..451afdf7 100644 --- a/tests/deps.ts +++ b/tests/deps.ts @@ -1,3 +1,3 @@ -export * as Drash from "https://deno.land/x/drash@v2.5.4/mod.ts"; -export { resolve } from "https://deno.land/std@0.136.0/path/mod.ts"; -export { delay } from "https://deno.land/std@0.126.0/async/delay.ts"; +export * as Drash from "https://deno.land/x/drash@v3.0.0-beta.1/mod.ts"; +export { resolve } from "https://deno.land/std@0.210.0/path/mod.ts"; +export { delay } from "https://deno.land/std@0.210.0/async/delay.ts"; diff --git a/tests/integration/docker_test/drivers.dockerfile b/tests/integration/docker_test/drivers.dockerfile index 38229ed8..177cadd6 100644 --- a/tests/integration/docker_test/drivers.dockerfile +++ b/tests/integration/docker_test/drivers.dockerfile @@ -1,6 +1,6 @@ FROM debian:stable-slim -ENV CHROME_VERSION "101.0.4951.54" +ENV CHROME_VERSION "120.0.6099.199" # Install chrome driver RUN apt update -y \