Skip to content

Commit

Permalink
chore(ip 2.0.1): ip version upgrade (#2096)
Browse files Browse the repository at this point in the history
#### Details

ip version upgrade to 2.0.1 for Accessibility Insights for Action

##### Motivation

Upgrade the ip version to latest 2.0.1 in Accessibility Insights
for Action.


https://dev.azure.com/mseng/1ES/_componentGovernance/1010/alert/201464?typeId=286939
##### Context

<!-- Are there any parts that you've intentionally left out-of-scope for
a later PR to handle? -->

<!-- Were there any alternative approaches you considered? What
tradeoffs did you consider? -->

#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a"
in the checkbox -->
- [X] Addresses an existing issue: Fixes #0000
- [X] Added relevant unit test for your changes. (`yarn test`)
- [X] Verified code coverage for the changes made. Check coverage report
at: `<rootDir>/test-results/unit/coverage`
- [ ] Ran precheckin (`yarn precheckin`)
  • Loading branch information
rohittarpara authored Jun 27, 2024
1 parent a892ba4 commit bfe7440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"tough-cookie": "^4.1.3",
"hosted-git-info@^2.1.4": "^3.0.8",
"ansi-regex@^4.1.0": "^5.0.1",
"cosmiconfig@^7.0.1": "^8.1.3"
"cosmiconfig@^7.0.1": "^8.1.3",
"ip@^2.0.0": "^2.0.1"
}
}
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12151,14 +12151,7 @@ __metadata:
languageName: node
linkType: hard

"ip@npm:^1.1.5, ip@npm:^1.1.8":
version: 1.1.9
resolution: "ip@npm:1.1.9"
checksum: b6d91fd45a856e3bd6d4f601ea0619d90f3517638f6918ebd079f959a8a6308568d8db5ef4fdf037e0d9cfdcf264f46833dfeea81ca31309cf0a7eb4b1307b84
languageName: node
linkType: hard

"ip@npm:^2.0.0":
"ip@npm:^1.1.5, ip@npm:^1.1.8, ip@npm:^2.0.1":
version: 2.0.1
resolution: "ip@npm:2.0.1"
checksum: d765c9fd212b8a99023a4cde6a558a054c298d640fec1020567494d257afd78ca77e37126b1a3ef0e053646ced79a816bf50621d38d5e768cdde0431fa3b0d35
Expand Down

0 comments on commit bfe7440

Please sign in to comment.