:arrow-up: github

This commit is contained in:
Ash Wilson
2018-08-13 11:32:34 -04:00
parent a01d0a7983
commit 006859bedc
2 changed files with 13 additions and 13 deletions

22
package-lock.json generated
View File

@@ -2242,9 +2242,9 @@
}
},
"dugite": {
"version": "1.68.0",
"resolved": "https://registry.npmjs.org/dugite/-/dugite-1.68.0.tgz",
"integrity": "sha512-Pa0u6MhADuLq/Vq501//1UAOXMneUaf0DhVDJxAlb25AOUxGlqyD5FQQ2F7N5+XBkaZKUBW6aeCu7pigAdyWVg==",
"version": "1.72.0",
"resolved": "https://registry.npmjs.org/dugite/-/dugite-1.72.0.tgz",
"integrity": "sha512-HO7T9f+5/uMwFPauqKMhSg7kzI+MtF2fBDMYNSdWPAayGDBolK/7NI6R8JDoP3akPeUgRkoHGRBLkBZHwtTu0g==",
"requires": {
"checksum": "^0.1.1",
"mkdirp": "^0.5.1",
@@ -2255,9 +2255,9 @@
},
"dependencies": {
"tar": {
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/tar/-/tar-4.4.4.tgz",
"integrity": "sha512-mq9ixIYfNF9SK0IS/h2HKMu8Q2iaCuhDDsZhdEag/FHv8fOaYld4vN7ouMgcSSt5WKZzPs8atclTcJm36OTh4w==",
"version": "4.4.6",
"resolved": "https://registry.npmjs.org/tar/-/tar-4.4.6.tgz",
"integrity": "sha512-tMkTnh9EdzxyfW+6GK6fCahagXsnYk6kE6S9Gr9pjVdys769+laCTbodXDhPAjzVtEBazRgP0gYqOjnk9dQzLg==",
"requires": {
"chownr": "^1.0.1",
"fs-minipass": "^1.2.5",
@@ -2892,8 +2892,8 @@
}
},
"github": {
"version": "https://www.atom.io/api/packages/github/versions/0.18.2/tarball",
"integrity": "sha512-nEgyFtKsIPQ6bNVvUvmypNsZ6u09z9WXOkhUFi5K6oCEiPvD7qgqT52BecIk37aMghwmF/r7mNQDHB0+jTZlSw==",
"version": "https://www.atom.io/api/packages/github/versions/0.19.0-0/tarball",
"integrity": "sha512-+mlatUmj5fQgld1J/Ov+JBKIehjMjiXpmOng0p9zV8BXZTNZzYQ/duKGhwVCLwH5rAfZQPxRSHGrcG75a/d3rw==",
"requires": {
"atom-babel6-transpiler": "1.2.0",
"babel-generator": "6.26.1",
@@ -4154,9 +4154,9 @@
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
},
"minipass": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-2.3.3.tgz",
"integrity": "sha512-/jAn9/tEX4gnpyRATxgHEOV6xbcyxgT7iUnxo9Y3+OB0zX00TgKIv/2FZCf5brBbICcwbLqVv2ImjvWWrQMSYw==",
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-2.3.4.tgz",
"integrity": "sha512-mlouk1OHlaUE8Odt1drMtG1bAJA4ZA6B/ehysgV0LUIrDHdKgo1KorZq3pK0b/7Z7LJIQ12MNM6aC+Tn6lUZ5w==",
"requires": {
"safe-buffer": "^5.1.2",
"yallist": "^3.0.0"

View File

@@ -67,7 +67,7 @@
"fuzzy-finder": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.8.2/tarball",
"git-diff": "https://www.atom.io/api/packages/git-diff/versions/1.3.9/tarball",
"git-utils": "5.2.1",
"github": "https://www.atom.io/api/packages/github/versions/0.18.2/tarball",
"github": "https://www.atom.io/api/packages/github/versions/0.19.0-0/tarball",
"glob": "^7.1.1",
"go-to-line": "https://www.atom.io/api/packages/go-to-line/versions/0.33.0/tarball",
"grammar-selector": "https://www.atom.io/api/packages/grammar-selector/versions/0.50.1/tarball",
@@ -203,7 +203,7 @@
"exception-reporting": "0.43.1",
"find-and-replace": "0.215.12",
"fuzzy-finder": "1.8.2",
"github": "0.18.2",
"github": "0.19.0-0",
"git-diff": "1.3.9",
"go-to-line": "0.33.0",
"grammar-selector": "0.50.1",