Skip to content

Commit 9b2e41d

Browse files
committed
fix(package.json): add override for whatwg-url to version 13.0.0 to fix punnycode warning
1 parent 6fad862 commit 9b2e41d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,8 @@
9898
"ini": "^3.0.1",
9999
"inquirer": "^9.1.4",
100100
"openai": "^3.2.1"
101+
},
102+
"overrides": {
103+
"whatwg-url": "13.0.0"
101104
}
102105
}

0 commit comments

Comments
 (0)