Skip to content

Commit c829ad5

Browse files
committed
chore: update github v12 > v13 due to vulnerability in https-proxy-agent
Since this is a major update of *the* most important dependency in this project, namely the one we use to communicate to github with, it deserves its own bump commit, making it easier to revert in case any surprises are found. Ideally we would jump to the latest and greatest version of this dependency, which has even been renamed to `@octokit/rest`, but doing so sadly breakes a lot of tests ATM. Will have to look into that later. Refs https://www.npmjs.com/advisories/1184
1 parent 3b21a21 commit c829ad5

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"debug": "^2.2.0",
2222
"dotenv": "^2.0.0",
2323
"express": "^4.13.4",
24-
"github": "^12.1.0",
24+
"github": "^13.1.1",
2525
"glob": "^7.0.3",
2626
"lru-cache": "^4.0.1",
2727
"request": "^2.88.0"

0 commit comments

Comments
 (0)