fix(package.json): add override for whatwg-url to version 13.0.0 to fix punnycode warning
This commit is contained in:
@@ -98,5 +98,8 @@
|
|||||||
"ini": "^3.0.1",
|
"ini": "^3.0.1",
|
||||||
"inquirer": "^9.1.4",
|
"inquirer": "^9.1.4",
|
||||||
"openai": "^3.2.1"
|
"openai": "^3.2.1"
|
||||||
|
},
|
||||||
|
"overrides": {
|
||||||
|
"whatwg-url": "13.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user