Skip to content

Commit

Permalink
Merge pull request #2643 from tlouisse/fix/ip-vulnerability
Browse files Browse the repository at this point in the history
fix: remove vulnerability by updating `ip` package
  • Loading branch information
thepassle authored Feb 19, 2024
2 parents f7fcf29 + e657791 commit 25d3431
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 13 deletions.
12 changes: 12 additions & 0 deletions .changeset/grumpy-foxes-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@web/test-runner-browserstack': patch
'@web/test-runner-saucelabs': patch
'@web/test-runner-core': patch
'@web/dev-server': patch
---

Vulnerability fix in `ip` package.
For more info, see:

- https://github.com/advisories/GHSA-78xj-cgh5-2h22
- https://github.com/indutny/node-ip/issues/136#issuecomment-1952083593
38 changes: 29 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"command-line-usage": "^7.0.1",
"debounce": "^1.2.0",
"deepmerge": "^4.2.2",
"ip": "^1.1.5",
"ip": "^2.0.1",
"nanocolors": "^0.2.1",
"open": "^8.0.2",
"portfinder": "^1.0.32"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-browserstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@web/test-runner-webdriver": "^0.8.0",
"browserstack-local": "^1.4.8",
"ip": "^1.1.5",
"ip": "^2.0.1",
"nanoid": "^3.1.25"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"debounce": "^1.2.0",
"dependency-graph": "^0.11.0",
"globby": "^11.0.1",
"ip": "^1.1.5",
"ip": "^2.0.1",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-report": "^3.0.1",
"istanbul-reports": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-saucelabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],
"dependencies": {
"@web/test-runner-webdriver": "^0.8.0",
"ip": "^1.1.5",
"ip": "^2.0.1",
"nanoid": "^3.1.25",
"saucelabs": "^7.2.0",
"webdriver": "^8.8.6",
Expand Down

0 comments on commit 25d3431

Please sign in to comment.