diff --git a/package-lock.json b/package-lock.json index 01c60c7..953012c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,6 @@ "ethers": "^6.13.2", "next": "^14.2.14", "next-auth": "^4.24.5", - "punycode": "^2.3.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.2.1", @@ -8476,6 +8475,7 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, "license": "MIT", "engines": { "node": ">=6" diff --git a/package.json b/package.json index b1d3581..0fd1132 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ "ethers": "^6.13.2", "next": "^14.2.14", "next-auth": "^4.24.5", - "punycode": "^2.3.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.2.1",