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

@ -5,20 +5,20 @@
"provenance": true
},
"type": "module",
"version": "15.1.6",
"version": "16.0.1",
"description": "GitHub Apps toolset for Node.js",
"main": "./dist-node/index.js",
"repository": "github:octokit/app.js",
"author": "Gregor Martynus (https://github.com/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/auth-app": "^7.2.1",
"@octokit/auth-unauthenticated": "^6.1.3",
"@octokit/core": "^6.1.5",
"@octokit/oauth-app": "^7.1.6",
"@octokit/plugin-paginate-rest": "^12.0.0",
"@octokit/auth-app": "^8.0.1",
"@octokit/auth-unauthenticated": "^7.0.1",
"@octokit/core": "^7.0.2",
"@octokit/oauth-app": "^8.0.1",
"@octokit/plugin-paginate-rest": "^13.0.0",
"@octokit/types": "^14.0.0",
"@octokit/webhooks": "^13.6.1"
"@octokit/webhooks": "^14.0.0"
},
"devDependencies": {
"@octokit/tsconfig": "^4.0.0",
@ -35,7 +35,7 @@
"vitest": "^3.0.0"
},
"engines": {
"node": ">= 18"
"node": ">= 20"
},
"files": [
"dist-*/**",