Skip to content

Commit 86c0c89

Browse files
chore: Bump @octokit/webhooks from 10.1.5 to 10.2.0 in /modules/webhook/lambdas/webhook (#2495)
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 10.1.5 to 10.2.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v10.1.5...v10.2.0) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c3ba1d commit 86c0c89

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@aws-sdk/client-ssm": "^3.183.0",
4343
"@octokit/rest": "^19.0.4",
44-
"@octokit/webhooks": "^10.1.5",
44+
"@octokit/webhooks": "^10.2.0",
4545
"aws-lambda": "^1.0.7",
4646
"tslog": "^3.3.4"
4747
}

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,19 +1504,19 @@
15041504
resolved "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-3.0.0.tgz#4f4443605233f46abc5f85a857ba105095aa1181"
15051505
integrity sha512-FAIyAchH9JUKXugKMC17ERAXM/56vVJekwXOON46pmUDYfU7uXB4cFY8yc8nYr5ABqVI7KjRKfFt3mZF7OcyUA==
15061506

1507-
"@octokit/webhooks-types@6.3.6":
1508-
version "6.3.6"
1509-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.3.6.tgz#b211e42386463175ebc652c86d5c7433675986fc"
1510-
integrity sha512-x6yBtWobk20OhOiJ4VWsH3iJ/30IG+VoDWSgS4Tiyidi2KOiBS3bL+AJrNuq4OyNuWOM/FbHQTp6KEZs1oPD/g==
1507+
"@octokit/webhooks-types@6.4.0":
1508+
version "6.4.0"
1509+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.4.0.tgz#896bfd930e61f479356cd7d436a238191539afd9"
1510+
integrity sha512-epkcGuajnLfavJoa1oGby158Ki3vZrs3DYK9Yi1X+stM3KcEwOuaXRsONIRw6fGdtgYlkZ01IWcl5NKJb7+jmg==
15111511

1512-
"@octokit/webhooks@^10.1.5":
1513-
version "10.1.5"
1514-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.1.5.tgz#ba79b49ef0047a3cae7885387c5f20d4b341cd41"
1515-
integrity sha512-sQkxM6l9HdG1vsHFj2T/o8SnCPDDxovcs0rsSd4UR5jJFNPCPIBRmFNVHfM37nncLKuTwIpmMeePphNf1k6Waw==
1512+
"@octokit/webhooks@^10.2.0":
1513+
version "10.2.0"
1514+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.2.0.tgz#e91082b810996a6526a817021973bf57f1120a02"
1515+
integrity sha512-TeSodC8MuR4DywpMlOvNLyTv0vs0pF2ivAKlHK+Zofz51/Qwfz466TIXDDk/gLlRzoGy+lAvaOTYNCjwhihkCA==
15161516
dependencies:
15171517
"@octokit/request-error" "^3.0.0"
15181518
"@octokit/webhooks-methods" "^3.0.0"
1519-
"@octokit/webhooks-types" "6.3.6"
1519+
"@octokit/webhooks-types" "6.4.0"
15201520
aggregate-error "^3.1.0"
15211521

15221522
"@sinclair/typebox@^0.24.1":

0 commit comments

Comments
 (0)