Skip to content

Commit 3db1cb3

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 e7288c7 commit 3db1cb3

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.194.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
@@ -1628,19 +1628,19 @@
16281628
resolved "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-3.0.0.tgz#4f4443605233f46abc5f85a857ba105095aa1181"
16291629
integrity sha512-FAIyAchH9JUKXugKMC17ERAXM/56vVJekwXOON46pmUDYfU7uXB4cFY8yc8nYr5ABqVI7KjRKfFt3mZF7OcyUA==
16301630

1631-
"@octokit/webhooks-types@6.5.0":
1632-
version "6.5.0"
1633-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.5.0.tgz#536a22edc816d307de0d2fc1e6303022453a50eb"
1634-
integrity sha512-SNx1YKBvi9IQvXo/SQ0p+9OKO2HMdzpCWcKsYxpGW1tlkE9TojYiGnFfxcXddyrsK4mC1UiyXY8+NYjWjtkVmA==
1631+
"@octokit/webhooks-types@6.6.0":
1632+
version "6.6.0"
1633+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.6.0.tgz#8f6e15aca2d42f7310ffbe8b8f1799ee206dc1df"
1634+
integrity sha512-czpEwg4UA3hb0G345BVk1zMXWwX0Qdaa4F/z7C3bP6baQ9AWY/VmCYydLU+Pi4z3aOPEJYCvt9zVhZ5CutqBKw==
16351635

1636-
"@octokit/webhooks@^10.3.0":
1637-
version "10.3.0"
1638-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.3.0.tgz#adb12f571f361388e9ad8abbb9df6f89cef52eb7"
1639-
integrity sha512-6k4dNsTjNhoJNJ56RKkWCMXEj32Cgvy4hIsV3fhK60hKbEfI1/rkx7tF87Gqtf1Xg5UVQfFmYygaBPGQCr0TmQ==
1636+
"@octokit/webhooks@^10.3.1":
1637+
version "10.3.1"
1638+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.3.1.tgz#a0d0d41873fe6f16cad89a893933a96ad3dc74a6"
1639+
integrity sha512-TSGiz9+IxP8Oh8LVFwhzLYTJ+8T/U6/fC/i1/iB39izyFzoEub3wNHlsfh8A6PUbde70w2pLr/O2ELlyQdrLgg==
16401640
dependencies:
16411641
"@octokit/request-error" "^3.0.0"
16421642
"@octokit/webhooks-methods" "^3.0.0"
1643-
"@octokit/webhooks-types" "6.5.0"
1643+
"@octokit/webhooks-types" "6.6.0"
16441644
aggregate-error "^3.1.0"
16451645

16461646
"@sinclair/typebox@^0.24.1":

0 commit comments

Comments
 (0)