Skip to content

Commit

Permalink
chore(deps): Replaces deprecated Punycode provided by Node with punyc…
Browse files Browse the repository at this point in the history
…ode.js #296
  • Loading branch information
lupomontero committed Jan 8, 2024
1 parent 797ccb4 commit 3ddec00
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 44 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';


var Punycode = require('punycode');
var Punycode = require('punycode/');


var internals = {};
Expand Down
82 changes: 40 additions & 42 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
],
"author": "Lupo Montero <[email protected]> (https://lupomontero.com/)",
"license": "MIT",
"dependencies": {
"punycode": "^2.1.1"
},
"devDependencies": {
"browserify": "^17.0.0",
"browserslist-browserstack": "^3.1.1",
Expand All @@ -40,4 +43,4 @@
"uglify-js": "^3.16.2",
"watchify": "^4.0.0"
}
}
}

0 comments on commit 3ddec00

Please sign in to comment.