Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Dec 8, 2023
1 parent 667538f commit dcb6669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions header/link.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { isStringCaseLower } from "https://raw.githubusercontent.com/hugoalh-studio/advanced-determine-deno/v0.7.0/string/is_case_lower.ts";
import { isStringSingleLine } from "https://raw.githubusercontent.com/hugoalh-studio/advanced-determine-deno/v0.7.0/string/is_singleline.ts";
import { isStringCaseLower } from "https://raw.githubusercontent.com/hugoalh-studio/advanced-determine-deno/v0.9.0/string/is_case_lower.ts";
import { isStringSingleLine } from "https://raw.githubusercontent.com/hugoalh-studio/advanced-determine-deno/v0.9.0/string/is_singleline.ts";
const httpHeaderLinkParametersNeedLowerCase: Set<string> = new Set<string>([
"rel",
"type"
Expand Down

0 comments on commit dcb6669

Please sign in to comment.