diff --git a/package-lock.json b/package-lock.json index d7270b102..ae551150f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3132,8 +3132,8 @@ "integrity": "sha1-gy9kifvodnaUWVmckUpnDsIpR+4=" }, "fuzzy-finder": { - "version": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.6/tarball", - "integrity": "sha512-6H8kss3IonwyZoD/LtQRq6RZXYmD4pKVo8XbR79KVCbipB349pKHaareJ45MqGAFalxRtiJKqVyI9WsR6XzODg==", + "version": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.7/tarball", + "integrity": "sha512-79C7IWrHrPk5UKL48KlcHoFy8T+FGfh/HXRwChkxrLYCrUZSl8a+Bj956j2xIRVanO+lNAnLR5QVyrDhbJ2McA==", "requires": { "@atom/fuzzy-native": "^1.0.3", "async": "0.2.6", diff --git a/package.json b/package.json index 9f4ec3505..500331fd0 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "fs-plus": "^3.1.1", "fstream": "0.1.24", "fuzzaldrin": "^2.1", - "fuzzy-finder": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.6/tarball", + "fuzzy-finder": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.7/tarball", "git-diff": "file:packages/git-diff", "git-utils": "5.5.0", "github": "https://www.atom.io/api/packages/github/versions/0.29.0/tarball", @@ -201,7 +201,7 @@ "encoding-selector": "0.23.9", "exception-reporting": "file:./packages/exception-reporting", "find-and-replace": "0.218.11", - "fuzzy-finder": "1.13.6", + "fuzzy-finder": "1.13.7", "github": "0.29.0", "git-diff": "file:./packages/git-diff", "go-to-line": "file:./packages/go-to-line",