Update checked-in dependencies
This commit is contained in:
parent
c9f0d30a86
commit
95d52b7807
647 changed files with 498055 additions and 3880 deletions
2
node_modules/@octokit/auth-oauth-app/dist-src/version.js
generated
vendored
2
node_modules/@octokit/auth-oauth-app/dist-src/version.js
generated
vendored
|
|
@ -1,4 +1,4 @@
|
|||
const VERSION = "8.1.3";
|
||||
const VERSION = "8.1.4";
|
||||
export {
|
||||
VERSION
|
||||
};
|
||||
|
|
|
|||
2
node_modules/@octokit/auth-oauth-app/dist-types/version.d.ts
generated
vendored
2
node_modules/@octokit/auth-oauth-app/dist-types/version.d.ts
generated
vendored
|
|
@ -1 +1 @@
|
|||
export declare const VERSION = "8.1.3";
|
||||
export declare const VERSION = "8.1.4";
|
||||
|
|
|
|||
16
node_modules/@octokit/auth-oauth-app/package.json
generated
vendored
16
node_modules/@octokit/auth-oauth-app/package.json
generated
vendored
|
|
@ -5,7 +5,7 @@
|
|||
"provenance": true
|
||||
},
|
||||
"type": "module",
|
||||
"version": "8.1.3",
|
||||
"version": "8.1.4",
|
||||
"description": "GitHub OAuth App authentication for JavaScript",
|
||||
"repository": "github:octokit/auth-oauth-app.js",
|
||||
"keywords": [
|
||||
|
|
@ -18,22 +18,22 @@
|
|||
"author": "Gregor Martynus (https://github.com/gr2m)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@octokit/auth-oauth-device": "^7.1.3",
|
||||
"@octokit/auth-oauth-user": "^5.1.3",
|
||||
"@octokit/request": "^9.2.1",
|
||||
"@octokit/types": "^13.6.2",
|
||||
"@octokit/auth-oauth-device": "^7.1.5",
|
||||
"@octokit/auth-oauth-user": "^5.1.4",
|
||||
"@octokit/request": "^9.2.3",
|
||||
"@octokit/types": "^14.0.0",
|
||||
"universal-user-agent": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@octokit/core": "^6.1.3",
|
||||
"@octokit/core": "^6.1.5",
|
||||
"@octokit/tsconfig": "^4.0.0",
|
||||
"@types/node": "^22.13.1",
|
||||
"@vitest/coverage-v8": "^3.0.5",
|
||||
"esbuild": "^0.25.0",
|
||||
"fetch-mock": "^12.0.0",
|
||||
"glob": "^11.0.0",
|
||||
"prettier": "3.5.1",
|
||||
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
||||
"prettier": "3.5.3",
|
||||
"semantic-release-plugin-update-version-in-files": "^2.0.0",
|
||||
"typescript": "^5.3.0",
|
||||
"vitest": "^3.0.5"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue