Skip to content

Commit

Permalink
fix: node@v22 punycode deprecation (#704)
Browse files Browse the repository at this point in the history
Co-authored-by: Amulya Kashyap <[email protected]>
  • Loading branch information
shazron and amulyakashyap09 authored Jan 17, 2025
1 parent 6d87398 commit f6763d3
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 13 deletions.
48 changes: 36 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@
"@types/jest": "^29.5.2",
"chalk": "^4.1.2",
"inquirer": "^8.2.3",
"node-fetch": "^2.6.7",
"node-fetch": "^2.x",
"ora": "^5.4.1",
"semver": "^7.5.2"
},
"overrides": {
"node-fetch@^2.x": {
"whatwg-url": "14.x"
}
},
"devDependencies": {
"@adobe/eslint-config-aio-lib-config": "^4.0.0",
"acorn": "^8.8.2",
Expand Down

0 comments on commit f6763d3

Please sign in to comment.