From 998c2bbb69d6a5ca8220d127a24fc3e9feefad5d Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Fri, 10 Jul 2020 16:02:25 -0500 Subject: [PATCH] fix(dependencies): bumped to the stable version of the netrc auth strategy --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02343751..9da86bd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11247,9 +11247,9 @@ } }, "octokit-auth-netrc": { - "version": "1.0.0-alpha.2", - "resolved": "https://registry.npmjs.org/octokit-auth-netrc/-/octokit-auth-netrc-1.0.0-alpha.2.tgz", - "integrity": "sha512-bolLnN+NCqD+i4a355cmEh37jrOEAOD0HBy5NTG18sm8hXEZF8MOdPstcOXToL66aP2fVA0sOSRYt+3gXDnIXA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/octokit-auth-netrc/-/octokit-auth-netrc-1.0.0.tgz", + "integrity": "sha512-lGa7qVOF2XaPXI8QjL8MHvVQLJaWtHQnrDdnHnv/1yuFQXwpLQ9YwJ8+hKAzzYQf49e+q/vJpaZsnS6NIO41fw==", "requires": { "@octokit/auth-token": "^2.4.2", "netrc": "0.1.4" diff --git a/package.json b/package.json index 3e7fb4bb..aa236237 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@octokit/rest": "^18.0.0", "@travi/cli-messages": "1.0.4", "git-config": "0.0.7", - "octokit-auth-netrc": "^1.0.0-alpha.2", + "octokit-auth-netrc": "^1.0.0", "write-yaml": "^1.0.0" } }