mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Bump @octokit/webhooks from 7.21.0 to 9.0.1
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 7.21.0 to 9.0.1. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v7.21.0...v9.0.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0c4e1654a1
commit
2b253545a3
2 changed files with 19 additions and 6 deletions
23
package-lock.json
generated
23
package-lock.json
generated
|
|
@ -2024,16 +2024,29 @@
|
|||
}
|
||||
},
|
||||
"@octokit/webhooks": {
|
||||
"version": "7.21.0",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-7.21.0.tgz",
|
||||
"integrity": "sha512-Mj7Pa6JZgSjfzQfYF3Bf5KpyhzEBv4kHbj2EjCB/vMQiZCiiW30j5rS6t/d0ZN0FBrlSOuJIT+YU8IJt30VyWA==",
|
||||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.0.1.tgz",
|
||||
"integrity": "sha512-t7dRsS97fRN5V9kqh2UpRPheRWTgbgzUOJju0fttVKrEjkdbKyTNV3U/AoK9FyKz2wABr3uBIUM9sFfNxCcw/Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@octokit/request-error": "^2.0.2",
|
||||
"aggregate-error": "^3.1.0",
|
||||
"debug": "^4.0.0"
|
||||
"@octokit/webhooks-definitions": "3.67.3",
|
||||
"@octokit/webhooks-methods": "^1.0.0",
|
||||
"aggregate-error": "^3.1.0"
|
||||
}
|
||||
},
|
||||
"@octokit/webhooks-definitions": {
|
||||
"version": "3.67.3",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/webhooks-definitions/-/webhooks-definitions-3.67.3.tgz",
|
||||
"integrity": "sha512-do4Z1r2OVhuI0ihJhQ8Hg+yPWnBYEBNuFNCrvtPKoYT1w81jD7pBXgGe86lYuuNirkDHb0Nxt+zt4O5GiFJfgA==",
|
||||
"dev": true
|
||||
},
|
||||
"@octokit/webhooks-methods": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/webhooks-methods/-/webhooks-methods-1.0.0.tgz",
|
||||
"integrity": "sha512-pVceMQcj9SZ5p2RkemL0TuuPdGULNQj9F3Pq1cNM1xH+Kst1VNt0dj3PEGZRZV473njrDnYdi/OG4wWY9TLbbA==",
|
||||
"dev": true
|
||||
},
|
||||
"@sindresorhus/is": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.0.tgz",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@octokit/types": "^6.12.0",
|
||||
"@octokit/webhooks": "^7.21.0",
|
||||
"@octokit/webhooks": "^9.0.1",
|
||||
"@types/adm-zip": "^0.4.33",
|
||||
"@types/github-slugger": "^1.3.0",
|
||||
"@types/jest": "^26.0.20",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue