Bump @octokit/webhooks-types from 6.7.0 to 6.8.0

Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/octokit/webhooks/releases)
- [Commits](https://github.com/octokit/webhooks/compare/v6.7.0...v6.8.0)

---
updated-dependencies:
- dependency-name: "@octokit/webhooks-types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-23 18:08:54 +00:00 committed by GitHub
parent 74703c48f3
commit 69f603bf32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@octokit/rest": "^19.0.5", "@octokit/rest": "^19.0.5",
"@octokit/types": "^8.0.0", "@octokit/types": "^8.0.0",
"@octokit/webhooks-types": "^6.7.0", "@octokit/webhooks-types": "^6.8.0",
"commander": "^9.3.0", "commander": "^9.3.0",
"fs-extra": "^11.1.0", "fs-extra": "^11.1.0",
"simple-git": "^3.15.1" "simple-git": "^3.15.1"
@ -1841,9 +1841,9 @@
} }
}, },
"node_modules/@octokit/webhooks-types": { "node_modules/@octokit/webhooks-types": {
"version": "6.7.0", "version": "6.8.0",
"resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.7.0.tgz", "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.8.0.tgz",
"integrity": "sha512-bykm7UkSnxmb2uhSfcLM1Pity/LQ6ZBSdzy9HU0vXjR+2g+tzlmRhXb7Go8oj0TlgO+vDrTivGXju6zkzOGKjA==" "integrity": "sha512-Yq46asTPdEyrroCSBLRvcwNBsztiDHHvJ3+//2PhVbLSKp6kkj7NkjA3fyrpCrdlANj8REZSfus60v96EmlxCA=="
}, },
"node_modules/@sinclair/typebox": { "node_modules/@sinclair/typebox": {
"version": "0.24.51", "version": "0.24.51",
@ -8892,9 +8892,9 @@
} }
}, },
"@octokit/webhooks-types": { "@octokit/webhooks-types": {
"version": "6.7.0", "version": "6.8.0",
"resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.7.0.tgz", "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.8.0.tgz",
"integrity": "sha512-bykm7UkSnxmb2uhSfcLM1Pity/LQ6ZBSdzy9HU0vXjR+2g+tzlmRhXb7Go8oj0TlgO+vDrTivGXju6zkzOGKjA==" "integrity": "sha512-Yq46asTPdEyrroCSBLRvcwNBsztiDHHvJ3+//2PhVbLSKp6kkj7NkjA3fyrpCrdlANj8REZSfus60v96EmlxCA=="
}, },
"@sinclair/typebox": { "@sinclair/typebox": {
"version": "0.24.51", "version": "0.24.51",

View file

@ -65,7 +65,7 @@
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@octokit/rest": "^19.0.5", "@octokit/rest": "^19.0.5",
"@octokit/types": "^8.0.0", "@octokit/types": "^8.0.0",
"@octokit/webhooks-types": "^6.7.0", "@octokit/webhooks-types": "^6.8.0",
"commander": "^9.3.0", "commander": "^9.3.0",
"fs-extra": "^11.1.0", "fs-extra": "^11.1.0",
"simple-git": "^3.15.1" "simple-git": "^3.15.1"