Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
admin: update ens-normalize dependency
  • Loading branch information
ricmoo committed Feb 2, 2024
1 parent b69f43b commit 47f1add
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"./lib.esm/wordlists/wordlists.js": "./lib.esm/wordlists/wordlists-browser.js"
},
"dependencies": {
"@adraffy/ens-normalize": "1.10.0",
"@adraffy/ens-normalize": "1.10.1",
"@noble/curves": "1.2.0",
"@noble/hashes": "1.3.2",
"@types/node": "18.15.13",
Expand Down Expand Up @@ -93,7 +93,7 @@
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
"gitHead": "56c1361ee83db8b68859caf0850c95ff70e7e306",
"gitHead": "c6e6c432574a0b7e55c300ab3e470aafdace28b3",
"homepage": "https://ethers.org",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -131,5 +131,5 @@
"test-esm": "mocha --trace-warnings --reporter ./reporter.cjs ./lib.esm/_tests/test-*.js"
},
"sideEffects": false,
"version": "6.10.1"
"version": "6.11.0"
}

0 comments on commit 47f1add

Please sign in to comment.