From 0e6860e233cb93155ec6fbfcab7c9c80f87afde8 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 28 Feb 2023 08:58:16 +0000 Subject: [PATCH] Update dependencies --- design-authentication-manager/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design-authentication-manager/index.ts b/design-authentication-manager/index.ts index 8d776526..449ef1f8 100644 --- a/design-authentication-manager/index.ts +++ b/design-authentication-manager/index.ts @@ -1,4 +1,4 @@ -import { MapWithExpires } from "https://deno.land/x/masx200_deno_caddy_cluster_reverse_proxy@3.0.3/MapWithExpires.ts"; +import { MapWithExpires } from "https://deno.land/x/masx200_deno_caddy_cluster_reverse_proxy@3.0.4/MapWithExpires.ts"; class AuthenticationManager { #map = new MapWithExpires();