This commit is contained in:
Rafael Oleza
2019-03-25 15:04:35 +01:00
parent 30d94ee897
commit 2931616153
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -2962,8 +2962,8 @@
"integrity": "sha1-gy9kifvodnaUWVmckUpnDsIpR+4="
},
"fuzzy-finder": {
"version": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.10.1/tarball",
"integrity": "sha512-cRMma6V3gVEpl1GroGglyOjrWWlHuD0LZMuTdNTfTXxV4hZakKvtttaG4FK4a0UaMWcF/52VXO2bprn/avCywQ==",
"version": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.10.2/tarball",
"integrity": "sha512-xB9gunVXa/slnrFM61OXVTExnxuuqOqfwfdwudrL36TQs7dKKUaZHciG8T0t0129SD3r1UvahN6CLPFZLk87YQ==",
"requires": {
"async": "0.2.6",
"atom-select-list": "^0.7.0",

View File

@@ -63,7 +63,7 @@
"fs-plus": "^3.0.1",
"fstream": "0.1.24",
"fuzzaldrin": "^2.1",
"fuzzy-finder": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.10.1/tarball",
"fuzzy-finder": "https://www.atom.io/api/packages/fuzzy-finder/versions/1.10.2/tarball",
"git-diff": "file:packages/git-diff",
"git-utils": "5.5.0",
"github": "https://www.atom.io/api/packages/github/versions/0.27.0/tarball",
@@ -202,7 +202,7 @@
"encoding-selector": "0.23.9",
"exception-reporting": "file:./packages/exception-reporting",
"find-and-replace": "0.218.9",
"fuzzy-finder": "1.10.1",
"fuzzy-finder": "1.10.2",
"github": "0.27.0",
"git-diff": "file:./packages/git-diff",
"go-to-line": "file:./packages/go-to-line",