Skip to content

Commit

Permalink
chore: upgrade socks to fix ip vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmartDOTin committed Feb 15, 2024
1 parent a29ad7b commit 27d4cd0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 15 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"typescript": "^5.1.6"
},
"resolutions": {
"nx": "16.5.3"
"nx": "16.5.3",
"socks": "2.7.3"
},
"commitlint": {
"extends": [
Expand Down
45 changes: 31 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17648,10 +17648,13 @@ __metadata:
languageName: node
linkType: hard

"ip@npm:^1.1.5":
version: 1.1.5
resolution: "ip@npm:1.1.5"
checksum: 30133981f082a060a32644f6a7746e9ba7ac9e2bc07ecc8bbdda3ee8ca9bec1190724c390e45a1ee7695e7edfd2a8f7dda2c104ec5f7ac5068c00648504c7e5a
"ip-address@npm:^9.0.5":
version: 9.0.5
resolution: "ip-address@npm:9.0.5"
dependencies:
jsbn: 1.1.0
sprintf-js: ^1.1.3
checksum: aa15f12cfd0ef5e38349744e3654bae649a34c3b10c77a674a167e99925d1549486c5b14730eebce9fea26f6db9d5e42097b00aa4f9f612e68c79121c71652dc
languageName: node
linkType: hard

Expand Down Expand Up @@ -19151,6 +19154,13 @@ __metadata:
languageName: node
linkType: hard

"jsbn@npm:1.1.0":
version: 1.1.0
resolution: "jsbn@npm:1.1.0"
checksum: 944f924f2bd67ad533b3850eee47603eed0f6ae425fd1ee8c760f477e8c34a05f144c1bd4f5a5dd1963141dc79a2c55f89ccc5ab77d039e7077f3ad196b64965
languageName: node
linkType: hard

"jsdom@npm:^16.6.0":
version: 16.7.0
resolution: "jsdom@npm:16.7.0"
Expand Down Expand Up @@ -25561,10 +25571,10 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"smart-buffer@npm:^4.1.0":
version: 4.1.0
resolution: "smart-buffer@npm:4.1.0"
checksum: 1db847dcf92c06b36e96aace965e00aec5caccd65c8fd60e0c284c5ad9dabe7f16ef4a60a34dd3c4ccc245a8393071e646fc94fc95f111c25e8513fd9efa6ed5
"smart-buffer@npm:^4.2.0":
version: 4.2.0
resolution: "smart-buffer@npm:4.2.0"
checksum: b5167a7142c1da704c0e3af85c402002b597081dd9575031a90b4f229ca5678e9a36e8a374f1814c8156a725d17008ae3bde63b92f9cfd132526379e580bec8b
languageName: node
linkType: hard

Expand All @@ -25590,13 +25600,13 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"socks@npm:^2.3.3":
version: 2.6.1
resolution: "socks@npm:2.6.1"
"socks@npm:2.7.3":
version: 2.7.3
resolution: "socks@npm:2.7.3"
dependencies:
ip: ^1.1.5
smart-buffer: ^4.1.0
checksum: 2ca9d616e424f645838ebaabb04f85d94ea999e0f8393dc07f86c435af22ed88cb83958feeabd1bb7bc537c635ed47454255635502c6808a6df61af1f41af750
ip-address: ^9.0.5
smart-buffer: ^4.2.0
checksum: a3eedee3054d55edb1395db1fb4689259b76af062aadd4c3e757961c7122f27baedd9a0947d70cfc902cf8d8c378f5874293ea96c6fb805033d7a08da32f012e
languageName: node
linkType: hard

Expand Down Expand Up @@ -25774,6 +25784,13 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"sprintf-js@npm:^1.1.3":
version: 1.1.3
resolution: "sprintf-js@npm:1.1.3"
checksum: a3fdac7b49643875b70864a9d9b469d87a40dfeaf5d34d9d0c5b1cda5fd7d065531fcb43c76357d62254c57184a7b151954156563a4d6a747015cfb41021cad0
languageName: node
linkType: hard

"sprintf-js@npm:~1.0.2":
version: 1.0.3
resolution: "sprintf-js@npm:1.0.3"
Expand Down

0 comments on commit 27d4cd0

Please sign in to comment.