File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
modules/webhook/lambdas/webhook Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11
11
"dist" : " yarn build && cd dist && zip ../webhook.zip index.js"
12
12
},
13
13
"devDependencies" : {
14
- "@octokit/webhooks" : " ^7.11.0 " ,
14
+ "@octokit/webhooks" : " ^7.11.2 " ,
15
15
"@types/express" : " ^4.17.3" ,
16
16
"@types/jest" : " ^26.0.9" ,
17
17
"@types/node" : " ^14.6.0" ,
Original file line number Diff line number Diff line change 608
608
dependencies :
609
609
" @types/node" " >= 8"
610
610
611
- " @octokit/webhooks@^7.11.0 " :
612
- version "7.11.0 "
613
- resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-7.11.0 .tgz#167531c9adf6f10b62b04215c756f017bf78b830 "
614
- integrity sha512-ADKEcFYgPs1blBaW1MDvn+rJ/5qu8gpjrADf909Ew5prOgvsVFbuCfhLWZKJv21u4qWodJsy5K1zTufjnaAUNw ==
611
+ " @octokit/webhooks@^7.11.2 " :
612
+ version "7.11.2 "
613
+ resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-7.11.2 .tgz#dac23cc371201c92f27ab7d7a08f05be61b68264 "
614
+ integrity sha512-5sYNoh7E40UDK2wrma0LiwBPtOg8Rq0g3G58cUYyZmwV2EdwSeZoIrJF/sanWrRsNPIxwEKkRvb7VruXkmeCWg ==
615
615
dependencies :
616
616
" @octokit/request-error" " ^2.0.2"
617
617
" @pika/plugin-ts-standard-pkg" " ^0.9.2"
618
- aggregate-error "^3.0.1 "
618
+ aggregate-error "^3.1.0 "
619
619
debug "^4.0.0"
620
620
621
621
" @pika/babel-plugin-esm-import-rewrite@^0.6.1 " :
@@ -871,10 +871,10 @@ acorn@^7.1.1:
871
871
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
872
872
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==
873
873
874
- aggregate-error@^3.0.1 :
875
- version "3.0.1 "
876
- resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.1. tgz#db2fe7246e536f40d9b5442a39e117d7dd6a24e0 "
877
- integrity sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA ==
874
+ aggregate-error@^3.1.0 :
875
+ version "3.1.0 "
876
+ resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0. tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a "
877
+ integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA ==
878
878
dependencies :
879
879
clean-stack "^2.0.0"
880
880
indent-string "^4.0.0"
You can’t perform that action at this time.
0 commit comments