From 12875c19395224da980485e7dc2581a60b57ef76 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 26 Jul 2018 14:44:07 -0700 Subject: [PATCH] :arrow_down: git-utils because of libgit2 performance regression --- 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 303a7da0e..2f5d843b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 746de7e10..03109ae05 100644 --- a/package.json +++ b/package.json @@ -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",