Skip to content

Commit ed46f1c

Browse files
Merge pull request #26086 from drik98/next
Core: Update ip version to fix CVE-2023-42282
2 parents a36c4ed + b34b44d commit ed46f1c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

code/lib/core-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"express": "^4.17.3",
8484
"fs-extra": "^11.1.0",
8585
"globby": "^11.0.2",
86-
"ip": "^2.0.0",
86+
"ip": "^2.0.1",
8787
"lodash": "^4.17.21",
8888
"open": "^8.4.0",
8989
"pretty-hrtime": "^1.0.3",

code/yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5571,7 +5571,7 @@ __metadata:
55715571
express: "npm:^4.17.3"
55725572
fs-extra: "npm:^11.1.0"
55735573
globby: "npm:^11.0.2"
5574-
ip: "npm:^2.0.0"
5574+
ip: "npm:^2.0.1"
55755575
lodash: "npm:^4.17.21"
55765576
node-fetch: "npm:^3.3.1"
55775577
open: "npm:^8.4.0"
@@ -17277,6 +17277,13 @@ __metadata:
1727717277
languageName: node
1727817278
linkType: hard
1727917279

17280+
"ip@npm:^2.0.1":
17281+
version: 2.0.1
17282+
resolution: "ip@npm:2.0.1"
17283+
checksum: cab8eb3e88d0abe23e4724829621ec4c4c5cb41a7f936a2e626c947128c1be16ed543448d42af7cca95379f9892bfcacc1ccd8d09bc7e8bea0e86d492ce33616
17284+
languageName: node
17285+
linkType: hard
17286+
1728017287
"ipaddr.js@npm:1.9.1":
1728117288
version: 1.9.1
1728217289
resolution: "ipaddr.js@npm:1.9.1"

0 commit comments

Comments
 (0)