Skip to content

Commit cac351f

Browse files
author
Akos Kitta
committed
fix(security): use [email protected] for CVE-2023-42282
Refs: - GHSA-78xj-cgh5-2h22 - indutny/node-ip@32f468f Signed-off-by: Akos Kitta <[email protected]>
1 parent 30d059a commit cac351f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"@theia/cli/@babel/traverse": "^7.23.2",
1414
"@theia/cli/@theia/application-package/nano": "^10.1.3",
1515
"**/@theia/core/msgpackr": "^1.10.1",
16-
"nx/axios": "^1.6.7"
16+
"nx/axios": "^1.6.7",
17+
"**/ip": "^2.0.1"
1718
},
1819
"devDependencies": {
1920
"@theia/cli": "1.41.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7838,10 +7838,10 @@ ip-regex@^4.0.0:
78387838
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.3.0.tgz#687275ab0f57fa76978ff8f4dddc8a23d5990db5"
78397839
integrity sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==
78407840

7841-
ip@^2.0.0:
7842-
version "2.0.0"
7843-
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da"
7844-
integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==
7841+
ip@^2.0.0, ip@^2.0.1:
7842+
version "2.0.1"
7843+
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
7844+
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
78457845

78467846
78477847
version "1.9.1"

0 commit comments

Comments
 (0)