Skip to content

Commit 7fbaa7b

Browse files
authored
Merge pull request #2324 from philips-labs/dependabot/npm_and_yarn/modules/webhook/lambdas/webhook/octokit/webhooks-10.1.0
chore: Bump @octokit/webhooks from 10.0.9 to 10.1.0 in /modules/webhook/lambdas/webhook
2 parents 014985a + 1e3bac1 commit 7fbaa7b

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.138.0",
4343
"@octokit/rest": "^19.0.3",
44-
"@octokit/webhooks": "^10.0.9",
44+
"@octokit/webhooks": "^10.1.0",
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
@@ -1490,19 +1490,19 @@
14901490
resolved "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-3.0.0.tgz#4f4443605233f46abc5f85a857ba105095aa1181"
14911491
integrity sha512-FAIyAchH9JUKXugKMC17ERAXM/56vVJekwXOON46pmUDYfU7uXB4cFY8yc8nYr5ABqVI7KjRKfFt3mZF7OcyUA==
14921492

1493-
"@octokit/webhooks-types@6.2.4":
1494-
version "6.2.4"
1495-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.2.4.tgz#fe386d1e4749ff93bb143907b9673eb1e4f01a30"
1496-
integrity sha512-MlumL1ClswnrebjNWmUFiHjEqpRl2T3Eh6j6R9mP2SNK7SjYw4tXGeCKHOyZiNpLjc5/1+P39BxwLN28zNn8iQ==
1493+
"@octokit/webhooks-types@6.3.0":
1494+
version "6.3.0"
1495+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.3.0.tgz#ccacafc08d4cfdc8bb430dc72df2d087bc392169"
1496+
integrity sha512-gawosm1WoJvtiDTBlyAARdQYQWH6D6Pcu/ZdVmxLb1SPiqJaMYPzrKY9VkWA9T4PhzyrMoGXBNesQULBb73LRw==
14971497

1498-
"@octokit/webhooks@^10.0.9":
1499-
version "10.0.9"
1500-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.0.9.tgz#0b11925cf34abb62293af55273ed2c63d7e11e3a"
1501-
integrity sha512-KcUWo8HnZ7QOjYGUNYkNpd7TSj8Ck0Q1FzEeMyiMQg52K2sv/Lc/rfW2iJQLxpSrDhXfFTVQ75S10YjWdIj4kA==
1498+
"@octokit/webhooks@^10.1.0":
1499+
version "10.1.0"
1500+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.1.0.tgz#250fd07188f77a60644885a8d3a9920241e92905"
1501+
integrity sha512-NtuIsmXR8ZiojLJwOBwDILDw1V7zRqijg9ZsAeIKQjvMJ2HOASAzYsuLnf3rK3B4FCEw92S5uws9EZfIpQdEBw==
15021502
dependencies:
15031503
"@octokit/request-error" "^3.0.0"
15041504
"@octokit/webhooks-methods" "^3.0.0"
1505-
"@octokit/webhooks-types" "6.2.4"
1505+
"@octokit/webhooks-types" "6.3.0"
15061506
aggregate-error "^3.1.0"
15071507

15081508
"@sinclair/typebox@^0.24.1":

0 commit comments

Comments
 (0)