Skip to content

Commit

Permalink
docs: add webhooksPath option for createNodeMiddleware (probot#1588)
Browse files Browse the repository at this point in the history
  * the previously used version of ioredis was vulnerable to a prototype
    pollution attack: redis/ioredis#1267
  • Loading branch information
maximousblk authored and rethab committed Sep 1, 2021
1 parent 624b934 commit c6f5b6f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 27 deletions.
48 changes: 23 additions & 25 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -47,7 +47,7 @@
"@probot/octokit-plugin-config": "^1.0.0",
"@probot/pino": "^2.2.0",
"@types/express": "^4.17.9",
"@types/ioredis": "^4.17.8",
"@types/ioredis": "^4.27.1",
"@types/pino": "^6.3.4",
"@types/pino-http": "^5.0.6",
"@types/update-notifier": "^5.0.0",
Expand All @@ -58,7 +58,7 @@
"eventsource": "^1.0.7",
"express": "^4.17.1",
"hbs": "^4.1.1",
"ioredis": "^4.19.2",
"ioredis": "^4.27.8",
"js-yaml": "^3.14.1",
"lru-cache": "^6.0.0",
"octokit-auth-probot": "^1.2.2",
Expand Down

0 comments on commit c6f5b6f

Please sign in to comment.