Update checked-in dependencies
This commit is contained in:
parent
c9f0d30a86
commit
95d52b7807
647 changed files with 498055 additions and 3880 deletions
22
node_modules/octokit/package.json
generated
vendored
22
node_modules/octokit/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "octokit",
|
||||
"version": "4.1.2",
|
||||
"version": "4.1.3",
|
||||
"type": "module",
|
||||
"description": "The all-batteries-included GitHub SDK for Browsers, Node.js, and Deno",
|
||||
"keywords": [
|
||||
|
|
@ -13,16 +13,16 @@
|
|||
"repository": "github:octokit/octokit.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@octokit/app": "^15.1.4",
|
||||
"@octokit/core": "^6.1.4",
|
||||
"@octokit/app": "^15.1.6",
|
||||
"@octokit/core": "^6.1.5",
|
||||
"@octokit/oauth-app": "^7.1.6",
|
||||
"@octokit/plugin-paginate-graphql": "^5.2.4",
|
||||
"@octokit/plugin-paginate-rest": "^11.4.2",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^13.3.1",
|
||||
"@octokit/plugin-retry": "^7.1.4",
|
||||
"@octokit/plugin-throttling": "^9.4.0",
|
||||
"@octokit/request-error": "^6.1.7",
|
||||
"@octokit/types": "^13.7.0"
|
||||
"@octokit/plugin-paginate-rest": "^12.0.0",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^14.0.0",
|
||||
"@octokit/plugin-retry": "^7.2.1",
|
||||
"@octokit/plugin-throttling": "^10.0.0",
|
||||
"@octokit/request-error": "^6.1.8",
|
||||
"@octokit/types": "^14.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@octokit/tsconfig": "^4.0.0",
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
"fetch-mock": "^11.0.0",
|
||||
"glob": "^11.0.0",
|
||||
"mockdate": "^3.0.5",
|
||||
"prettier": "3.5.1",
|
||||
"semantic-release-plugin-update-version-in-files": "^1.1.0",
|
||||
"prettier": "3.5.3",
|
||||
"semantic-release-plugin-update-version-in-files": "^2.0.0",
|
||||
"typescript": "^5.0.0",
|
||||
"vitest": "^3.0.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue