@octokit/auth
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@octokit/auth", | ||
"description": "GitHub API authentication library for browsers and Node.js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "MIT", | ||
@@ -24,7 +24,7 @@ "files": [ | ||
"dependencies": { | ||
"@octokit/auth-action": "^1.0.1", | ||
"@octokit/auth-app": "^2.1.0", | ||
"@octokit/auth-basic": "^1.0.1", | ||
"@octokit/auth-oauth-app": "^2.0.2", | ||
"@octokit/auth-token": "^2.0.2" | ||
"@octokit/auth-action": "^1.1.0", | ||
"@octokit/auth-app": "^2.4.0", | ||
"@octokit/auth-basic": "^1.3.0", | ||
"@octokit/auth-oauth-app": "^2.2.0", | ||
"@octokit/auth-token": "^2.4.0" | ||
}, | ||
@@ -34,10 +34,10 @@ "devDependencies": { | ||
"@pika/pack": "^0.5.0", | ||
"@pika/plugin-build-node": "^0.6.0", | ||
"@pika/plugin-ts-standard-pkg": "^0.6.0", | ||
"@types/jest": "^24.0.13", | ||
"@pika/plugin-build-node": "^0.7.1", | ||
"@pika/plugin-ts-standard-pkg": "^0.7.1", | ||
"@types/jest": "^24.0.21", | ||
"jest": "^24.8.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"semantic-release": "^15.13.24", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.6.2" | ||
"semantic-release": "^15.13.30", | ||
"ts-jest": "^24.1.0", | ||
"typescript": "^3.6.4" | ||
}, | ||
@@ -44,0 +44,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
207182
2012
Updated@octokit/auth-action@^1.1.0
Updated@octokit/auth-app@^2.4.0
Updated@octokit/auth-basic@^1.3.0
Updated@octokit/auth-token@^2.4.0