Skip to content

Commit

Permalink
Merge pull request #18330 from storybookjs/fix/node-18-support
Browse files Browse the repository at this point in the history
Core: Fix node 18 ip support
  • Loading branch information
shilman committed May 27, 2022
2 parents 13b40e3 + d001760 commit d76534a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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

0 comments on commit d76534a

Please sign in to comment.