Skip to content

Commit 162b5f5

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

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

1607-
"@octokit/webhooks-types@6.5.0":
1608-
version "6.5.0"
1609-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.5.0.tgz#536a22edc816d307de0d2fc1e6303022453a50eb"
1610-
integrity sha512-SNx1YKBvi9IQvXo/SQ0p+9OKO2HMdzpCWcKsYxpGW1tlkE9TojYiGnFfxcXddyrsK4mC1UiyXY8+NYjWjtkVmA==
1607+
"@octokit/webhooks-types@6.6.0":
1608+
version "6.6.0"
1609+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.6.0.tgz#8f6e15aca2d42f7310ffbe8b8f1799ee206dc1df"
1610+
integrity sha512-czpEwg4UA3hb0G345BVk1zMXWwX0Qdaa4F/z7C3bP6baQ9AWY/VmCYydLU+Pi4z3aOPEJYCvt9zVhZ5CutqBKw==
16111611

1612-
"@octokit/webhooks@^10.3.0":
1613-
version "10.3.0"
1614-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.3.0.tgz#adb12f571f361388e9ad8abbb9df6f89cef52eb7"
1615-
integrity sha512-6k4dNsTjNhoJNJ56RKkWCMXEj32Cgvy4hIsV3fhK60hKbEfI1/rkx7tF87Gqtf1Xg5UVQfFmYygaBPGQCr0TmQ==
1612+
"@octokit/webhooks@^10.3.1":
1613+
version "10.3.1"
1614+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.3.1.tgz#a0d0d41873fe6f16cad89a893933a96ad3dc74a6"
1615+
integrity sha512-TSGiz9+IxP8Oh8LVFwhzLYTJ+8T/U6/fC/i1/iB39izyFzoEub3wNHlsfh8A6PUbde70w2pLr/O2ELlyQdrLgg==
16161616
dependencies:
16171617
"@octokit/request-error" "^3.0.0"
16181618
"@octokit/webhooks-methods" "^3.0.0"
1619-
"@octokit/webhooks-types" "6.5.0"
1619+
"@octokit/webhooks-types" "6.6.0"
16201620
aggregate-error "^3.1.0"
16211621

16221622
"@sinclair/typebox@^0.24.1":

0 commit comments

Comments
 (0)