File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11'use strict' ;
22
3+ // Fix issues with node 22+ https://github.com/mathiasbynens/punycode.js/issues/137
4+ const moduleAlias = require ( 'module-alias' ) ;
5+
6+ moduleAlias . addAlias ( 'punycode' , 'punycode/' ) ;
7+
38const path = require ( 'path' ) ;
49const os = require ( 'os' ) ;
510const _ = require ( 'lodash' ) ;
Original file line number Diff line number Diff line change 6060 "lodash" : " ^4.17.21" ,
6161 "memoizee" : " ^0.4.15" ,
6262 "micromatch" : " ^4.0.5" ,
63+ "module-alias" : " ^2.2.3" ,
6364 "node-fetch" : " ^2.6.11" ,
6465 "object-hash" : " ^3.0.0" ,
6566 "open" : " ^8.4.2" ,
6667 "process-utils" : " ^4.0.0" ,
6768 "promise-queue" : " ^2.2.5" ,
69+ "punycode" : " ^2.3.1" ,
6870 "require-from-string" : " ^2.0.2" ,
6971 "semver" : " ^7.5.3" ,
7072 "signal-exit" : " ^3.0.7" ,
You can’t perform that action at this time.
0 commit comments