Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-05-27 12:34:30 +00:00
parent 3934d2b758
commit 655a969b7c
221 changed files with 2272 additions and 1525 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@octokit/webhooks",
"version": "13.8.0",
"version": "14.0.0",
"description": "GitHub webhook events toolset for Node.js",
"keywords": [],
"repository": "github:octokit/webhooks.js",
@ -8,18 +8,19 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"type": "module",
"dependencies": {
"@octokit/openapi-webhooks-types": "10.4.0",
"@octokit/request-error": "^6.1.7",
"@octokit/webhooks-methods": "^5.1.1"
"@octokit/openapi-webhooks-types": "11.0.0",
"@octokit/request-error": "^7.0.0",
"@octokit/webhooks-methods": "^6.0.0"
},
"devDependencies": {
"@octokit/openapi-webhooks": "10.4.0",
"@octokit/openapi-webhooks": "11.0.0",
"@octokit/tsconfig": "^4.0.0",
"@types/express": "^5.0.1",
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^3.0.0",
"esbuild": "^0.25.0",
"express": "^4.17.1",
"glob": "^11.0.0",
"express": "^5.1.0",
"get-port": "^7.1.0",
"prettier": "3.5.3",
"prettier-plugin-packagejson": "^2.2.9",
"tsx": "^4.19.3",
@ -27,7 +28,7 @@
"vitest": "^3.0.0"
},
"engines": {
"node": ">= 18"
"node": ">= 20"
},
"publishConfig": {
"access": "public",