Skip to content

Commit

Permalink
chore: added override ip to pacakge.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Oct 10, 2024
1 parent 1e57617 commit 7d4e307
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"resolutions": {
"ip": "^2.0.1"
},
"overrides": {
"**/ip": "https://registry.npmjs.org/neoip/-/neoip-2.1.0.tgz"
"ip": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3336,7 +3336,7 @@ __metadata:
languageName: node
linkType: hard

"ip@npm:^2.0.0":
"ip@npm:^2.0.1":
version: 2.0.1
resolution: "ip@npm:2.0.1"
checksum: d765c9fd212b8a99023a4cde6a558a054c298d640fec1020567494d257afd78ca77e37126b1a3ef0e053646ced79a816bf50621d38d5e768cdde0431fa3b0d35
Expand Down

0 comments on commit 7d4e307

Please sign in to comment.