⬆️ first-mate@7.4.0

This commit is contained in:
Rafael Oleza 2019-06-06 23:23:20 +02:00
parent fca0681c53
commit e0ce24b17b
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -2911,15 +2911,15 @@
"integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ="
},
"first-mate": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/first-mate/-/first-mate-7.3.0.tgz",
"integrity": "sha512-fFtMzSR3cw90LAWhuzaCbxpfGXNCQsROi+KLL1HXatog/ivfLNTZEWjB+lxmH9mdUUqJn6LGitu6P9w9SvePjQ==",
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/first-mate/-/first-mate-7.4.0.tgz",
"integrity": "sha512-LCkK0ZkcHpdlKMyIKPib3/e5Uj7Mqw5XU8FSE1Of5x3RQx8YRdXr8ElRqNS0aCgOSjgpgnubek3VoapxAcWh+g==",
"requires": {
"emissary": "^1",
"event-kit": "^2.2.0",
"fs-plus": "^3.0.0",
"grim": "^2.0.1",
"oniguruma": "7.1.0",
"oniguruma": "7.2.0",
"season": "^6.0.2",
"underscore-plus": "^1"
},
@ -5068,17 +5068,17 @@
"version": "file:packages/one-light-ui"
},
"oniguruma": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/oniguruma/-/oniguruma-7.1.0.tgz",
"integrity": "sha512-mV+6HcDNQ38vM8HVKM+MJyXO4EtSigwIZhq023A4rA8Am4dMlGhUkPwudDykExYR45oLrssR/Ep7PZCQ1OM3pA==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/oniguruma/-/oniguruma-7.2.0.tgz",
"integrity": "sha512-bh+ZLdykY1sdIx8jBp2zpLbVFDBc3XmKH4Ceo2lijNaN1WhEqtnpqFlmtCbRuDB17nJ58RAUStVwfW8e8uEbnA==",
"requires": {
"nan": "^2.12.1"
"nan": "^2.14.0"
},
"dependencies": {
"nan": {
"version": "2.13.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.13.2.tgz",
"integrity": "sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw=="
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
}
}
},

View File

@ -56,7 +56,7 @@
"exception-reporting": "file:packages/exception-reporting",
"find-and-replace": "https://www.atom.io/api/packages/find-and-replace/versions/0.218.12/tarball",
"find-parent-dir": "^0.3.0",
"first-mate": "7.3.0",
"first-mate": "7.4.0",
"focus-trap": "2.4.5",
"fs-admin": "^0.1.7",
"fs-plus": "^3.1.1",