Update checked-in dependencies
This commit is contained in:
parent
3934d2b758
commit
655a969b7c
221 changed files with 2272 additions and 1525 deletions
2
node_modules/@octokit/oauth-methods/dist-src/version.js
generated
vendored
2
node_modules/@octokit/oauth-methods/dist-src/version.js
generated
vendored
|
|
@ -1,4 +1,4 @@
|
|||
const VERSION = "5.1.5";
|
||||
const VERSION = "6.0.0";
|
||||
export {
|
||||
VERSION
|
||||
};
|
||||
|
|
|
|||
2
node_modules/@octokit/oauth-methods/dist-types/version.d.ts
generated
vendored
2
node_modules/@octokit/oauth-methods/dist-types/version.d.ts
generated
vendored
|
|
@ -1 +1 @@
|
|||
export declare const VERSION = "5.1.5";
|
||||
export declare const VERSION = "6.0.0";
|
||||
|
|
|
|||
14
node_modules/@octokit/oauth-methods/package.json
generated
vendored
14
node_modules/@octokit/oauth-methods/package.json
generated
vendored
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@octokit/oauth-methods",
|
||||
"type": "module",
|
||||
"version": "5.1.5",
|
||||
"version": "6.0.0",
|
||||
"description": "Set of stateless request methods to create, check, reset, refresh, and delete user access tokens for OAuth and GitHub Apps",
|
||||
"repository": "https://github.com/octokit/oauth-methods.js",
|
||||
"keywords": [
|
||||
|
|
@ -14,9 +14,9 @@
|
|||
"author": "Gregor Martynus (https://dev.to/gr2m)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@octokit/oauth-authorization-url": "^7.0.0",
|
||||
"@octokit/request": "^9.2.3",
|
||||
"@octokit/request-error": "^6.1.8",
|
||||
"@octokit/oauth-authorization-url": "^8.0.0",
|
||||
"@octokit/request": "^10.0.2",
|
||||
"@octokit/request-error": "^7.0.0",
|
||||
"@octokit/types": "^14.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -26,8 +26,8 @@
|
|||
"esbuild": "^0.25.0",
|
||||
"fetch-mock": "^11.0.0",
|
||||
"glob": "^11.0.0",
|
||||
"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"
|
||||
},
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"provenance": true
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 18"
|
||||
"node": ">= 20"
|
||||
},
|
||||
"files": [
|
||||
"dist-*/**",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue