Skip to content

Commit 363c7be

Browse files
authored
fix: update whatwg-url version due to deprecation warning (#31)
1 parent 9e93127 commit 363c7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"typescript": "^4.7.4"
5757
},
5858
"dependencies": {
59-
"@types/whatwg-url": "^8.2.1",
60-
"whatwg-url": "^11.0.0"
59+
"@types/whatwg-url": "^11.0.2",
60+
"whatwg-url": "^13.0.0"
6161
}
6262
}

0 commit comments

Comments
 (0)