⬇️ git-utils because of libgit2 performance regression

This commit is contained in:
Max Brunsfeld
2018-07-26 14:44:07 -07:00
parent 0e9f465888
commit 12875c1939
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2923,9 +2923,9 @@
}
},
"git-utils": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/git-utils/-/git-utils-5.4.0.tgz",
"integrity": "sha512-YnIRzY5j2FV845+6UEUCeiuOYC7QNZYGyJWr1jcozP/Vv2R6JFh/TDMln82H1rQuCLRxd7NLXilGv4lqmmrICg==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/git-utils/-/git-utils-5.2.1.tgz",
"integrity": "sha512-PrXaX4qb6ti9yU4p15RWeWklHdyEXCEIcdjbm3X5mAWL1VCFpl1hPdxk7T2qcFRNhF7TVXq3giotnJVne+1htA==",
"requires": {
"fs-plus": "^3.0.0",
"nan": "^2.0.0"

View File

@@ -66,7 +66,7 @@
"fuzzaldrin": "^2.1",
"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.4.0",
"git-utils": "5.2.1",
"github": "https://www.atom.io/api/packages/github/versions/0.18.2/tarball",
"glob": "^7.1.1",
"go-to-line": "https://www.atom.io/api/packages/go-to-line/versions/0.33.0/tarball",