Merge pull request #652 from actions/dependabot/npm_and_yarn/octokit/webhooks-10.9.2
Bump @octokit/webhooks from 10.9.1 to 10.9.2
This commit is contained in:
+1
-1
@@ -12444,7 +12444,7 @@ async function verifyAndReceive(state, event) {
|
|||||||
state.secret,
|
state.secret,
|
||||||
typeof event.payload === "object" ? toNormalizedJsonString(event.payload) : event.payload,
|
typeof event.payload === "object" ? toNormalizedJsonString(event.payload) : event.payload,
|
||||||
event.signature
|
event.signature
|
||||||
);
|
).catch(() => false);
|
||||||
if (!matchesSignature) {
|
if (!matchesSignature) {
|
||||||
const error = new Error(
|
const error = new Error(
|
||||||
"[@octokit/webhooks] signature does not match event payload and secret"
|
"[@octokit/webhooks] signature does not match event payload and secret"
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Generated
+3
-3
@@ -2095,9 +2095,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@octokit/webhooks": {
|
"node_modules/@octokit/webhooks": {
|
||||||
"version": "10.9.1",
|
"version": "10.9.2",
|
||||||
"resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-10.9.1.tgz",
|
"resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-10.9.2.tgz",
|
||||||
"integrity": "sha512-5NXU4VfsNOo2VSU/SrLrpPH2Z1ZVDOWFcET4EpnEBX1uh/v8Uz65UVuHIRx5TZiXhnWyRE9AO1PXHa+M/iWwZA==",
|
"integrity": "sha512-hFVF/szz4l/Y/GQdKxNmQjUke0XJXK986p+ucIlubTGVPVtVtup5G1jarQfvCMBs9Fvlf9dvH8K83E4lefmofQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@octokit/request-error": "^3.0.0",
|
"@octokit/request-error": "^3.0.0",
|
||||||
"@octokit/webhooks-methods": "^3.0.0",
|
"@octokit/webhooks-methods": "^3.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user