From a9805f2e8d10e21935c818b50cf31e6ff0b64011 Mon Sep 17 00:00:00 2001 From: v1rtl Date: Sat, 11 Mar 2023 21:23:36 +0200 Subject: [PATCH] bump deps --- example.ts | 2 +- mod.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example.ts b/example.ts index fa81cdb..b69e8d4 100644 --- a/example.ts +++ b/example.ts @@ -1,4 +1,4 @@ -import { Server } from 'https://deno.land/std@0.130.0/http/server.ts' +import { Server } from 'https://deno.land/std@0.179.0/http/server.ts' import { proxyaddr, RequestWithConnection } from './mod.ts' diff --git a/mod.ts b/mod.ts index 5b12c89..7eaf447 100644 --- a/mod.ts +++ b/mod.ts @@ -1,7 +1,7 @@ // deno-lint-ignore-file import { default as ipaddr, IPv4, IPv6 } from 'https://esm.sh/ipaddr.js@2.0.1' -import { forwarded } from 'https://deno.land/x/forwarded@0.1.3/mod.ts' -import type { RequestWithConnection } from 'https://deno.land/x/forwarded@0.1.3/mod.ts' +import { forwarded } from 'https://deno.land/x/forwarded@0.1.9/mod.ts' +import type { RequestWithConnection } from 'https://deno.land/x/forwarded@0.1.9/mod.ts' export type { RequestWithConnection }