Skip to content

Commit b1a19a7

Browse files
add punycode for domains
1 parent 61b4690 commit b1a19a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"nprogress": "0.2.0",
7272
"numeral": "2.0.6",
7373
"prop-types": "15.8.1",
74+
"punycode": "^2.3.1",
7475
"react": "19.0.0",
7576
"react-apexcharts": "1.7.0",
7677
"react-beautiful-dnd": "13.1.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5780,7 +5780,7 @@ punycode.js@^2.3.1:
57805780
resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7"
57815781
integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==
57825782

5783-
punycode@^2.1.0:
5783+
punycode@^2.1.0, punycode@^2.3.1:
57845784
version "2.3.1"
57855785
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
57865786
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==

0 commit comments

Comments
 (0)