Skip to content

Commit f6763d3

Browse files
fix: node@v22 punycode deprecation (#704)
Co-authored-by: Amulya Kashyap <amulyakashyap09@gmail.com>
1 parent 6d87398 commit f6763d3

2 files changed

Lines changed: 42 additions & 13 deletions

File tree

package-lock.json

Lines changed: 36 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,15 @@
2929
"@types/jest": "^29.5.2",
3030
"chalk": "^4.1.2",
3131
"inquirer": "^8.2.3",
32-
"node-fetch": "^2.6.7",
32+
"node-fetch": "^2.x",
3333
"ora": "^5.4.1",
3434
"semver": "^7.5.2"
3535
},
36+
"overrides": {
37+
"node-fetch@^2.x": {
38+
"whatwg-url": "14.x"
39+
}
40+
},
3641
"devDependencies": {
3742
"@adobe/eslint-config-aio-lib-config": "^4.0.0",
3843
"acorn": "^8.8.2",

0 commit comments

Comments
 (0)