Skip to content

Commit 0a81a56

Browse files
author
v1rtl
committed
bump deps
1 parent 6e464b1 commit 0a81a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// deno-lint-ignore-file
22
import { ServerRequest } from 'https://deno.land/std@0.106.0/http/server.ts'
33
import { default as ipaddr, IPv4, IPv6 } from 'https://cdn.skypack.dev/ipaddr.js'
4-
import { forwarded } from 'https://deno.land/x/forwarded@0.0.11/mod.ts'
4+
import { forwarded } from 'https://deno.land/x/forwarded@0.0.12/mod.ts'
55

66
const DIGIT_REGEXP = /^[0-9]+$/
77
const isip = ipaddr.isValid

0 commit comments

Comments
 (0)