diff --git a/package-lock.json b/package-lock.json index 6a4d5c0..c6c5392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.0", "@octokit/rest": "^19.0.5", "@octokit/types": "^8.0.0", - "@octokit/webhooks-types": "^6.7.0", + "@octokit/webhooks-types": "^6.8.0", "commander": "^9.3.0", "fs-extra": "^11.1.0", "simple-git": "^3.15.1" @@ -1841,9 +1841,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.7.0.tgz", - "integrity": "sha512-bykm7UkSnxmb2uhSfcLM1Pity/LQ6ZBSdzy9HU0vXjR+2g+tzlmRhXb7Go8oj0TlgO+vDrTivGXju6zkzOGKjA==" + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.8.0.tgz", + "integrity": "sha512-Yq46asTPdEyrroCSBLRvcwNBsztiDHHvJ3+//2PhVbLSKp6kkj7NkjA3fyrpCrdlANj8REZSfus60v96EmlxCA==" }, "node_modules/@sinclair/typebox": { "version": "0.24.51", @@ -8714,9 +8714,9 @@ } }, "@octokit/webhooks-types": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.7.0.tgz", - "integrity": "sha512-bykm7UkSnxmb2uhSfcLM1Pity/LQ6ZBSdzy9HU0vXjR+2g+tzlmRhXb7Go8oj0TlgO+vDrTivGXju6zkzOGKjA==" + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.8.0.tgz", + "integrity": "sha512-Yq46asTPdEyrroCSBLRvcwNBsztiDHHvJ3+//2PhVbLSKp6kkj7NkjA3fyrpCrdlANj8REZSfus60v96EmlxCA==" }, "@sinclair/typebox": { "version": "0.24.51", diff --git a/package.json b/package.json index 20d87a7..fff7b3b 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@actions/core": "^1.10.0", "@octokit/rest": "^19.0.5", "@octokit/types": "^8.0.0", - "@octokit/webhooks-types": "^6.7.0", + "@octokit/webhooks-types": "^6.8.0", "commander": "^9.3.0", "fs-extra": "^11.1.0", "simple-git": "^3.15.1"