Skip to content

Commit 4bb220f

Browse files
committed
chore: Bump whatwg-url to latest
1 parent 5c7c27d commit 4bb220f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@types/mocha": "^8.0.3",
4444
"@types/node": "^14.11.1",
45-
"@types/whatwg-url": "^8.2.0",
45+
"@types/whatwg-url": "^8.2.2",
4646
"@typescript-eslint/eslint-plugin": "^4.2.0",
4747
"@typescript-eslint/parser": "^4.2.0",
4848
"eslint": "^7.9.0",
@@ -56,10 +56,10 @@
5656
"mocha": "^8.1.3",
5757
"nyc": "^15.1.0",
5858
"os-dns-native": "^1.0.0",
59-
"ts-node": "^9.0.0",
59+
"ts-node": "^10.9.1",
6060
"typescript": "^4.0.3"
6161
},
6262
"dependencies": {
63-
"whatwg-url": "^8.5.0"
63+
"whatwg-url": "^11.0.0"
6464
}
6565
}

0 commit comments

Comments
 (0)