Skip to content

Commit

Permalink
Merge pull request #26086 from drik98/next
Browse files Browse the repository at this point in the history
Core: Update ip version to fix CVE-2023-42282
  • Loading branch information
valentinpalkovic committed Feb 19, 2024
2 parents a36c4ed + b34b44d commit ed46f1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/lib/core-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"express": "^4.17.3",
"fs-extra": "^11.1.0",
"globby": "^11.0.2",
"ip": "^2.0.0",
"ip": "^2.0.1",
"lodash": "^4.17.21",
"open": "^8.4.0",
"pretty-hrtime": "^1.0.3",
Expand Down
9 changes: 8 additions & 1 deletion code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5571,7 +5571,7 @@ __metadata:
express: "npm:^4.17.3"
fs-extra: "npm:^11.1.0"
globby: "npm:^11.0.2"
ip: "npm:^2.0.0"
ip: "npm:^2.0.1"
lodash: "npm:^4.17.21"
node-fetch: "npm:^3.3.1"
open: "npm:^8.4.0"
Expand Down Expand Up @@ -17277,6 +17277,13 @@ __metadata:
languageName: node
linkType: hard

"ip@npm:^2.0.1":
version: 2.0.1
resolution: "ip@npm:2.0.1"
checksum: cab8eb3e88d0abe23e4724829621ec4c4c5cb41a7f936a2e626c947128c1be16ed543448d42af7cca95379f9892bfcacc1ccd8d09bc7e8bea0e86d492ce33616
languageName: node
linkType: hard

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

0 comments on commit ed46f1c

Please sign in to comment.