Update checked-in dependencies
This commit is contained in:
parent
3934d2b758
commit
655a969b7c
221 changed files with 2272 additions and 1525 deletions
22
node_modules/@octokit/oauth-app/package.json
generated
vendored
22
node_modules/@octokit/oauth-app/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@octokit/oauth-app",
|
||||
"version": "7.1.6",
|
||||
"version": "8.0.1",
|
||||
"description": "GitHub OAuth toolset for Node.js",
|
||||
"type": "module",
|
||||
"repository": "github:octokit/oauth-app.js",
|
||||
|
|
@ -13,12 +13,12 @@
|
|||
"author": "Gregor Martynus (https://twitter.com/gr2m)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@octokit/auth-oauth-app": "^8.1.3",
|
||||
"@octokit/auth-oauth-user": "^5.1.3",
|
||||
"@octokit/auth-unauthenticated": "^6.1.2",
|
||||
"@octokit/core": "^6.1.4",
|
||||
"@octokit/oauth-authorization-url": "^7.1.1",
|
||||
"@octokit/oauth-methods": "^5.1.4",
|
||||
"@octokit/auth-oauth-app": "^9.0.1",
|
||||
"@octokit/auth-oauth-user": "^6.0.0",
|
||||
"@octokit/auth-unauthenticated": "^7.0.1",
|
||||
"@octokit/core": "^7.0.2",
|
||||
"@octokit/oauth-authorization-url": "^8.0.0",
|
||||
"@octokit/oauth-methods": "^6.0.0",
|
||||
"@types/aws-lambda": "^8.10.83",
|
||||
"universal-user-agent": "^7.0.0"
|
||||
},
|
||||
|
|
@ -29,10 +29,10 @@
|
|||
"esbuild": "^0.25.0",
|
||||
"express": "^4.17.1",
|
||||
"fetch-mock": "^11.0.0",
|
||||
"glob": "^11.0.0",
|
||||
"nock": "^14.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",
|
||||
"tinyglobby": "^0.2.13",
|
||||
"typescript": "^5.0.0",
|
||||
"vitest": "^3.0.0"
|
||||
},
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"provenance": true
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 18"
|
||||
"node": ">= 20"
|
||||
},
|
||||
"files": [
|
||||
"dist-*/**",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue