Skip to content

Commit

Permalink
Update ipaddr.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed Jan 30, 2024
1 parent 83983c9 commit 67582b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/core-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"glob": "7.1.7",
"import-fresh": "3.3.0",
"inversify": "5.1.1",
"ipaddr.js": "2.0.1",
"ipaddr.js": "2.1.0",
"joi": "17.12.1",
"log-process-errors": "5.1.2",
"nanomatch": "1.2.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-p2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dayjs": "1.11.10",
"delay": "4.4.1",
"ip": "1.1.5",
"ipaddr.js": "2.0.1",
"ipaddr.js": "2.1.0",
"joi": "17.12.1",
"pluralize": "8.0.0",
"pretty-ms": "7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dayjs": "1.11.10",
"deepmerge": "4.3.1",
"fast-memoize": "2.5.2",
"ipaddr.js": "2.0.1",
"ipaddr.js": "2.1.0",
"lodash.get": "4.4.2",
"lodash.set": "4.3.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8069,10 +8069,10 @@ ip@^2.0.0:
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da"
integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==

ipaddr.js@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.0.1.tgz#eca256a7a877e917aeb368b0a7497ddf42ef81c0"
integrity sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==
ipaddr.js@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.1.0.tgz#2119bc447ff8c257753b196fc5f1ce08a4cdf39f"
integrity sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==

is-accessor-descriptor@^0.1.6:
version "0.1.6"
Expand Down

0 comments on commit 67582b1

Please sign in to comment.