Skip to content

Commit

Permalink
Merge pull request #297 from hrueger/patch-1
Browse files Browse the repository at this point in the history
fix #256
  • Loading branch information
colincasey committed Feb 29, 2024
2 parents e391ebf + 016c2ed commit 997fda0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/cookie/canonicalDomain.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as punycode from 'punycode/'
import * as punycode from 'punycode/punycode.js'
import { IP_V6_REGEX_OBJECT } from './constants'

// S5.1.2 Canonicalized Host Names
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@types/jest": "^29.5.10",
"@types/node": "^14.18.63",
"@types/psl": "^1.1.3",
"@types/punycode": "^2.1.3",
"@types/punycode": "^2.1.4",
"@types/url-parse": "^1.4.11",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
Expand Down

0 comments on commit 997fda0

Please sign in to comment.