Skip to content

Commit c3d41d2

Browse files
chore: Bump @octokit/webhooks from 10.1.0 to 10.1.3 in /modules/webhook/lambdas/webhook (#2335)
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 10.1.0 to 10.1.3. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v10.1.0...v10.1.3) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-patch ... 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 5feb14d commit c3d41d2

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.145.0",
4343
"@octokit/rest": "^19.0.4",
44-
"@octokit/webhooks": "^10.1.0",
44+
"@octokit/webhooks": "^10.1.3",
4545
"aws-lambda": "^1.0.7",
4646
"tslog": "^3.3.3"
4747
}

modules/webhook/lambdas/webhook/yarn.lock

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

1505-
"@octokit/[email protected].0":
1506-
version "6.3.0"
1507-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.3.0.tgz#ccacafc08d4cfdc8bb430dc72df2d087bc392169"
1508-
integrity sha512-gawosm1WoJvtiDTBlyAARdQYQWH6D6Pcu/ZdVmxLb1SPiqJaMYPzrKY9VkWA9T4PhzyrMoGXBNesQULBb73LRw==
1505+
"@octokit/[email protected].4":
1506+
version "6.3.4"
1507+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.3.4.tgz#b553da7479edfb04218160c85f16dbbc68251533"
1508+
integrity sha512-9E0HNgHqc5v22+9IzCSEZ9iXnBJ/n+GM9gZye0kp7XmzcOfrnAKZzd4km269n6/vVOkmXwT11DbbQFukWOvbdw==
15091509

1510-
"@octokit/webhooks@^10.1.0":
1511-
version "10.1.0"
1512-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.1.0.tgz#250fd07188f77a60644885a8d3a9920241e92905"
1513-
integrity sha512-NtuIsmXR8ZiojLJwOBwDILDw1V7zRqijg9ZsAeIKQjvMJ2HOASAzYsuLnf3rK3B4FCEw92S5uws9EZfIpQdEBw==
1510+
"@octokit/webhooks@^10.1.3":
1511+
version "10.1.3"
1512+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.1.3.tgz#415bb4f826167b15da4dede81c14cb7a8978ac9a"
1513+
integrity sha512-c5uQW0HJbI5mcQpUFcM7LVs1gbdEiHD6OLXZcwxLJeNUmI8Cy9uzfCib6HguARKgnz3tSavYX/teHq7brm05iQ==
15141514
dependencies:
15151515
"@octokit/request-error" "^3.0.0"
15161516
"@octokit/webhooks-methods" "^3.0.0"
1517-
"@octokit/webhooks-types" "6.3.0"
1517+
"@octokit/webhooks-types" "6.3.4"
15181518
aggregate-error "^3.1.0"
15191519

15201520
"@sinclair/typebox@^0.24.1":

0 commit comments

Comments
 (0)