Skip to content

Commit

Permalink
Remove dependency on ip (#2277)
Browse files Browse the repository at this point in the history
Remove dependency on ip v2.0.0 to resolve CG alerts.
Also updates latestStableBranch in publish.yml.
  • Loading branch information
hansenyy authored Nov 14, 2024
1 parent ffd6abb commit 060a80b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variables:
value: production,externalfacing
# Remember to update this in previous stable branches when creating a new stable branch
- name : latestStableBranch
value: '0.75-stable'
value: '0.76-stable'

resources:
repositories:
Expand Down
19 changes: 1 addition & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7891,13 +7891,6 @@ __metadata:
languageName: node
linkType: hard

"ip@npm:^2.0.0":
version: 2.0.0
resolution: "ip@npm:2.0.0"
checksum: 10c0/8d186cc5585f57372847ae29b6eba258c68862055e18a75cc4933327232cb5c107f89800ce29715d542eef2c254fbb68b382e780a7414f9ee7caf60b7a473958
languageName: node
linkType: hard

"is-array-buffer@npm:^3.0.1, is-array-buffer@npm:^3.0.2":
version: 3.0.2
resolution: "is-array-buffer@npm:3.0.2"
Expand Down Expand Up @@ -11706,7 +11699,7 @@ __metadata:
languageName: node
linkType: hard

"socks@npm:^2.6.2":
"socks@npm:^2.6.2, socks@npm:^2.7.1":
version: 2.8.3
resolution: "socks@npm:2.8.3"
dependencies:
Expand All @@ -11716,16 +11709,6 @@ __metadata:
languageName: node
linkType: hard

"socks@npm:^2.7.1":
version: 2.7.1
resolution: "socks@npm:2.7.1"
dependencies:
ip: "npm:^2.0.0"
smart-buffer: "npm:^4.2.0"
checksum: 10c0/43f69dbc9f34fc8220bc51c6eea1c39715ab3cfdb115d6e3285f6c7d1a603c5c75655668a5bbc11e3c7e2c99d60321fb8d7ab6f38cda6a215fadd0d6d0b52130
languageName: node
linkType: hard

"source-map-support@npm:0.5.0":
version: 0.5.0
resolution: "source-map-support@npm:0.5.0"
Expand Down

0 comments on commit 060a80b

Please sign in to comment.