Skip to content

Commit 563684e

Browse files
authored
Merge pull request #3624 from Polymer/https-launchpad
Use https instead of git URL
2 parents 9d29373 + f5d3b31 commit 563684e

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

packages/wct-local/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
<!-- ## Unreleased -->
99
<!-- Add unreleased changes here. -->
1010

11+
## Unreleased
12+
- Use an https URL rather than a git URL for launchpad, hopefully that will be more compatible with https://github.blog/2021-09-01-improving-git-protocol-security-github/
13+
1114
## [v2.1.6] - 2022-01-06
1215
- Pin to a version of launchpad without CVE-2021-23330
1316

packages/wct-local/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wct-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"chalk": "^2.3.0",
5757
"cleankill": "^2.0.0",
5858
"freeport": "^1.0.4",
59-
"launchpad": "git://github.com/418sec/launchpad.git#de5aca11dc16a8e530195281c77614bdbb08e7be",
59+
"launchpad": "git+https://github.com/web-padawan/launchpad.git#fdd994d089572e2c2152d70cc74abf497d08d5b7",
6060
"selenium-standalone": "^6.7.0",
6161
"which": "^1.0.8"
6262
},

0 commit comments

Comments
 (0)