Skip to content

Commit 294968e

Browse files
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 10.2.0 to 10.3.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v10.2.0...v10.3.0) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c5102b commit 294968e

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.186.0",
4343
"@octokit/rest": "^19.0.5",
44-
"@octokit/webhooks": "^10.2.0",
44+
"@octokit/webhooks": "^10.3.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
@@ -1605,19 +1605,19 @@
16051605
resolved "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-3.0.0.tgz#4f4443605233f46abc5f85a857ba105095aa1181"
16061606
integrity sha512-FAIyAchH9JUKXugKMC17ERAXM/56vVJekwXOON46pmUDYfU7uXB4cFY8yc8nYr5ABqVI7KjRKfFt3mZF7OcyUA==
16071607

1608-
"@octokit/webhooks-types@6.4.0":
1609-
version "6.4.0"
1610-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.4.0.tgz#896bfd930e61f479356cd7d436a238191539afd9"
1611-
integrity sha512-epkcGuajnLfavJoa1oGby158Ki3vZrs3DYK9Yi1X+stM3KcEwOuaXRsONIRw6fGdtgYlkZ01IWcl5NKJb7+jmg==
1608+
"@octokit/webhooks-types@6.5.0":
1609+
version "6.5.0"
1610+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.5.0.tgz#536a22edc816d307de0d2fc1e6303022453a50eb"
1611+
integrity sha512-SNx1YKBvi9IQvXo/SQ0p+9OKO2HMdzpCWcKsYxpGW1tlkE9TojYiGnFfxcXddyrsK4mC1UiyXY8+NYjWjtkVmA==
16121612

1613-
"@octokit/webhooks@^10.2.0":
1614-
version "10.2.0"
1615-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.2.0.tgz#e91082b810996a6526a817021973bf57f1120a02"
1616-
integrity sha512-TeSodC8MuR4DywpMlOvNLyTv0vs0pF2ivAKlHK+Zofz51/Qwfz466TIXDDk/gLlRzoGy+lAvaOTYNCjwhihkCA==
1613+
"@octokit/webhooks@^10.3.0":
1614+
version "10.3.0"
1615+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.3.0.tgz#adb12f571f361388e9ad8abbb9df6f89cef52eb7"
1616+
integrity sha512-6k4dNsTjNhoJNJ56RKkWCMXEj32Cgvy4hIsV3fhK60hKbEfI1/rkx7tF87Gqtf1Xg5UVQfFmYygaBPGQCr0TmQ==
16171617
dependencies:
16181618
"@octokit/request-error" "^3.0.0"
16191619
"@octokit/webhooks-methods" "^3.0.0"
1620-
"@octokit/webhooks-types" "6.4.0"
1620+
"@octokit/webhooks-types" "6.5.0"
16211621
aggregate-error "^3.1.0"
16221622

16231623
"@sinclair/typebox@^0.24.1":

0 commit comments

Comments
 (0)