Update checked-in dependencies
This commit is contained in:
parent
3934d2b758
commit
655a969b7c
221 changed files with 2272 additions and 1525 deletions
8
node_modules/@octokit/auth-oauth-device/package.json
generated
vendored
8
node_modules/@octokit/auth-oauth-device/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@octokit/auth-oauth-device",
|
||||
"version": "7.1.5",
|
||||
"version": "8.0.1",
|
||||
"description": "GitHub OAuth Device authentication strategy for JavaScript",
|
||||
"type": "module",
|
||||
"repository": "github:octokit/auth-oauth-device.js",
|
||||
|
|
@ -13,8 +13,8 @@
|
|||
"author": "Gregor Martynus (https://dev.to/gr2m)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@octokit/oauth-methods": "^5.1.5",
|
||||
"@octokit/request": "^9.2.3",
|
||||
"@octokit/oauth-methods": "^6.0.0",
|
||||
"@octokit/request": "^10.0.2",
|
||||
"@octokit/types": "^14.0.0",
|
||||
"universal-user-agent": "^7.0.0"
|
||||
},
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
"provenance": true
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 18"
|
||||
"node": ">= 20"
|
||||
},
|
||||
"files": [
|
||||
"dist-*/**",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue