Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core: Fix node 18 ip support #18330

Merged
merged 1 commit into from May 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/core-server/package.json
Expand Up @@ -68,7 +68,7 @@
"fs-extra": "^9.0.1",
"global": "^4.4.0",
"globby": "^11.0.2",
"ip": "^1.1.5",
"ip": "^2.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"open": "^8.4.0",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Expand Up @@ -7689,7 +7689,7 @@ __metadata:
fs-extra: ^9.0.1
global: ^4.4.0
globby: ^11.0.2
ip: ^1.1.5
ip: ^2.0.0
jest-specific-snapshot: ^4.0.0
lodash: ^4.17.21
node-fetch: ^2.6.7
Expand Down Expand Up @@ -26453,6 +26453,13 @@ __metadata:
languageName: node
linkType: hard

"ip@npm:^2.0.0":
version: 2.0.0
resolution: "ip@npm:2.0.0"
checksum: 8d186cc5585f57372847ae29b6eba258c68862055e18a75cc4933327232cb5c107f89800ce29715d542eef2c254fbb68b382e780a7414f9ee7caf60b7a473958
languageName: node
linkType: hard

"ipaddr.js@npm:1.9.1, ipaddr.js@npm:^1.9.0":
version: 1.9.1
resolution: "ipaddr.js@npm:1.9.1"
Expand Down