We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7c27d commit 4bb220fCopy full SHA for 4bb220f
package.json
@@ -42,7 +42,7 @@
42
"devDependencies": {
43
"@types/mocha": "^8.0.3",
44
"@types/node": "^14.11.1",
45
- "@types/whatwg-url": "^8.2.0",
+ "@types/whatwg-url": "^8.2.2",
46
"@typescript-eslint/eslint-plugin": "^4.2.0",
47
"@typescript-eslint/parser": "^4.2.0",
48
"eslint": "^7.9.0",
@@ -56,10 +56,10 @@
56
"mocha": "^8.1.3",
57
"nyc": "^15.1.0",
58
"os-dns-native": "^1.0.0",
59
- "ts-node": "^9.0.0",
+ "ts-node": "^10.9.1",
60
"typescript": "^4.0.3"
61
},
62
"dependencies": {
63
- "whatwg-url": "^8.5.0"
+ "whatwg-url": "^11.0.0"
64
}
65
0 commit comments